- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Sat, 22 Oct 2011 09:16:14 +0200
- To: public-iri@w3.org
Hi,
I just noticed that the XML sources uses a non-optimal way to identify
W3C documents, causing automated checkers not to understand them. I
fixed those, which also identified three refs that weren't up-to-date
anymore...
<reference anchor="XLink"
target="http://www.w3.org/TR/xlink/#link-locators">
<front>
<title>XML Linking Language (XLink) Version 1.0</title>
<author fullname='David Orchard' surname='Orchard' initials='D.'/>
<author fullname='Eve Maler' surname='Maler' initials='E.'/>
<author fullname='Steven DeRose' surname='DeRose' initials='S.'/>
<date year='2001' month='June' day='27'/>
</front>
<seriesInfo name='W3C Recommendation' value='REC-xlink-20010627'/>
</reference>
<reference anchor="XML1" target="http://www.w3.org/TR/REC-xml">
<front>
<title>Extensible Markup Language (XML) 1.0 (Fifth Edition)</title>
<author fullname='C. M. Sperberg-McQueen'
surname='Sperberg-McQueen' initials='C. M.'/>
<author fullname='Eve Maler' surname='Maler' initials='E.'/>
<author fullname='Francois Yergeau' surname='Yergeau' initials='F.'/>
<author fullname='Jean Paoli' surname='Paoli' initials='J.'/>
<author fullname='Tim Bray' surname='Bray' initials='T.'/>
<date year='2008' month='November' day='26'/>
</front>
<seriesInfo name='W3C Recommendation' value='REC-xml-20081126'/>
</reference>
<reference anchor="XMLNamespace"
target="http://www.w3.org/TR/REC-xml-names">
<front>
<title>Namespaces in XML 1.0 (Third Edition)</title>
<author fullname='Andrew Layman' surname='Layman' initials='A.'/>
<author fullname='Dave Hollander' surname='Hollander' initials='D.'/>
<author fullname='Henry S. Thompson' surname='Thompson'
initials='H. S.'/>
<author fullname='Richard Tobin' surname='Tobin' initials='R.'/>
<author fullname='Tim Bray' surname='Bray' initials='T.'/>
<date year='2009' month='December' day='08'/>
</front>
<seriesInfo name='W3C Recommendation' value='REC-xml-names-20091208'/>
</reference>
<reference anchor="XMLSchema"
target="http://www.w3.org/TR/xmlschema-2/#anyURI">
<front>
<title>XML Schema Part 2: Datatypes Second Edition</title>
<author fullname='Ashok Malhotra' surname='Malhotra' initials='A.'/>
<author fullname='Paul V. Biron' surname='Biron' initials='P. V.'/>
<date year='2004' month='October' day='28'/>
</front>
<seriesInfo name='W3C Recommendation' value='REC-xmlschema-2-20041028'/>
</reference>
<reference anchor="XPointer"
target="http://www.w3.org/TR/xptr-framework/#escaping">
<front>
<title>XPointer Framework</title>
<author initials="P." surname="Grosso" fullname="Paul
Grosso"><organization/></author>
<author initials="E." surname="Maler" fullname="Eve
Maler"><organization/></author>
<author initials="J." surname="Marsh" fullname="Jonathan
Marsh"><organization/></author>
<author initials="N." surname="Walsh" fullname="Norman
Walsh"><organization/></author>
<date year="2003" month="March" day="25"/>
</front>
<seriesInfo name='W3C Recommendation' value='REC-xptr-framework-20030325'/>
</reference>
See <http://greenbytes.de/tech/webdav/rfc2629xslt/w3c-references.html>.
(Also, as a matter of style, I'd leave the fragment identifiers out of
the references, and identify the concrete section in the prose)
Best regards, Julian
Received on Saturday, 22 October 2011 07:16:48 UTC