--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
r =
org.xml.sax.helpers.XMLReaderFactory.createXMLReader();
xr.setContentHandler(this.contentHandler);
String result = ...;
xr.parse(new org.xml.sax.InputSource(result.getBytes());
}
This should do the trick. You might have to specify the character
encoding when converting t
that seems crude. Is there a better way to do this? Are the
parameters somewhere else, where I haven't been looking?
Any help is greatly appreciated.
Cheers!
--
Holger Dewes
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi