%XLINK.xmlns.attrib;

XLink Namespace Declaration

Definition

Sets up the namespace prefix and URI to use in the XLink linking attributes

Remarks

The attribute-like “xmlns:xlink” is not a true attribute, but a namespace pseudo-attribute. All namespace prefixes must be associated with a URL, and the prefix “xlink” has been set to the URL for the World Wide Web Consortium (W3C) XLink Recommendation.

Declaration

<!ENTITY % XLINK.xmlns.attrib
            "xmlns:xlink
                CDATA        #FIXED 'http://www.w3.org/1999/xlink'"  >

Module

mathml2.dtd