cancel
Showing results for 
Search instead for 
Did you mean: 

schematron validation

former_member198060
Participant
0 Kudos

Hello experts,

I know that we can use built in XML validation on SAP PI 7.11 with xsd files.

Is there also a possibility to validate XML with schematron and XSLT instead of xsd files?

Any helpful pointers or comments are appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

former_member241146
Active Participant
0 Kudos

Hi Peter.

You can do a Java Mapping to validade it.

Below the links:

XI schema validation using DOM parser via Java code

http://wiki.sdn.sap.com/wiki/display/XI/XIschemavalidationusingDOMparserviaJavacode

Validations using Java for those not having PI7.1

/people/ranjit.deshmukh/blog/2008/01/14/validations-using-java-for-those-not-having-pi71

Best Regards.

Bruno

Answers (1)

Answers (1)

ttrapp
Active Contributor
0 Kudos

You can generate XSLT from a Schematron schema and then using XSLT for validation. This is even possible in ABAP and a explained how to do ot in my Book "XML für ABAP-Programmierer" in SAP Press.

Best Regards

Tobias Trapp