Aran Mulholland
Aran Mulholland

Reputation: 23945

iOS: XML validation with an XSD

I would like to validate some xml with an xsd on the iOS platform. I have done some searches and not found anything. Anyone have any code i can use to do this?

Upvotes: 1

Views: 1526

Answers (1)

ThomasRS
ThomasRS

Reputation: 8287

Generic XML Schema validation is expensive, did you consider compiling the XSD into code using a tool like CodeSynthesis?

Upvotes: 3

Related Questions