Hi,
Can I use xerces to parser DTD only?
What kind of data structure it will build?
I would like to do stuff like this:
1. given an ElementName, can that ElementName has a child named "aChildName"?
2. given an ElementName, what are the requried attributes?
Thanks.
