Re: Read a XML document in COBOL



olivierdeman@xxxxxxxxx wrote:
Hey,

I'm trying to read an XML document (see at the end of the page) in
COBOL (I'm using PerCobol).

I'm not familiar with PerCobol - someone else may be able to chime in with specifics. If you're running in a Windows environment, you may be able to use the available Microsoft XML parser to create an XML document object. I've never done that, but I know I've seen some examples of similar code here. You might try searching the archives for code examples. :)

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ / \ / ~ Live from Montgomery, AL! ~
~ / \/ o ~ ~
~ / /\ - | ~ daniel@thebelowdomain ~
~ _____ / \ | ~ http://www.djs-consulting.com ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ GEEKCODE 3.12 GCS/IT d s-:+ a C++ L++ E--- W++ N++ o? K- w$ ~
~ !O M-- V PS+ PE++ Y? !PGP t+ 5? X+ R* tv b+ DI++ D+ G- e ~
~ h---- r+++ z++++ ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Who is more irrational? A man who believes in a God he doesn't see, or a man who's offended by a God he doesn't believe in?" - Brad Stine
.



Relevant Pages

  • Re: Source code documentation
    ... I created by XSLT, doing Generics was a bit tricky. ... Therefore, God exists. ... disappointing. ... generate an XML document with this information. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Read a XML document in COBOL
    ... I'm trying to read an XML document in ... COBOL (I'm using PerCobol). ... If you are running on a Microsoft platform and think that re-inventing the ...
    (comp.lang.cobol)