Application Development and Automation 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: 
Read only

Validating XML with XML Schema (XSD)

former_member207438
Participant
0 Likes
939

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
Read only

mvoros
Active Contributor
0 Likes
586

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
Read only

mvoros
Active Contributor
0 Likes
587

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

Read only

Former Member
0 Likes
586

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

Read only

former_member207438
Participant
0 Likes
586

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