B
Brian J. Sayatovic
I'm using Xalan-J to loop through some nodes with an xsl:for-each
element, presumably in document order. As far as I can tell, the XSL
speciciation says that a for-each element will loop through the
nodeset in document order, meaning the order the elements occur in the
document. Does Xalan-J obey this rule?
I'm encountering some oddities that could be explained if Xalan-J does
not adhere to this, but it is a very rare circumstance, so its hard to
test.
Regards,
Brian.
element, presumably in document order. As far as I can tell, the XSL
speciciation says that a for-each element will loop through the
nodeset in document order, meaning the order the elements occur in the
document. Does Xalan-J obey this rule?
I'm encountering some oddities that could be explained if Xalan-J does
not adhere to this, but it is a very rare circumstance, so its hard to
test.
Regards,
Brian.