Hey!

xerces-j 1.1.2 ->

just noted that this fails:
    <?xml version="1.0" standalone="no" encoding="ISO-8859-1" ?>
with:
    org.xml.sax.SAXParseException: The XML declaration must end with "?>"

whereas this works:
    <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>

also, seems i can leave the encoding attribute out of the xml file, but if
i don't include it in the xml declaration of my dtd, eg:
    <?xml version="1.0"?>
then i get:
    org.xml.sax.SAXParseException: White space is required between the
    version and the encoding declaration
or with:
    <?xml version="1.0" ?>
i get:
    org.xml.sax.SAXParseException: The encoding declaration is required in
    the text declaration

if these are known problems, then please ignore this mail

cheers!

/m

Reply via email to