- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- XML in Cobol
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 07:19 PM
тАО09-08-2004 07:19 PM
Is there any software, library or maybe preprocessor or a combination which helps to read/parse XML in Cobol?
I already know about Apache Xerces and Xalan, eXpat but all of these are C or C++ based. So I post this thread before begin to write a Cobol wraper arround one of this products.
Bojan
Solved! Go to Solution.
- Tags:
- COBOL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 07:50 PM
тАО09-08-2004 07:50 PM
Re: XML in Cobol
We don't use COBOL but do something similar with
BASIC. We had to write wrapper routines in
a combination of BASIC and C. We are using
LIBXML. I don't think you will find any "native"
COBOL software to do this.
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 08:13 PM
тАО09-08-2004 08:13 PM
Re: XML in Cobol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2004 08:17 PM
тАО09-08-2004 08:17 PM
Re: XML in Cobol
Take a look at
http://xml4cobol.com/
http://www.xmlbooster.com/
Maybe there you'll find what you're looking for.
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 02:38 AM
тАО09-09-2004 02:38 AM
Re: XML in Cobol
look at here for xml parser over vms http://www.openvms.org/stories.php?story=02/11/17/4219964
In vms cobol access to data is same of other languages; only asciz are different. I use a simple routine to convert asciz string (C/C++) to fixed len string (Cobol) and viceversa.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 10:40 PM
тАО09-09-2004 10:40 PM
Re: XML in Cobol
IIRC there is a package called CXM on the e-business CD (that comes with VMS). This package contains a number of routines for accessing XML mesaages (that is: creating from, and reading into local variables). We use these routines extensively in our communications with external systems.
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 06:10 PM
тАО09-12-2004 06:10 PM
Re: XML in Cobol
I searched both of the e-business CDs (version 1.5) and I could not find the CXM package. I found only the previous mentioned Apache Xerces and Xalan.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2004 06:35 PM
тАО09-12-2004 06:35 PM
Re: XML in Cobol
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 06:56 PM
тАО09-15-2004 06:56 PM
Re: XML in Cobol
Willem,
Can you give me a hint where to find the package you mentioned. I will be glad to see this product before I start to write the wraper.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 08:21 PM
тАО09-19-2004 08:21 PM
Re: XML in Cobol
I try to compile libxml2-2.6.13 but I was not succesful. I am stucked with a Jurassic version of C (and I can not upgrade) V4.1. The libxml2 needs almost 5.7 because of long names.
For now a nonvalidating parser will be enough.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2007 03:54 PM
тАО02-27-2007 03:54 PM
Re: XML in Cobol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2007 08:48 PM
тАО05-02-2007 08:48 PM
Re: XML in Cobol
Thanks for yours reply, but I have implemented a simple DOM interface using eXpat and VMS descriptors to simplify the programers interface.
Thread closed.
Bojan