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(_at_)netzero(_dot_)com" <watchstone(_at_)netzero(_dot_)com>
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>
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--