- To: Graham Bennett <graham-xml@s...>
- Subject: Re: c/c++ validation libraries?
- From: Daniel Veillard <veillard@g...>
- Date: Thu, 22 Sep 2005 16:44:30 +0200
- Cc: xml-dev@l...
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=GAoHacxBeKfBfcfo1XfsKr7gNXC25QsYNEAx7MGikmmAtqheOn2fRyBP4FnSLy4kO/y/qRnU4Sg46izEqHMWYpLv/JiLjwXnGsdoxCgnHdrEDatJGYfoUxDoCKhfylP2iQSJfEOcN8NAU2xkuTQKH+LxddQpoEmzPwP3xameoTE=
- In-reply-to: <20050922134342.GE6652@l...>
- References: <20050922134342.GE6652@l...>
- Reply-to: Daniel Veillard <veillard@g...>
On 9/22/05, Graham Bennett <graham-xml@s...> wrote:
Ideally I would like to be able to hook in at the SAX level and generate the SAX events for the library to validate. It may be possible to hook into something like Xerces to do this.
Hum, how is that different from libxml2 XSD SAX plug API ?
http://xmlsoft.org/html/libxml-xmlschemas.html#xmlSchemaSAXPlug
sure the xmlSAXHandlerPtr block is tied to libxml2 but you could generate
events like those from different code.
Daniel
|