L
luca
Hi, I just figured that XML is touchy about using entities in attribute
value even for super-simple XML files with no DTD:
<elem name="entity_euro" value="€"/>
Caused by: org.xml.sax.SAXParseException: The entity "euro" was
referenced, but
not declared.
at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1189)
is there a standard way to escape entities in XML?
Thanks
value even for super-simple XML files with no DTD:
<elem name="entity_euro" value="€"/>
Caused by: org.xml.sax.SAXParseException: The entity "euro" was
referenced, but
not declared.
at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1189)
is there a standard way to escape entities in XML?
Thanks