Subject:SS Bug 4.6 103r: peer node limit of 32767 Author:Lee Humphries Date:11 Mar 2003 11:54 PM
I've been doing processing of an XML log file which has a large number of peer nodes, around 80k.
The Stylus XSLT/XPath processor seems to be limited to 32767, because I'm getting wraparound on things like the count function.
For example, if I have 86174 peer nodes for the XPath count() function
Stylus reports 20638 but
Xalan-J, MSXML.NET, Saxon, MSXML3 and MSXML4 all report 86174
If I try doing a xsl:for-each over these peer nodes Stylus starts off at what it claims is node 32770 (looking at the debug context) rather than just simply node 1.