View previous topic :: View next topic |
Author |
Message |
raj2512 Beginner
Joined: 16 Mar 2005 Posts: 5 Topics: 2
|
Posted: Wed Mar 16, 2005 10:02 am Post subject: XML Parser |
|
|
Hi,
I have to write a COBOL XML parser program. This will be the first XML-COBOL program at our shop.
What version of COBOL should my Shop have to use XML PARSER?
Are there anyother environment limitations to use XML parser
Would you recommend any material for application programmers for writing a COBOL XML parser
Thanks |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
raj2512 Beginner
Joined: 16 Mar 2005 Posts: 5 Topics: 2
|
Posted: Wed Mar 16, 2005 1:57 pm Post subject: |
|
|
Thanks for the information.
Our shop has IBM COBOL for OS/390 & VM V2R2 and will be upgrading to Enterprise COBOL sometime this year. In the meanwhile can we use a third-party XML parser to generate the COBOL parser program. Can we compile the generated code using our current version of the compiler.
Do you have a list of COBOL XML parsers available in the market. I could find one "XML Thunder".
Thanks again for the help!!! |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Mar 16, 2005 6:19 pm Post subject: |
|
|
IBM's WSED (and maybe WSAD) will generate COBOL based XML parsers that convert between a copybook format and XML format. You feed it a copybook and it spits out the XML converters. I've found them to be very easy to use and to call the converters. |
|
Back to top |
|
 |
|
|