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"


Is there a way to output "entire nodes"?

My XML-file looks like this:

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

And I want the output to be:

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

/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]