svn commit: r571947 - /xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java

[email protected]
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
Author: vgritsenko
Date: Sun Sep  2 03:50:40 2007
New Revision: 571947

URL: http://svn.apache.org/viewvc?rev=571947&view=rev
Log:
avoid getData()

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java

Modified: xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java?rev=571947&r1=571946&r2=571947&view=diff
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/DOMParser.java Sun Sep  2 03:50:40 2007
@@ -115,7 +115,7 @@
     }
 
     public void parse(Value value) throws SAXException, IOException {
-        parse(value.getData());
+        parse(value.getInputStream());
     }
 
     public void parse(InputSource source) throws SAXException, IOException {
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.