TR references generator with a nicer interface

Hello spec-prod,

You may remember that W3C has a TR bibliography extractor that allows to
build references section based on the URIs of the technical reports to
be included:
http://www.w3.org/2002/01/tr-automation/tr-biblio-ui

As I was using it today for one of the spec I edit, I found it pretty
cumbersome to have to find the proper latest version URI for each of the
specs, especially given the infamous trailing-slash or not variations.
So, instead of having to do it by hand, I've built a nicer interface to
choose and pick Technical Reports:
http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fwww.w3.org%
2F2005%2F06%2Ftr-shopping.xsl&xmlfile=http%3A%2F%2Fwww.w3.org%2F2002%
2F01%2Ftr-automation%2Ftr.rdf

It is also based on an XSLT stylesheet run on the TR data in RDF:
http://www.w3.org/2005/06/tr-shopping.xsl

In addition, the extractor now generates a label when none is given,
based on the latest version URI of the reference.

I've also slightly improved the output of the bibliography extractor, to
make it easier to re-use the URIs once found. 

(I've followed DanC's example of having a comment in my HTML code with
the input needed to regenerate a bibliography, à la:
<!-- Generated from http://www.w3.org/2002/01/tr-automation/tr-biblio-ui
with:
DOM http://www.w3.org/TR/DOM-Level-3-Core/
HTML4 http://www.w3.org/TR/html401
INFOSET http://www.w3.org/TR/xml-infoset
MATHML http://www.w3.org/TR/MathML2/
OWL http://www.w3.org/TR/owl-ref/
SMIL20 http://www.w3.org/TR/SMIL/
SOAP http://www.w3.org/TR/soap12-part1/
SPECGL http://www.w3.org/TR/qaframe-spec/
SVG11 http://www.w3.org/TR/SVG11/
SVG-MOBILE http://www.w3.org/TR/SVGMobile/
X-M-S http://www.w3.org/TR/XHTMLplusMathMLplusSVG/
XFORMS http://www.w3.org/TR/xforms/
XHTML-MOD http://www.w3.org/TR/xhtml-modularization/
XHTML-BASIC http://www.w3.org/TR/xhtml-basic
XHTML11 http://www.w3.org/TR/xhtml11/
XMLSCHEMA2 http://www.w3.org/TR/xmlschema-2/
XPATH http://www.w3.org/TR/xpath
XPOINTER http://www.w3.org/TR/xptr-framework/
XQUERY http://www.w3.org/TR/xquery
XSLT http://www.w3.org/TR/xslt
WCAG http://www.w3.org/TR/WAI-WEBCONTENT
-->)

I've linked the tool from the Editors home page
http://www.w3.org/2003/Editors/

Dom
-- 
Dominique Hazaël-Massieux - http://www.w3.org/People/Dom/
W3C/ERCIM
mailto:dom@w3.org

Received on Wednesday, 15 June 2005 11:04:27 UTC