Subject: RE: Finding parent of the middle child
From: "Brook Ellingwood" <belling@xxxxxxx>
Date: Mon, 20 Jun 2005 15:17:44 -0700
|
Actually, it's version="1.0"
(//rec_gear_sec/*)[$gearMid] is returning the very first child, even
though $gearMid returns 34. I wasn't even sure if that syntax would be
allowed in 1.0.
-----Original Message-----
From: Sam D. Chuparkoff [mailto:sdc@xxxxxxxxxx]
Sent: Monday, June 20, 2005 3:01 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Finding parent of the middle child
....snip....
Quick pointer. version="2.0", right?
What you're looking for is:
(//rec_gear_sec/*)[$gearMid]
I also, against my better judgement, found it tempting to disbelieve the
spec about dynamic context sometimes until I realized how easy it is to
manipulate sequences.
sdc
|