function node-set bound to undefined prefix exslt

Here should go questions about transforming XML with XSLT and FOP.
khwab
Posts: 4
Joined: Thu Jul 26, 2007 1:18 pm
Location: Pune

function node-set bound to undefined prefix exslt

Post by khwab »

Hello,

Can anyone tell me about this error I am getting?

XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function node-set bound to undefined prefix exslt

Previously I had PHP5.1 installed in my server and in that time this error was not coming but when I upgraded to PHP5.2 this error stats coming.

Thanks you,

Khwab
khwab
Posts: 4
Joined: Thu Jul 26, 2007 1:18 pm
Location: Pune

Re: function node-set bound to undefined prefix exslt

Post by khwab »

khwab wrote:Hello,

Can anyone tell me about this error I am getting?

XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function node-set bound to undefined prefix exslt

Previously I had PHP5.1 installed in my server and at that time this error was not coming but when I upgraded to PHP5.2 this error stats coming.

Thanks you,

Khwab
jkmyoung
Posts: 89
Joined: Mon Mar 06, 2006 10:13 pm

Post by jkmyoung »

you need to define the namespace exslt in your stylesheet node

xmlns:exslt="http://exslt.org/common"
khwab
Posts: 4
Joined: Thu Jul 26, 2007 1:18 pm
Location: Pune

Post by khwab »

Its already defined in stylesheet node. Any idea why am I still getting this problem?
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Well, the message that you get suggests that it is not defined...
What happens if you try the transformation in oXygen with Saxon or Xalan for instance?
It will help if you post a cut down XML/XSL that you have problems with.

Regards,
George
George Cristian Bina
Post Reply