> Hi. A little while back, someone posted the code for parsing an > XML document from a big string into Xerces J, but I accidentally > deleted it. I'd appreciate it if the original poster could > re-send that stuff.
I didn't send it in the first place, but try this: InputSource in = new InputSource(new StringReader(myXmlString)); Regards. -- Bjoern Martin [EMAIL PROTECTED] Junior Software Engineer tel 0 721 - 925 14 86 Steinbeis Transferzentrum IDA www.fh-karlsruhe.de/stz/stz-ida --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
