- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Thu, 07 Jun 2007 18:32:40 +0100
- To: Brian Suda <brian.suda@gmail.com>
- CC: GRDDL Working Group <public-grddl-wg@w3.org>
These errors might relate to the following code commented out of hreview2rdfxml. I can't see what exslt has to do with it ... But FWIW I don't think a primer example should rely on exslt functionality. Jeremy <!-- <xsl:template name="nCallBack"> <xsl:param name="family-name"/> <xsl:param name="given-name"/> <xsl:param name="additional-name"/> <xsl:param name="honorific-prefix"/> <xsl:param name="honorific-suffix"/> </xsl:template> <xsl:template name="orgCallBack"> <xsl:param name="organization-name"/> <xsl:param name="organization-unit"/> </xsl:template> <xsl:template name="uidCallBack"> <xsl:param name="type"/> <xsl:param name="value"/> </xsl:template> --> Brian Suda wrote: > On 6/6/07, Jeremy Carroll <jjc@hpl.hp.com> wrote: >> ; SystemID: http://www.w3.org/2001/sw/grddl-wg/doc29/mf-templates.xsl; >> Line#: 72; Column#: -1 >> ERROR [main] (RDFDefaultErrorHandler.java:40) - No template exists named >> nCallBack > > --- these are issues with the version of XSLT being used. At first it > was XSLT 1.0, but was moved to XSLT 2.0, but there were very few > applications that supported this, so it was back-ported to eXSLT. > These errors are because the transforming application is probably not > eXSLT aware. It can be converted to XSLT2 or back further to XSLT1. > > let me know how we should proceed, because the transforms DO work with > specific transforming applications. > > -brian > -- Hewlett-Packard Limited registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England
Received on Thursday, 7 June 2007 17:40:44 UTC