- From: Sean B. Palmer <sean+wa@infomesh.net>
- Date: Sat, 01 Jan 2005 15:37:10 +0000
- To: Jeremy Carroll <jjc@hplb.hpl.hp.com>
- CC: www-archive@w3.org
Hi Jeremy, I ran your c14n-impl awk script [1] against the ntc test cases [2] and found that it breaks on three tests: 003, 011, and 012. 003 can be fixed by filtering the output through "uniq". 011 uses bNode predicates and can therefore be dismissed. 012 on the other hand seems to be failing because your c14n:true "intert triple" hack [3] isn't implemented. Are you planning on implementing this in the c14n-impl awk suite? It would be nice to use it as an independent GI utility for testing RDF APIs. Cheers, [1] http://www.hpl.hp.com/personal/jjc/rdf/c14n-impl/ [2] http://www.w3.org/2000/10/rdf-tests/rdfcore/utils/ntc/test/ [3] http://www.hpl.hp.com/techreports/2003/HPL-2003-142.pdf Section 3.2 -- Sean B. Palmer, http://inamidst.com/sbp/
Received on Saturday, 1 January 2005 15:37:44 UTC