xsl-list
[Top] [All Lists]

Re: xsl:when problem

2005-09-04 09:45:47
Tempore 18:36:12, die 09/04/2005 AD, hinc in 
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit Roel Dillen 
<dillenroel(_at_)scarlet(_dot_)be>:

       <xsl:when test='tag ="blabla"'>
This works if the tag-value pair is exactly the above BUT

if, for readability's sake, I try to write the tag-value pair like this
                <tag>
                        blabla
                </tag>
then it doesn't match the test criterium
<xsl:when test='normalize-space(tag)="blabla"'>

--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
Deserta faciunt et innovationem appelant

--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>