<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="xlink.css"?>
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo
    xmlns:xlink     CDATA           #IMPLIED>
<!ELEMENT bar ANY>
<!ATTLIST bar
    xlink:type      (simple)        #FIXED "simple"
    xlink:href      CDATA           #IMPLIED
    xlink:role      CDATA           #FIXED "http://geoffers.uni.cc"
    xlink:arcrole   CDATA           #FIXED "http://geoffers.uni.cc"
    xlink:title     CDATA           #IMPLIED
    xlink:show      (new
                    |replace
                    |embed
                    |other
                    |none)          #FIXED "replace"
    xlink:actuate   (onLoad
                    |onRequest
                    |other
                    |none)          #FIXED "onRequest">
]>
<foo xmlns:xlink="http://www.w3.org/1999/xlink">
    <bar xlink:href="/archives/2005/11/04/cheaters-dynamic-ips/" xlink:title="Wow! Even a title attribute!">A link in an XML document!</bar>
</foo>
