This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: using the node-set() extension function (xt vs. saxon)


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]