Hi guys
I tried to run this statement
xsdosrg -v -o FMSTR.osr -l XSDLIST.txt;
in the USS area to generate a COBOL compatible XSD.
I am using COBOL version 4.2
I get the following errors
ERROR: http://www.w3.org/TR/xml-schema-1 - s4s-elt-invalid-content.1
Element 'assert' is invalid, misplaced, or occurs too often.
The URL links to an invalid page.
The closest information I can find (which is not related specifically to COBOL) is here
http://stackoverflow.com/questions/3451 ... -too-often
It suggests that version 1.0 of XML does not support the assert statement.
Does anyone know if the xsdosrg utility supports XML 1.1 syntax e.g. the "assert" verb or if we are limited to XML 1.0?
Thanks
Wilsy