<xsl:for-each select='* [head] | * [c01] | * [c02]'>
I am expecting this statement to select each element with <head> + all c01s
+ all c02s.
The loop selects all the elements with <head> but only selects the first
c01 and the first c02 following each c01 in the document.
Anyone see what I am doing wrong here?
Thanks for the help.
Lynn
|