[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug xml/27664] XML parsing fails
From: |
dog at gnu dot org |
Subject: |
[Bug xml/27664] XML parsing fails |
Date: |
7 Jun 2006 08:05:17 -0000 |
------- Comment #3 from dog at gnu dot org 2006-06-07 08:05 -------
I have successfully parsed
http://taverna.cvs.sourceforge.net/*checkout*/taverna/taverna1.0/src/org/embl/ebi/escience/scufl/semantics/mygrid-reasoned-small.rdfs
using the SAX parser in Classpath 0.91 and HEAD.
Note that this XML is well-formed but not valid, so if you use the SAX parser
in validating mode it will produce the error
org.xml.sax.SAXParseException: attribute must be declared: "xmlns:rdf"
at gnu.xml.stream.SAXParser.parse(SAXParser.java:660)
...
However I cannot reproduce the "required string" exception below. Please
confirm the input being used, i.e. that it is not being modified somehow by
JDOM. You can test the function of SAXParser yourself with
$JAVA gnu.xml.stream.SAXParser <file>
--
dog at gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27664
- [Bug xml/27664] XML parsing fails,
dog at gnu dot org <=