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





------- Additional Comments From [EMAIL PROTECTED]  2003-01-30 14:54 -------
There's a similar problem with result-tree fragments used in the exslt:node-set 
function - DTM node handles can be reused.  The cache2.xsl stylesheet, which 
I'll attach presently, produces the following output (given any input)

<?xml version="1.0" encoding="UTF-8"?>
<out><first>1 2 3 4 <second>1 </second></first><third>3 </third></out>

but the output should be:

<?xml version="1.0" encoding="UTF-8"?>
<out><first>1 2 3 4 <second>1 </second></first><third>1 </third></out>

Reply via email to