Re: [xsl] Sorting problem in xsl

Subject: Re: [xsl] Sorting problem in xsl
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 11 Apr 2005 11:45:27 +0100
oops, missing @ in my last reply:


<xsl:sort order="ascending" data-type="number"
select="substring-before(@svg:x|@svg@x1,'inch'))"/>
                                ^
                                ^
                                ^
                                ^
                                ^
                                ^                              
<xsl:sort order="ascending" data-type="number"
select="substring-before(@svg:y|@svg@y1,'inch'))"/>
                                ^^^^^^^
                                ^
                                ^
                                ^
                                ^
                                ^
                                ^
David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread