Menu

#43 Special characters giving error

closed-rejected
nobody
5
2002-06-11
2002-06-11
Anonymous
No

JAXP SAX Parser gives invalid character errors for XML
special characters

eg:
<?xml version="1.0"?>
<Name>veronica</Name>

Gives an error
org.xml.sax.SAXParseException: Illegal XML character


Discussion

  • Anonymous

    Anonymous - 2002-06-11

    Logged In: YES
    user_id=44117

    Not a bug in _any_ XML parser, since U+0001 is explicitly
    disallowed in the XML spec.

    Also, it wouldn't be a SAX bug in any case, since SAX is an
    interface, not an implementation.

     
  • Anonymous

    Anonymous - 2002-06-11
    • status: open --> closed-rejected
     

Log in to post a comment.