cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

xml validation in xslt mapping?

Former Member
0 Likes
301

Hi,

There is a xml file as input and i want to validate in xsl file. And validation result is processed in sap pi. It is possible that xml validation in xslt mapping?

Thanks,

Nurhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Nurhan,

>>>It is possible that xml validation in xslt mapping?

no, only with java extension, not wite pure xsl.

/Udo

Answers (1)

Answers (1)

Former Member
0 Likes

Hello,

Not sure if u can do xml validation in xslt, but having said that u can do validation in java and call that function in ur xslt....i think it will work

Thanks

Amit Srivastava