You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using KissXML in my project, which has a very rigid structure and schema. I want to be able to automate testing against the schema, so I know my code doesn't generate bad XML.
NSXML provides a method on NSXMLDocument called -validateAndReturnError:, however DDXMLDocument doesn't implement this or any document validation with XML schemas at all.
If this could be implemented, it would greatly improve my test coverage and maybe have a few less people yelling at me to switch frameworks since this one doesn't support testing.
Cheers.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm using KissXML in my project, which has a very rigid structure and schema. I want to be able to automate testing against the schema, so I know my code doesn't generate bad XML.
NSXML provides a method on
NSXMLDocument
called-validateAndReturnError:
, howeverDDXMLDocument
doesn't implement this or any document validation with XML schemas at all.If this could be implemented, it would greatly improve my test coverage and maybe have a few less people yelling at me to switch frameworks since this one doesn't support testing.
Cheers.
The text was updated successfully, but these errors were encountered: