Re: XML-Schema or DTD for Silva XML
Martijn Faassen <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Reinhard Hess wrote: [snip] > it should be here: > http://cvs.infrae.com/Silva/silvaxml/ > > However I don't know wether the definitions are up-to date. Maybe, > someone from Infrae can confirm ? They're supposed to be up to date. Note that these are Relax NG schemas. You can find out more about this here: http://www.relaxng.org/ If you need a library to verify XML against a schema, you could check out lxml: http://codespeak.net/lxml/ Of course I'm slightly biased in its favor. :) Regards, Martijn