Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Validating XML with XML Schema (XSD)

former_member207438
Participant
0 Kudos

Hi,

Do you know about an ABAP class or function module that can validate XML with XML Schema (XSD)?

I noticed that if_ixml_parser interface has the validating functionality. I tested it and, yes, the interface implementation does XML validation against DTD not XML Schema (XSD).

Thanks,

Edward

1 ACCEPTED SOLUTION

martin_voros
Active Contributor
0 Kudos

HI,

it looks like XSD is not supported in ABAP. Have a look at this [thread|;. It's quite old but I doubt that SAP included XSD support in later releases.

Cheers

3 REPLIES 3

martin_voros
Active Contributor
0 Kudos

HI,

it looks like XSD is not supported in ABAP. Have a look at this [thread|;. It's quite old but I doubt that SAP included XSD support in later releases.

Cheers

0 Kudos

that's a shame... any news on XSD-Validation?

former_member207438
Participant
0 Kudos

I will close this question with a link to my blog [Validating XML with XML Schema (XSD)|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18198] [original link is broken] [original link is broken] [original link is broken];

-Edward