Re: XLink 1.1: Xlink vs "legacy" linking

/ Webb Roberts <webb.roberts@gtri.gatech.edu> was heard to say:
| On 1/24/2006 Norman Walsh wrote:
|> The XLink attributes are not allowed on XHTML elements: they aren't in
|> the XHTML schema.
|
| Attributes from other namespaces are allowed in XHTML elements.
|
| See, for example, the definition for a.attlist:
|
| http://www.w3.org/TR/2001/WD-xhtml-m12n-schema-20010322/schema_module_defs.html#a_smodule_Text
|
| <xsd:attributeGroup name="a.attlist">
|      ...
|      <xsd:anyAttribute namespace="##other"/>
| </xsd:attributeGroup>
| <xsd:complexType name="a.type" mixed="true">
|      <xsd:group ref="InlNoAnchor.mix"/>
|      <xsd:attributeGroup ref="a.attlist"/>
| </xsd:complexType>
| <xsd:element name="a" type="a.type"/>

Ah. Indeed. Thank you, I have never looked at the XML Schema for
XHTML. Where in the specification prose are foreign attributes
discussed? Where does it indicate what influence on XHTML semantics
those attributes may have?

                                        Be seeing you,
                                          norm

-- 
Norman.Walsh@Sun.COM / XML Standards Architect / Sun Microsystems, Inc.
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.

Received on Tuesday, 24 January 2006 16:12:53 UTC