Re: Can I Parse String with SAX, instead of a file?
"Philippe Krief" <[email protected]>
| Newsgroups | gmane.text.xml.sax.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Scott,
If you are using a Java SAX parser, you should be able to write the
following code to parse your string:
parser.parse(new InputSource(new StringReader(<your_String>)));
I hope it will help
regards
Philippe
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
List: [email protected]
See: http://www.saxproject.org
https://lists.sourceforge.net/lists/listinfo/sax-users