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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.