Hi friends, Im using the xerces 131 version jar files. Im using the DOM to parse xmls.
Im noticing that the Node.toString() is returning empty string. I have a node which is a tree of various elements and I expected the node.toString() to give me a string like "<root><test>value</test></root>". but it is not happening and i get an empty string. im a previous project I used jaxp.jar and parser.jar to do xml parsing, and when i use these jars Node.toString() gives me the xmlstring representation of the node. Can u suggest me any workaround to get a similar functionality just as the node.toString()? or is xerces supporting toString() in a diff way or diff method call? Thanks Naveen Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
