Subject: RE: using the node-set() extension function (xt vs. saxon)
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 31 Oct 2000 08:56:59 -0400 (EST)
|
> I'm experiencing difficulties in using the extension function
> node-set(). The xt version behaves as expected. The saxon version
> (version 5.5.1) gives me problems.
> xmlns:saxon="http//icl.com/saxon"
> select="saxon:node-set($indexx)/indexentry">
> output:
> Transform failed: At xsl:for-each on line 17 of
> file:D:/tgosaxon.xsl: Failed to load saxon
>
The namespace URI is wrong, there should be a colon after the "http".
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|