Skip navigation.
 
mlRe: XML schema support (Stuart Malin)
FROM : Richard Wolf
DATE : Mon May 19 21:12:20 2008

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.

Related mailsAuthorDate
No related mails found.