xsl-list
[Top] [All Lists]

[xsl] Need help for XSL beautifaction

2006-05-16 14:40:35
Hi all!

Do you have any ideas how I can code this XSL more beautiful:

<xsl:if test="textNo = 'text-1'" >
      <xsl:copy-of select="$text-1"/>
</xsl:if>

In other words: Is there a chance to use the <copy-of> directly with the value of "textNo", without the <xsl:if> ?

Greetings,
Christian

-------------------------------------
Christian Haase, Hans-Mertens-Str. 37
30655 Hannover, GERMANY
Tel: +49-511-697916 / +49-178-7772617
Fax: +49-511-3948280
ICQ: 307628315
-------------------------------------


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