[NanoXMLXML Schema
Brought to you by:
cyberelf
From: Herve Q. <her...@es...> - 2002-03-04 17:54:12
|
I am using NanoXML for my own configuration/preferences API but I am planning to use it for some more complex stuff since I don't really like the philosophy of heavyweight APIs you use at 1% of its capabilities. And every XML parsing API has a SAX/DOM/DTD etc stuff I don't need. But I would like to use NanoXML to parse XSD validated data (and maybe also code a parser generator with a XSD source). So I was planning (not now cause deadlines are too many at work these 2 next weeks) to code my own XSD verification for NanoXML, which doesn't sound like a piece of cake since I have to check in detail the whilez XML Schema RFC before. So I was wondering if there was a nice way to add a validation plugin, or if someone has already began (or just thought of) coding such a thing. Maybe I am mistaken and I should go for some Xerces directly so please tell me if it would go against NanoXML's "raison d'=EAtre". Herv=E9 |