Re: XML schema support (Stuart Malin)
Re: XML schema support (Stuart Malin)
- Subject: Re: XML schema support (Stuart Malin)
- From: Richard Wolf <email@hidden>
- Date: Mon, 19 May 2008 14:12:20 -0500
Just an FYI,
NSXMLDocument's initWithContentsOfURL:options:error: and
initWithData:options:error: methods allow you to verify an XML
document using a DTD or XMLSchema XSD. One of the "options" you can
XOR is NSXMLDocumentValidate. As verifying against a DTD or XSD are,
pretty much, the two major ways of validating XML, I'm not sure how
Cocoa wouldn't serve you. :)
http://tinyurl.com/5kkarm
http://tinyurl.com/67o4bk
http://tinyurl.com/5kkarm
http://tinyurl.com/5mnkmc
Is there a Cocoa package that supports XML schema for either event
driven
(SAX like) or tree based (DOM like) XML parsing?
I haven't seen any reference to XML schema for either Cocoa
packages other
than a statement saying you can do your own validation.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden