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

Re: xslt2 complex content sequences

Subject: Re: xslt2 complex content sequences
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 5 Sep 2005 17:42:49 +0100
Re:  xslt2 complex content sequences
On 9/5/05, David Carlisle <davidc@xxxxxxxxx> wrote:
>
> me> Which produces the right thing, but that seems a bit unnatural.
>
> <a>
>  <xsl:sequence select="1"/>
>  <xsl:sequence select="2"/>
> <xsl:text/>
>  <xsl:sequence select="3"/>
> </a>
>
> Also seems to work and looks rather more natural.

How about:

<a>
<xsl:value-of separator=" ">
 <xsl:sequence select="1"/>
 <xsl:sequence select="2"/>
 </xsl:value-of>
 <xsl:sequence select="3"/>
</a>

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.