×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
From my experience, Scott's expat is exponentially faster. (Speed's a big concern in my shop.)
-Kurt Anderson
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Rick.Chevalier@xxxxxxxxxxxxxxx
Sent: Thursday, September 16, 2010 3:22 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: RE: Parse a XML file with RPGLE
Mike,
Why not just use the RPG built in function and op-codes? %XML, XML-INTO for the DOM parser, and XML-SAX for the SAX parser.
Rick
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike Barnett
Sent: Thursday, September 16, 2010 1:08 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Parse a XML file with RPGLE
Hello List,
I have a request to parse a XML file in a rpg program. I'm experimenting with the expat parser I downloaded from Scott Klement's website (great stuff!!) to parse a XML file from the ifs. I'm using the sample program (CHARDATA1) from the download - pretty straight forward. When I run the program and put it in debug, after the code:
len = read(fd: %addr(Buff): %size(Buff)); I check the Buff variable and I see garbage - I can't make out the xml. I've tried several xml files and all display the same. Has anyone had a similar problem using the expat parser? Any suggestions would be greatly appreciated.
Thanks
Privileged and Confidential. This e-mail, and any attachments there to, is intended only for use by the addressee(s) named herein and may contain privileged or confidential information. If you have received this e-mail in error, please notify me immediately by a return e-mail and delete this e-mail. You are hereby notified that any dissemination, distribution or copying of this e-mail and/or any attachments thereto, is strictly prohibited.
As an Amazon Associate we earn from qualifying purchases.