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

Re: testing for position of an element and displaying

Subject: Re: testing for position of an element and displaying it accordingly
From: ms <mina_hurray@xxxxxxxxx>
Date: Thu, 25 Jan 2007 11:18:11 -0800 (PST)
Re:  testing for position of an element and displaying
Hi David:

That is the problem I am facinf, the
<xsl:apply-templates> matches the <a> in the beginning
of <steps> template, and again at the end of steps, if
I say <xsl:apply-templates>, it matches it there. 

So it is really not going in order in the style sheet,
and repeats the <a> content two ties 0once before the
<r1> and once aftr <r1>.

Please tell me how this can be resolved.
--- David Carlisle <davidc@xxxxxxxxx> wrote:

> 
> 
> as has been stated before
> 
> <xsl:if test="a">
> <xsl:apply-templates select="a"/>
> </xsl:if>
> 
> 
> is ___exactly__ the same thing as
> 
> 
> <xsl:apply-templates select="a"/>
> 
> 
> and this causes all a elements to be processed at
> this point, out of
> their natural order. If you didn't do this your
> problem would go away.
> 
> David
> 
> 



 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.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.