This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

normalize-space function


 
I am using normalize-space() function and when i run it in Saxon i get an error stating "User function normalize-space not found".
 
Does Saxon not support this? If so, is there another similar function which i can use. Following is a part of the XSL wherein i use the same function:
 
<xsl:variable name="tmpimage"> <xsl:value-of select="IMAGE"/></xsl:variable>  
<xsl:variable name="tmphref"> <xsl:value-of select="HREF"/></xsl:variable> 
<xsl:if test="(normalize-space($tmpimage)=true())">  
    <p><a href="{$tmphref}"><img src="{$tmpimage}" width="100" height="50" border="0"/></a></p>
</xsl:if>
 
Any help?
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]