Re: [xsl] Preserving indentation of first tag when copying XML into HTML?

Subject: Re: [xsl] Preserving indentation of first tag when copying XML into HTML?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 21 Sep 2006 17:40:53 +0100
      <pre>
              <xsl:value-of disable-output-escaping="yes"
    select="text()[last()]"/>

d-o-e (which is evil) only affects the way < and & are linearised so
would have no effect on this white space text node.

David

Current Thread