Page 1 of 1

function node-set bound to undefined prefix exslt

Posted: Wed Aug 08, 2007 4:46 pm
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

Re: function node-set bound to undefined prefix exslt

Posted: Wed Aug 08, 2007 4:47 pm
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

Posted: Wed Aug 08, 2007 4:55 pm
by jkmyoung
you need to define the namespace exslt in your stylesheet node

xmlns:exslt="http://exslt.org/common"

Posted: Wed Aug 08, 2007 5:14 pm
by khwab
Its already defined in stylesheet node. Any idea why am I still getting this problem?

Posted: Thu Aug 09, 2007 10:23 am
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