RE: [xsl] Sequences in XSLT 2.0..

Subject: RE: [xsl] Sequences in XSLT 2.0..
From: "Pawson, David" <David.Pawson@xxxxxxxxxxx>
Date: Mon, 21 Mar 2005 10:31:39 -0000
    -----Original Message-----
    From: David Carlisle 

    There are other ways of ending up with an ordered sequence, 
    the most direct being
    
    <xsl:variable name="x" select="(a,b,c)"/>
    
    which stores any elements selected by a followed by 
    elements selected by b followed by elements selected by c, 
    in that order, whatever order they are in in the source.

Neat! 
http://www.w3.org/TR/2005/WD-xslt20-20050211/#dt-sequence-constructor

I'd noted
<xsl:variable name="values" as="xs:integer*">
    <xsl:sequence select="(1,2,3,4)"/>
    <xsl:sequence select="(8,9,10)"/>
</xsl:variable>
usage, literals, but not your usage above!

Thanks David.

regards DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk

Current Thread