Has anyone had any success using the XML PARSE and
XML GENERATE commands
you can use in ILE COBOL or RPG and using the parser that is in the Xml
Toolkit? I have issues with pulling in an XML file from the IFS because
it comes in all jibberish. I get the XML PARSE to work when I just
code
the XML data into the ILE COBOL program, but am missing something when
pulling in from IFS. I think it has something to do with CODE PAGE
CCSID
that I use from what I read (don't quite understand the CCSID).