[Home] [By Thread] [By Date] [Recent Entries]

  • From: Tigran Hayrapetyan <tigranhdev@h...>
  • To: xml-dev@l...
  • Date: Tue, 06 Mar 2001 22:57:45 +0000

Does anybody know how to force a nicely indented HTML output for the result 
of applying XSL to XML?

I am expecting something like this:
<HTML>
  <HEAD>
  </HEAD>
  <BODY>
     <P>asasa</P>
     <P>asdasdasd</P>
  </BODY>
</HTML>

I tried putting this kind of statement in the XSL to no avail.
<xsl:output method="html" version="4.0" indent="yes"/>

I also tried:
<xsl:output method="xml" version="1.0" indent="yes"/>

I am using MSXML 3.0, and I am calling transformNode and then writing the 
output to the file. I also tried mocking with preserveSpace attribute.

Thanks,
Tigran
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member