> Hi > Could someone provide me an example of a java class which parses a > XML document (by SAX) and which creates a tree that represents this > document. I would like to create a tree that represents the tags of > the document, and the same tree but with the values instead. is it > possible ?
You might want to take a look at the example apps that come with Xerces, especially SAXWriter and DOMWriter. Regards. -- Bjoern Martin [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
