On 22 Dec 2008, at 18:35, Andreas Delmelle wrote:
Ok, I've started writing the actual xsl:fo style, and have a
question for you guys.
The xml I'm using is below, so could you point me in the best
direction to get to the field data of only the current='true'
version? Thanks in advance.
<snip />
<snip />
Then inside that template/for-each, the pattern would be something
like:
child::versi...@current='true']
Reading your question again, maybe this is slightly inaccurate, and
you actually need:
child::versi...@current='true']/*
to select the child elements of the version-node.
Cheers
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]