DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5751>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5751 Parse method not in javadocs [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-01-10 11:11 ------- It would be more proper to post a question to xerces-j-user mailing list about how to parse xml content stored in a String. 1. "parse" method: do you mean that you couldn't find description about this method in "DOMParser" class? It's defined on the base class "XMLParser". You can find the description there. I didn't check Xerces 1.4.3, but it's in Javadocs of 1.4.4. 2. To parse an xml string, you can create an StringReader from the string, then create an InputSource from this StringReader, and use parser.parse(inputSource). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
