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?
Validating a common XML schema is expensive, have you considered compiling XSD into code with a tool like CodeSynthesis?