[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Re: Saxon 9
Norman Walsh wrote: Hi Norman, > Perhaps you forgot to say 'version="2.0"' on your xsl:stylesheet > element? If I am right, even with version="1.0", Saxon 9 should recognize xsl:result-document. But is it really Saxon 9? I would test it for real with something like: <xsl:template match="/"> <info> <version info="{ system-property('xsl:version') }"/> <vendor info="{ system-property('xsl:vendor') }"/> <vendor-url info="{ system-property('xsl:vendor-url') }"/> </info> </xsl:template> (maybe added in the original stylesheet, using xsl:comment to put this info in a comment in the original output, using exactly the same system to run the transform). JAXP is not always giving you the processor implementation you think it would ;-) Regards, --drkm _____________________________________________________________________________ Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]