Hello,
I am struggling to find a way to do regular expression in my XSLT
code. I am running a linux debian/testing system and as far as I
understand neither xsltproc nor xalan support regular expression
(xsl:analyze-string).
So the question is what are people using ?
I have been trying to use EXSLT: Regular Expressions from:
http://www.exslt.org/regexp/index.html
But all I get using xsltproc is:
xmlXPathCompOpEval: function match not found
XPath error : Unregistered function
xmlXPathCompiledEval: 2 objects left on the stack.
runtime error: file my.xsl line 11 element for-each
Failed to evaluate the 'select' expression.
Thanks for suggestions,
--
Mathieu
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--