Hello, everybody!

I have a Swing GUI, which parses xml files and displays them in a Tree (DOM). What I am trying to achieve is to be able to parse DTDs, i.e. allow the user choose File -- Open -- *.dtd, and display the DTD in a tree like structure, i.e.
- A person
- a name
- an age
....
!


Can anyone help me in achieving this?
I'm using Xerces 1.3.1
Does this version or parser allow me to do that or do I need to change my parser?


My goal is to display the DTDs, so that users can then double-click on them and add search criteria, such as - a name that matches "Charlie Chaplin"! I'm trying to implement EQUIX - Easy querying in XML! Has anybody heard of EQUIX?

Thanks you in advance for any feedback!

Mirto Dimoudi

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



Reply via email to