--- /var/tmp/portage/xmlada-0.7.1/work/xmlada-0.7.1/sax/sax-readers.adb 2001-12-20 14:51:52.000000000 +0100 +++ ./sax/sax-readers.adb 2002-11-10 21:08:48.000000000 +0100 @@ -2043,7 +2043,7 @@ Open_Was_Read : Boolean) is -- ??? Would be nice to get rid of this hard-coded limitation in stacks - Stack_Size : constant Natural := 64; + Stack_Size : constant Natural := 128; Operand_Stack : Element_Model_Array (1 .. Stack_Size); Operand_Index : Natural := Operand_Stack'First; Operator_Stack : array (1 .. Stack_Size) of Unicode_Char;