Re: review of test cases

Jeremy Carroll wrote:
> critical
> ========
> 
> A)
> all input and output documents should be specified with absolute URIs.

This is to avoid the 301 issues we had last time round. To be clear:

e.g.
old
[[
<a href="hl7-sample.xml">input</a>
<a href="hl7-rim-pomr.rdf">output</a>
]]
new
[[
<a href="http://www.w3.org/2001/sw/grddl-wg/td/hl7-sample.xml">input</a>
<a href="http://www.w3.org/2001/sw/grddl-wg/td/hl7-rim-pomr.rdf">output</a>
]]

I suspect that
%s!href=["']\([^"']*\)["']>input<!href="http://www.w3.org/2001/sw/grddl-wg/td/\1">input<"!
%s!href=["']\([^"']*\)["']>output<!href="http://www.w3.org/2001/sw/grddl-wg/td/\1">output<"!
will do the trick in vi.

Jeremy



-- 
Hewlett-Packard Limited
registered Office: Cain Road, Bracknell, Berks RG12 1HN
Registered No: 690597 England

Received on Wednesday, 25 April 2007 11:12:34 UTC