[Q]single Vs. double quote in representing AttValue
Marcus Carr
mrc at allette.com.au
Thu Aug 13 06:21:08 BST 1998
Jiyun Lee wrote:
> Is there any differences between sigle quote and double quote
> in representing the attribute's value? In the spec, both are possble.
> I'd like to know the rule for using them, if the rule exists.
No, there's no difference. This has been carried through as a limited means of presenting attribute values that
contain quotation marks as data characters. For instance, you might use:
<foo bar="you're it">
or
<foo bar='she said "fire", I think'>
but still not
<foo bar="she said "you're it", I think">
or
<foo bar='she said "you're it", I think'>
as the first occurrence of a quotation mark that matches the opening one delimits the attribute value.
The rule is - be careful...
--
Regards
Marcus Carr email: mrc at allette.com.au
_______________________________________________________________
Allette Systems (Australia) email: info at allette.com.au
Level 10, 91 York Street www: http://www.allette.com.au
Sydney 2000 NSW Australia phone: +61 2 9262 4777
fax: +61 2 9262 4774
_______________________________________________________________
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list