문제

I am using the Cobol XML Parser to parse an xml document that originated from the HFS (USS) file system through batch JCL.

My problem is that the XML Parser is returning "XML DOCUMENT ERROR 0000000317" which seems to be an encoding issue.

Does anyone know how to get past this?

Thanks

도움이 되었습니까?

해결책

You will need to ensure that the encoding tag on the XML declaration is valid and agrees with what the actual document is. You will also need to make sure that the LPAR you are running on has the proper code page conversions defined in Unicode Conversion Services for z/OS.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top