DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3502>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3502

xsltc fails conf test select71 union using overlapping node sets

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]    |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2001-11-21 07:04 -------
This does not seem to be a problem with the union operator, but more with the
way XSLTC interprets this expression:

  select="south/preceding-sibling[4]"

Note that this is not using the 'preceding-sibling' iterator, but rather asking
for the fourth element of those called 'preceding-sibling'. If a '::*' is
inserted in the proper place

  select="south/preceding-sibling::*[4]"

XSLTC will produce proper output.

Reply via email to