You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/11/13 18:20:49 UTC

DO NOT REPLY [Bug 14511] - Incorrect node test for

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

Incorrect node test for <xsl:number from="../page"/>

David_N_Bertoni@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From David_N_Bertoni@lotus.com  2002-11-13 17:20 -------
Your opinion is incorrect.  The from attribute of xsl:element is a match 
pattern, and a match pattern cannot contain the step "..".  See the XSLT 
recommendation for more information:

http://www.w3.org/TR/xslt#number

Xalan-C++, Saxon, XT, and MSXSL also reject this.