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=6580>.
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=6580

Incorrect nodes selected with preceding:: axis

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |



------- Additional Comments From [EMAIL PROTECTED]  2002-02-20 20:55 -------
By getting the results i said you would get with xalanj2.3 you confirmed the
existence of the bug; it did not work correctly.

Please look at the input html page. The FIRST radio button has value="yes", but
the preceding::* expression generates a node-list that includes the other radio
button (value="no") occuring later in the page. Other incorrect nodes are also
included.

Here are a portion of the results pointing out the errors:

RADIO/CHECKBOX: name=vHaveAccount, value="yes
preceding=head,,, pos=1<br/>
preceding=link,,, pos=2<br/>
preceding=div,,, pos=3<br/>
preceding=p,,, pos=4<br/>
preceding=p,,, pos=5<br/>
preceding=tr,t1,, pos=6<br/>                  <====== INCORRECT: ancestor
preceding=tr,t10,, pos=7<br/>                 <====== INCORRECT: follows
preceding=td,t11,, pos=8<br/>                 <====== INCORRECT: follows
preceding=input,vHaveAccount,no, pos=9<br/>   <====== INCORRECT: follows
preceding=td,t12,, pos=10<br/>                <====== INCORRECT: follows

Please take another look at the page and the results.

Thanks,
Brian.

Reply via email to