[xsl] Re: Problem selecting following::code

Subject: [xsl] Re: Problem selecting following::code
From: "watchstone@xxxxxxxxxxx" <watchstone@xxxxxxxxxxx>
Date: Tue, 11 Oct 2005 03:00:29 GMT
OK, so no takers, huh? :)  I'm sure my explanations were as clear as mud, but anyways I think I may have come up with a solution... select the following::item[1] (the parent) instead and make that the context node (also send the <id> as a parameter to the recursive template) and then you can just select <code> because it is in context for matching <id> records.  (I think I've probably got a mud pie by now...)

-- "watchstone@xxxxxxxxxxx" <watchstone@xxxxxxxxxxx> wrote:
And the desired output:

Each output as a single document:
<document>
<book>
<id>0000</id>
<author>Smith, John</author>
<code>AFCD</code>
<code>AAAA</code>
</book>
<document>

Current Thread