Originally posted by: johnxp
Anyone can help me on below the issue?
I am using registry in xml validation function, it's not working.
If I hard-code the log file path in the function, it will work.
The code I am using as the following
=IF( xmllib->VALIDATEEX(PACKAGE(ISO_PAIN_001), "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03 pain.001.001.03.xsd", "%PAY_Log_Output%\pain.001.001.03.Err.log" ) != 0,
FAIL("XML Validation Error. Please check the log for details.") )
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender