Subject: Re: Accessing specific repetitive node
From: "Mark Williams" <mark@xxxxxxxxxxx>
Date: Fri, 5 Mar 2004 12:34:34 -0000
|
Hi David,
Thanks for the response.
In my xslt I pick up 3 specific items with 3 separate select statements.
The statement which picks out the first repeating item works fine. The
other two do not. Knowing that the first select statement works as
expected, I used this select statement and substituted [1] with [3]. It
then failed to work. If it worked with item [1], I would have thought it
should have worked for item[3]. I don't suppose this helps you much really,
but if you have any thoughtss please let me know.
Thanks,
Mark
----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, March 05, 2004 12:12 PM
Subject: Re: Accessing specific repetitive node
>
> > Has anyone got any ideas why?
>
> no, clearly if you change that [1] to [2] you are supposed to get the
> second Code element.
> Unless there is an error elsewhere in something you haven't shown us
> (eg a higher priority template that means this code never runs)
>
> David
>
>
> --
> http://www.dcarlisle.demon.co.uk/matthew
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. 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
> ________________________________________________________________________
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|