xsl-list
[Top] [All Lists]

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

2006-06-04 08:04:52
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 sollicités 
http://mail.yahoo.fr Yahoo! Mail 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--