Unknown System Function
Posted: Tue Feb 24, 2009 1:59 pm
Hi,
I am using few XSL functions like 'index-of' but the Oxygen editor thrown an error of 'Unknown System Function - index-of' error.
My code snippet is as shown below:
I have changed the Schematron XPath Version from 1.0 to 2.0 in Options->Preferences, but no luck. Please suggest.
Many Thanks,
Sandeep Mestry
I am using few XSL functions like 'index-of' but the Oxygen editor thrown an error of 'Unknown System Function - index-of' error.
My code snippet is as shown below:
Code: Select all
<xsl:element name="{$temp}">
<xsl:value-of select="index-of($txt, '|')"/>
</xsl:element>
Many Thanks,
Sandeep Mestry