P
pablo.vivanco
Guest
Hello, I'm using OE 10.2b08, when I try to parse an XML file it takes about 2 minutes, if I try to parse the same XML file in OE11.6 it takes only 1 second. DEFINE VARIABLE hSax AS HANDLE NO-UNDO. CREATE SAX-READER hSax. hSax:HANDLER = THIS-PROCEDURE. hSax:SET-INPUT-SOURCE("file","c:\temp\LAN7008173R5_11648_4120=NOMINA-4120.xml"). hSax:SAX-PARSE(). /******* <--- right here takes 2 minutes! ********/ Is it any know issue that has been resolved by a Hotfix for 102.B08 in parsing XML ? Here's the XML Im having the issue with: (Please visit the site to view this file) Any Help is appreciated, thanx in advance!
Continue reading...
Continue reading...