gouranga wrote:
> Sablotron keeps giving an error (non-XSL instruction) on the line with
> this code:
>
> <xsl:result-document href="slideshow/index.html" format="html">
xsl:result-document is not an instruction defined in XSLT 1.0 (which
most XSLT processors currently implement and which was standardized in
1999) but rather one defined in XSLT 2.0 (which is so far hardly
implemented, major exception being Saxon 8 from
http://www.saxonica.com/, and which is not yet finally standardized).
> Is this implemented in Sablotron?
To my knowledge (which stems from using Sablotron in PHP 4) Sablotron
implements XSLT 1.0.
--
Martin Honnen
http://JavaScript.FAQTs.com/