xsl-list
[Top] [All Lists]

Re: [xsl] select attribute of xsl:variable

2010-09-01 06:54:06
<textbox id="b0030" role="alt1">
    <textbox-head>
        <title>XXXXXXXXXXXXXX</title>
 </textbox-head>
</textbox>


With Case 1 I get correct output

<textbox aid:pstyle="TE A title" id="b0030" role="alt1">
..............


With Case 2 output is :

<textbox aid:pstyle="" id="b0030" role="alt1">


Empty aid:pstyle=""

I tried to display the value also and it gives me "EMPTY" in case second.

<xsl:text>{</xsl:text><xsl:value-of 
select="$boxtype"/><xsl:text>}</xsl:text> GIVES {}. 


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