IOS: XML Validation Using XSD

I would like to check out some xml with xsd on iOS platform. I did some searches and found nothing. Does anyone have any code I can use for this?

+1
source share
1 answer

Validating a common XML schema is expensive, have you considered compiling XSD into code with a tool like CodeSynthesis?

+3
source

All Articles