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

xsl:number breaks in presence of xalan:doc-cache-off

           Summary: xsl:number breaks in presence of xalan:doc-cache-off
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The presence of the xalan:doc-cache-off processing instruction may result in
DTM node handles being reused.  This can cause problems with the xsl:number 
element, as it may keep track of counts using node handles.  It's possible that 
xsl:number has similar problems in other situations.

Reply via email to