Subject: XSLT Streaming: circumvent the one downward selection rule using xsl:fork
From: "Costello, Roger L." <costello@xxxxxxxxx>
Date: Sat, 7 Dec 2013 10:33:05 +0000
|
Hi Folks,
I am learning about the new xsl:fork element.
It allows you to simultaneously perform multiple instructions on the input as
it is being streamed.
Hmm ...
So the one downward selection rule *prohibits* accessing more than one child
or descendent node from the context node. The xsl:fork element *enables*
accessing more than one child or descendent node from the context node.
That's weird.
It seems conflicting/contradicting. Yes?
Please help me to understand.
/Roger
|