Hi,
I'm using the Apache Xerces DomParser. I know how to parse an XML file.
DOMParser parser = new DOMParser(); parser.parse("file:///c:/tmp.xml"), but how
can I parse a String
that represents an XML document, e.g. parser.parse("<?xml version="1.0"?>
<ReportingEvents>...")?Thanks a lot for any help! Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
