[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: whitespace

Subject: Re: whitespace
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Thu, 30 May 2002 00:50:14 +0200
Re:  whitespace
normbishop1@xxxxxxxxxxxx wrote:
...
<xsl:output method="text" version="1.0" indent="yes" />

<xsl:template match ="/address" xml:space="preserve">
<xsl:value-of select="firstname" /> </xsl:template> </xsl:stylesheet>

The xml:space preserves the whitespace in the *XSLT*, i.e. the linefeed after the <xsl:template..> opening tag, the indentation of the next line with the <xsl:value-of.../> element and the linefeed after this and the indentation of the next line. Which all doesnt matter because the serializer reformats the output because of the indent="yes" in the xsl:output.

Try
      <xsl:template match ="/address">
          <test><xsl:value-of select="firstname" /></test>
       </xsl:template>

you should see
          <test>      Mike</test>
somewhere in the output.

J.Pietschmann


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.