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

SAXImpl.getNamespaceAxisIterator needs to work with other axes

           Summary: SAXImpl.getNamespaceAxisIterator needs to work with
                    other axes
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This is based on a problem reported by  Robert Koberg on xalan dev.
Currently a number of namespace-based axes are not implemented in
XSLTC. More precisely, the following expression:

 <axis>::prefix:*

 can only be evaluated when <axis> is in { attribute, child }, but it
should work for all other axes like ancestor, preceding-sibling,following,
following-sibling ,
ancestor-or-self,descendant,descendant-or-self,namespace,parent etc.

Need to put in fix for these other cases in
SAXImpl.getNamespaceAxisIterator(int, int)

Reply via email to