- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Fri, 16 Mar 2007 12:39:08 +0000
- To: GRDDL Working Group <public-grddl-wg@w3.org>
This is the log of the changes.
Only thing that may be worth someone else looking at is I simply
commented out the sq1ns test - it was wrong and illustrating a point
that was out-of-date.
What I think was the idea is that the sq1 and sq2 tests which differ
only in one mimetype were at one time thought to give different answers.
They don't. They give the same answer, and so no explanation is needed.
see 2,3 8 and 9 below.
Here is the log of changes, almost all the old files are attached to
http://lists.w3.org/Archives/Public/www-archive/2007Mar/0037
Jeremy
Changes to test files:
1) grddlonrdf-xmlmediatype.rdf
Old:
xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:con="??"
new
xmlns:foaf="http://xmlns.com/foaf/0.1/"
Rationale: old violates namespace spec.
2) sq2ns.rdf
old:
rdf:resource="http://dev.w3.org/cvsweb/~checkout~/2005/grddl-ts/sq1t.xsl"
new
rdf:resource="sq1t.xsl"
3) sq1-output.rdf
old was empty
new is nearly the same as sq2-output.rdf but with
<rdf:Description rdf:about="sq2.xml">
replaced by
<rdf:Description rdf:about="">
4) loop-ns-b.xml
old: rdf:resource="http://www.w3.org/2003/g/sq1t.xsl"
which 404s
new: rdf:resource="sq1t.xsl"
which I guess is what was intended.
5) loop-output.rdf
without the 404 another triple is produced, I've added it:
viz:
<rdf:Description rdf:about="">
<ns0:description xmlns:ns0="http://purl.org/dc/elements/1.1/">an
sq1 document</ns0:description>
</rdf:Description>
also the URL of the transform is changed:
OLD
rdf:resource="http://www.w3.org/2003/g/sq1t.xsl"
NEW
rdf:resource="sq1t.xsl"
6) testlist2.html
Old: <li id="multipleRepresenations">
New: <li id="multipleRepresentations">
typo (note: I have failed to keep old copy on www-archive)
7) testlist2.rdf
replaced dc:title for httpHeaders and multipleRepresentations
to align with testlist2.html
8) testlist1.html
commented out the sq1ns.xml test
It isn't true, and is no longer relevant.
9) testlist1.rdf
ditto
10) testlist3.rdf
regenerated since testlist3.html has been updated
Received on Friday, 16 March 2007 12:39:40 UTC