[lxml-dev] Yet (another) XML-verifier utility, Xpectador
Stefan Behnel
stefan_ml at behnel.de
Fri Dec 12 18:56:36 CET 2008
Hi,
I Putu Alberto Lee wrote:
> I just implemented an XML-verifier utility for the purpose of my work.
> It's written in python, and uses lxml library.
>
> Basically it allows you to state your expectations over "what should
> appear" and "what should not appear" in the XML-document that you'd like
> to validate, using the same format as that XML-document-to-be-verified.
Have you looked at examplotron as a schema language? It looks a bit like
what you are doing here.
http://examplotron.org/
You can also use it with xml as it's implemented in XSLT.
Stefan
More information about the lxml-dev
mailing list