Re: Event driven parsing and xml validation
Re: Event driven parsing and xml validation
- Subject: Re: Event driven parsing and xml validation
- From: Scott Thompson <email@hidden>
- Date: Mon, 20 Jun 2005 23:06:51 -0500
On Jun 20, 2005, at 10:36 PM, kelvSYC wrote:
I'm planning to use the SAX-like XML parser that's part of Cocoa,
but I have a few questions:
Is there a way to perform DTD or XML Schema validation on the
document before processing it? Does it even do a well-formedness
check beforehand? Do I have to write my own code in order to do
so, and if so, where can I find code that already does this for me?
I don't know the direct answer to your question, but I do not believe
that NSXML does any XML Schema validation yet. We turned to the
Xerces parser for our implementation for that reason.
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden