Hello,

i am looking for a method to analyze a given xml-document for its
dependencies to other files (i.e. DTDs, Schemas or other included
xml-documents). The idea is like the in tool Jikes with which one you
can also generate
an dependeny-file .u.

Here an example:
The xml-document example.xml is valid against the example.dtd. This dtd
includes two other dtd - let's say a.dtd and b.dtd. Also the example.xml

includes two other xml-documents part1.xml and part2.xml via entities
defined in
the dtd.

Is there a possibility in xml or a tool to get the depended files? In my

example the xml-document example.xml is depended from example.dtd,
a.dtd,
b.dtd, part1.xml and part2.xml. The example could also be with using
schemas.

Ok, perhaps it is offtopic. But perhaps there is a possibility which
uses
Xerces to parse the document. I would be very happy if somebody can be
help
or give me a hint.

greetings maik
--
* Homepage: www.webis-world.de
* mailto        : [EMAIL PROTECTED]
* ICQ           : #57313947



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to