In the Java or C++ parser, and which APIs are we talking about exactly, DOM
or SAX or what?
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
David_N_Bertoni@lotus.com on 01/26/2000 02:11:38 PM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: *::item() and *::getLength()
Maybe I missed the email that explained this, but why did the formal
parameter of the various item() functions change from int to unsigned long?
This (silently) broke a bunch of the Xalan code.
Given that it _was_ changed, why wasn't getLength() changed to return an
unsigned long? It seems inconsistent.
Dave