- From: Brian Suda <brian.suda@gmail.com>
- Date: Fri, 8 Jun 2007 15:24:32 +0000
- To: "Jeremy Carroll" <jjc@hpl.hp.com>
- Cc: "GRDDL Working Group" <public-grddl-wg@w3.org>
Received on Friday, 8 June 2007 15:24:41 UTC
On 6/8/07, Jeremy Carroll <jjc@hpl.hp.com> wrote: > Please try doing the transform with your xslt engine, (using the files > on the Web, rather than any local copies you might have) and then send > details of your success. >From XSLTPROC ~ brian$ xsltproc http://www.w3.org/2001/sw/grddl-wg/doc29/hreview2rdfxml.xsl http://www.w3.org/2001/sw/grddl-wg/doc29/hotel-data.html > ~/Desktop/xsltproc-result.rdf FROM xalan-j: brian$ xalan-j -XSL http://www.w3.org/2001/sw/grddl-wg/doc29/hreview2rdfxml.xsl -IN http://www.w3.org/2001/sw/grddl-wg/doc29/hotel-data.html -OUT ~/Desktop/xalan-j-result.rdf FROM saxon: brian$ saxon http://www.w3.org/2001/sw/grddl-wg/doc29/hotel http://www.w3.org/2001/sw/grddl-wg/doc29/hreview2rdfxml.xsl > ~/Desktop/saxon-results.rdf With Saxon and Xalan-j i was able to replicate your errors. I have updated the XSLT and checked it into CVS, so now i do NOT get any errors when i run it through saxon. Could you confirm that it is now working with your version of Saxon, mine does NOT have the -s switch. -brian -- brian suda http://suda.co.uk
Received on Friday, 8 June 2007 15:24:41 UTC