TR Bibliography extractor

Hi all,

There was some discussion back in July about using the TR in RDF data to
facilitate the creation of bibliography in XMLSpec; while I'm not sure
where we are on this topic, nor who should have any action on it, I
wrote up a small tool to re-use these data for creating XHTML
bibliography, along discussions I had with Ian Jacobs.
As so often these days :), the tool is based on XSLT:
http://www.w3.org/2002/01/tr-automation/tr-biblio.xsl
which should present you with XML/CSS or XSLT-aware browsers with an
HTML form to submit URIs on which you want to get bibliographic data.

You can give it dated or undated URIs, separated by a space or a line
return. For instance, with the following URIs:
http://www.w3.org/TR/qaframe-ops/
http://www.w3.org/TR/2003/WD-qaframe-spec-20030912/

the results is as follows:
"""
   QA Framework: Operational Guidelines
, L. Henderson, D. Hazaël-Massieux, L. Rosenthal, K. Gavrylyuk, 
Editors, W3C Candidate Recommendation, 22 September 2003, available at
http://www.w3.org/TR/2003/CR-qaframe-ops-20030922/ . Latest version
available at http://www.w3.org/TR/qaframe-ops/ .

    QA Framework: Specification Guidelines
, D. Hazaël-Massieux, L. Henderson, L. Rosenthal,  Editors, W3C Working
Draft, 12 September 2003, available at
http://www.w3.org/TR/2003/WD-qaframe-spec-20030912/ . Latest version
available at http://www.w3.org/TR/qaframe-spec/ .
"""
[with the appropriate links embedded]
http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2002%2F01%2Ftr-automation%2Ftr-biblio.xsl&xmlfile=http%3A%2F%2Fwww.w3.org%2F2002%2F01%2Ftr-automation%2Ftr-logs.rdf&uris=http%3A%2F%2Fwww.w3.org%2FTR%2Fqaframe-ops%2F%0D%0Ahttp%3A%2F%2Fwww.w3.org%2FTR%2F2003%2FWD-qaframe-spec-20030912%2F%0D%0A

I have tried to follow the formatting suggestions given by the Manual of
Style [1].

Comments and suggestions welcome.

Dom

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

Received on Tuesday, 28 October 2003 05:42:09 UTC