Hi,
I know how to parse an XML file. How do I parse a String that represents an XML document.
DOMParser parser = new DOMParser();
parser.parse("file:///c:/tmp.xml");Also, why can't I see the parse method in the DOMParse class. Does this class inherit from something else. If I knew what the parameter choices were I made be able to try something. A Java XML book I have stated that many parsers accept InputStreams but that I get a compile error.
Any help appreciated.
thanks, Peter _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
