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 2003/01/29 18:20:53 UTC

DO NOT REPLY [Bug 16549] New: - xsl:number breaks in presence of xalan:doc-cache-off

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: xalan-dev@xml.apache.org
        ReportedBy: zongaro@ca.ibm.com


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.