[
Lists Home |
Date Index |
Thread Index
]
W. E. Perry scripsit:
> But what does it mean, really, for an attribute to be 'in a namespace',
> separate from that attribute appearing (or being declared in an ATTLIST as)
> within the scope of a particular element?
It means that, under the Namespaces Rec, the following pair is equivalent:
<foo xmlns="urn:baz:32" bar="47"/>
<baz:foo xmlns:baz="urn:baz:32" bar="47"/>
but the following pair is not:
<foo xmlns="urn:baz;32" bar="47"/>
<baz:foo xmlns:baz="urn:baz:32" baz:bar="47"/>
--
One art / There is John Cowan <jcowan@reutershealth.com>
No less / No more http://www.reutershealth.com
All things / To do http://www.ccil.org/~cowan
With sparks / Galore -- Douglas Hofstadter
|