UXMLREADER has limits?
Author: hansen@ahp-gmbh.de (-GHAN-)
can anybody confirm that the UXMLREADER (SAX) has a limit when used in "parse"-mode? It always stopps after 20516 Bytes (dont nail me for some bytes, so lets point it out to be 20KB) and returns a FATAL ERROR. ---[this is the Code]--- newinstance "UXMLREADER", lh_uxml lh_uxml->setHandler($instancename) lh_uxml->parse(lv_xml,0) deleteinstance lh_uxml ---[and it ends here]--- The Reader reports: " FatalError: SYSTEMID=UXMLREADER LINE=322 COLUMN=15 MESSAGE=An exception occurred! Type:UnexpectedEOFException, Message:The end of input was not expected " Line 322 equals the 20k limit (20516 Bytes). I tried several streams with the same result. Kind Regards -GHAN-




