Subject: normalize() function in xt
From: Minita Jha <jha@xxxxxxxxxxx>
Date: Tue, 9 Nov 1999 11:28:19 -0500 (EST)
|
Hi,
I have a simple xsl code which uses the normalize() function.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
xmlns:xt="http://www.jclark.com/xt"
extension-element-prefixes="xt">
<xsl:template match="study">
<xsl:if test = "condition[normalize(.)]">
<xsl:value-of select="."/>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
I get the following error message using xt:
no such function: normalize
Does xt support the normalize() function?
Thanks all.
Minita
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|