Skip to Content

 XML

How To Validate an XML Document

There are several ways to validate an XML document. Which method you use depends on what you want to do, what resources you have, and what version of isCOBOL you use. This document will review these three methods to validate an XML programmatically: ... Read More

What is the best way to retrieve XML via HTTP?

Question: Suppose I want to retrieve XML with an HTTP request given a particular URL. What is the easiest or best way to do this? Please provide a sample program. Answer: One way to communicate with an HTTP server is by using the HTTPClient... Read More

Can you recommend an XML editor?

Question: I need an XML editor and authoring tool that can create, read, write, edit XML and XML Schema files. I would also like to be able to create sample XML data given an XML Schema Definition. Can you recommend at least one free and one... Read More