candidate for errata?

The Rec says
(http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-FF21A306):

"The DOM implementation may not put arbitrary limits on the amount of
data that may be stored in a CharacterData node."

The Java bindings specify that CharacterData.getLenght() return int.

Is there an implicit assumption that in Java a CharacterData would not
exceed 2Gb?

-- 
K. Ari Krupnikov

DBDOM - bridging XML and relational databases
http://www.iter.co.il

Received on Saturday, 17 February 2001 07:22:20 UTC