Re: XML Parser in HLASM?

2013-07-25 Thread Bernd Oppolzer
of small areas of storage). If you're interested, please contact me offline to discuss further details. Kind regards Bernd Am 25.07.2013 02:31, schrieb Paul Raulerson: Is anyone aware of an XML parser written in HLASM? Ideally, I would like to find a DOM like parser, but a SAX parser

Re: XML Parser in HLASM?

2013-07-25 Thread Fred van der Windt
Anything wrong with System XML? Perfectly feasible to use from HLASM. Cheers, Martin Yes, and extremely efficient if you implement a String ID exit. But it's called *z/OS* XML System Services so it might not available under zUnix? Fred!

Re: XML Parser in HLASM?

2013-07-25 Thread Martin Packer
/mydeveloperworks/blogs/MartinPacker From: Fred van der Windt fred.van.der.wi...@mail.ing.nl To: ASSEMBLER-LIST@listserv.uga.edu, Date: 07/25/2013 11:04 AM Subject:Re: XML Parser in HLASM? Sent by:IBM Mainframe Assembler List ASSEMBLER-LIST@listserv.uga.edu Anything wrong

Re: XML Parser in HLASM?

2013-07-25 Thread Bernd Oppolzer
No, there's nothing wrong with the other XML solutions, except the fact that we needed our solution in 2001, already, and that it runs on all the other platforms, too. It turned out to be 3 times faster than XerCes, BTW, when there were some efforts at our site to get rid of it, in favor of

Re: XML Parser in HLASM?

2013-07-25 Thread Robin Vowels
From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Paul Raulerson Sent: Wednesday, July 24, 2013 7:31 PM Is anyone aware of an XML parser written in HLASM? Ideally, I would like to find a DOM like parser, but a SAX parser is better than having to write one

Re: XML Parser in HLASM?

2013-07-25 Thread Alex Kodat
difficult control of storage usage. Sorry, that this doesn't help the OP but, again, I thought some Assembler jockeys might be interested. On Wed, 24 Jul 2013 20:31:13 -0400, Paul Raulerson paul.rauler...@mac.com wrote: Is anyone aware of an XML parser written in HLASM? Ideally, I would like to find

Re: XML Parser in HLASM?

2013-07-24 Thread Paul Raulerson
Is anyone aware of an XML parser written in HLASM? Ideally, I would like to find a DOM like parser, but a SAX parser is better than having to write one from scratch. :) Oh, this will most likely run under zLInux, so if someone has already built HLASM interfaces to eXpat or libXML2

Re: XML Parser in HLASM?

2013-07-24 Thread Chuck Arney
- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Paul Raulerson Sent: Wednesday, July 24, 2013 7:31 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: XML Parser in HLASM? Is anyone aware of an XML parser written in HLASM? Ideally, I would like to find