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

RE: Plain Text Handling in XSLT Output

Subject: RE: Plain Text Handling in XSLT Output
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 7 Jun 2006 11:10:39 +0100
xslt text linefeed
> ...
> How do i insert a white space between (these) two values?

use <xsl:text> </xsl:text>
> 
> 2. Prob: Line Feed & Carriage Return
> The xslt:
> ...
> <person>
>    <xsl:if test="exists(mds:node17)">
>       <name>
>          <xsl:value-of select="node17"/>
>          <xsl:if test="exists(node18)">
>             (<xsl:value-of select="node18"/>)
>          </xsl:if>
>       </name>
>    </xsl:if>
> </person>
> ...
> This is the expected output:
> ...
> Lastname (Function)
> ...
> But this is the real output:
> ...
> Lastname
>               (Function)
> ...
> How can i control if a linefeed is added or not? Is there a 
> possibilty to remove or add a linefeed with xslt to the output?

Use <xsl:text>(</xsl:text>
> 
> I hope you have some advice for me.

A simple and safe rule is: don't have any non-whitespace text in your
stylesheet except within <xsl:text> elements. Use <xsl:text> whenever you
want to output literal text to the result tree.

Michael Kay
http://www.saxonica.com/

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.