[
Lists Home |
Date Index |
Thread Index
]
- From: Paul Prescod <papresco@technologist.com>
- To: xml-dev@ic.ac.uk
- Date: Sat, 18 Apr 1998 10:37:24 -0400
The ^ symbol means exclude characters in this set. So [^"] means
anything other than a ".
> Is this a valid attribute:
>
> <EATERY Name='Sam^'s Bagel-O-Rama'/>
No. The ^ is not an escape character. It has no special meaning in XML
documents *at all*. It is just used in the notation of the XML
specification itself. Production 10 says that you can't include single
quote chars in attribute values delimited by single quote characters
unless you encode the with entities.
Paul Prescod - http://itrc.uwaterloo.ca/~papresco
"Journalism is good if you follow the rules. Don't allow the human
rights groups to spoil your profession"
- Col. Godwin Ugbo of the Nigerian military dictatorship
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|