<!ENTITY lt "<">
<!ENTITY gt ">">
<!ENTITY amp "&">
<!ENTITY apos "'">
<!ENTITY quote '"'>
Is the definition for amp valid XML? The definition of EntityValue is
given is section 1.5 as:
EntityValue := '"' ([^%&] | PEReference | Reference)* '"'
| "'" ([^%&] | PEReference | Reference)* "'"
This indicates that "&" is not a valid entity value?
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@ic.ac.uk)