[xsl] output unterminated tags

Subject: [xsl] output unterminated tags
From: jm <mailinglist@xxxxxxxxxxxxxx>
Date: Sat, 5 Apr 2003 19:38:15 +0200
hi all,

i want to output unterminated tags with my xslt-stylesheet
for (html)table-construction.

so i want to be able to print just

<tr>
or
</tr><tr>
or
</tr>

i tried it with <![CDATA[<tr>]]> but this put just 

&lt;tr&gt;

in my html-file

thanks
jm

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread