|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Is Extra space in my XML causing a problem?
Brian Burridge wrote: > > <xsl:if test="go_live_date!='null'"> > <td><xsl:value-of select="go_live_date" /> </td> > </xsl:if> Try: <xsl:if test="normalize-space(go_live_date) != 'null'"> <td><xsl:value-of select="go_live_date" /> </td> </xsl:if> See http://www.w3.org/TR/xpath#function-normalize-space -- Warren Hedley XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








