I am using WTX 8.1.0.3
I tried to validate an XML Buffer against the xsd.
if (xmllib->VALIDATE( XMLBuffer, xsdName) =0 , "ok", "invalid")
Validation works fine on Windows.
On z/OS the code does not work.
- Are there any limitations for z/OS regarding xmllib functions?
- Are there any special rules for xsdName on z/OS?
thanks a lot for your help
I tried to validate an XML Buffer against the xsd.
if (xmllib->VALIDATE( XMLBuffer, xsdName) =0 , "ok", "invalid")
Validation works fine on Windows.
On z/OS the code does not work.
- Are there any limitations for z/OS regarding xmllib functions?
- Are there any special rules for xsdName on z/OS?
thanks a lot for your help