View previous topic :: View next topic |
Author |
Message |
ivanam Beginner
Joined: 03 Apr 2006 Posts: 4 Topics: 2
|
Posted: Fri Apr 27, 2007 6:06 am Post subject: XML parser for z/OS REXX |
|
|
I need to use XML parser for REXX in z/OS environment. We have XML Toolkit V1.4 installed on z/OS. Does anyone have some examples how to invoke processing XML data from REXX, and what libraries I have to change(adjust) in MVS and UNIX to facilitate this task. |
|
Back to top |
|
 |
DaveyC Moderator

Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Wed May 02, 2007 10:26 am Post subject: |
|
|
Unfortunately, you can't call the XML toolkit from REXX. You need to write wrapper functions in assembler to call C++ programs that do the parsing. I was going to write such a library but there was almost no interest. _________________ Dave Crayford |
|
Back to top |
|
 |
ivanam Beginner
Joined: 03 Apr 2006 Posts: 4 Topics: 2
|
Posted: Thu May 03, 2007 8:35 am Post subject: |
|
|
Thanks for information on XML subject. I'll be glad if you notice us on the forum when you finish writting that wrapper. |
|
Back to top |
|
 |
|
|