[
Lists Home |
Date Index |
Thread Index
]
- From: David Schach <davidsch@microsoft.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 30 May 1997 18:16:14 -0700
In section 4.5 of the latest XML spec it says that if the predefined
entities are declared they must be declared as follows:
<!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)
|