[xsl] RE : [xsl] How to Handel whitespace in xsl:if test

Subject: [xsl] RE : [xsl] How to Handel whitespace in xsl:if test
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Sun, 4 Jun 2006 17:04:27 +0200 (CEST)
oknam park wrote:

> xsl:if test="Adult education"

> Could you let me know how to handle whitespace here?

  Your question is not clear.  Maybe you're looking for a string
comparison, like in:

    test=". eq 'Adult education'"

or in XSLT 1.0:

    test=". = 'Adult education'"

  Because you speak about whitespaces, maybe you're looking for
normalize-space():

    test="normalize-space(.) eq 'Adult education'"

  But that makes a lot of guessing...

  Regards,

--drkm
























__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicitis 
http://mail.yahoo.fr Yahoo! Mail 

Current Thread