Set path for DTD in java app
From: Moth (not_at_this.address)
Date: 10/11/04
- Previous message: Thierry: "Re: Animation Flash/Powerpoint from java"
- Next in thread: Raymond DeCampo: "Re: Set path for DTD in java app"
- Reply: Raymond DeCampo: "Re: Set path for DTD in java app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 11 Oct 2004 10:47:22 GMT
Obscure subject I know.
I have an application which loads data from an xml file. That xml file has
an associated dtd to ensure that it is correctly formatted. The dtd is in
the same folder as the xml file. The application does not know the path of
xml file and searches for it a run time. When it opens the xml file, it
assumes that the dtd file is in the folder of the default path of the
application rather than the same folder as the xml file. How do I get the
xml parser to check for the dtd in the same path as the xml file?
- Previous message: Thierry: "Re: Animation Flash/Powerpoint from java"
- Next in thread: Raymond DeCampo: "Re: Set path for DTD in java app"
- Reply: Raymond DeCampo: "Re: Set path for DTD in java app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|