This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Outputting "entire nodes" 2


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]