Search found 2 matches

by pleonard
Fri Dec 12, 2008 7:06 pm
Forum: XML
Topic: XML Parse in COBOL
Replies: 4
Views: 14908

I have encoding="UTF-8" which causing xml-code 70 when parse the XML document. When I remove the encoding I got xml-code -1 (I don't set this in the program).
by pleonard
Fri Dec 12, 2008 1:56 am
Forum: XML
Topic: XML Parse in COBOL
Replies: 4
Views: 14908

XML Parse in COBOL

I have experienced an issue with "encoding" in general using XML PARSE in Cobol program. I don't know why I have been got XML-CODE=70. When I remove the "encoding" I got -1 in XML-CODE. Does anyone knows what can be this problem ?

Thanks
Paulo