Hi,
Can someone please tell me where can I find a DTD Parser?
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?
Thank you for pointer.