Outputting "entire nodes" 2

Subject: Outputting "entire nodes" 2
From: "Hakan Pettersson" <hakanxsl15@xxxxxxxxxxx>
Date: Fri, 23 Jun 2000 08:30:21 GMT
Refined question:

My XML-file looks like this:

<HtmlTable><![CDATA[
  <table border=0 cellspacing=0>
     ...
     ...
 </table>
]]></HtmlTable>

And I want the output to be:

<table border=0 cellspacing=0>
  ...
  ...
</table>

It works almost with copy-of.
However "<" is output as "&lt;"
">" is output as ">"

Can I get "<" to be output as "<"?

/Håkan
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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



Current Thread