andrea crotti writes:
> ...
> The reason is that it has to work on many platforms and without any c module
> installed, the reason of that
Searching for a pure Python solution, you might have a look at "PyXB".
It has not been designed to validate XML instances against XML-Schema
(but to map betw
2012/6/13 Stefan Behnel
> andrea crotti, 13.06.2012 12:06:
> > Hello Python friends, I have to validate some xml files against some xsd
> > schema files, but I can't use any cool library as libxml unfortunately.
>
> Any reason for that? Because the canonical answer to your question would be
> lxm
andrea crotti, 13.06.2012 12:06:
> Hello Python friends, I have to validate some xml files against some xsd
> schema files, but I can't use any cool library as libxml unfortunately.
Any reason for that? Because the canonical answer to your question would be
lxml, which uses libxml2.
Stefan
--
h
andrea crotti writes:
> Hello Python friends, I have to validate some xml files against some xsd
> schema files, but I can't use any cool library as libxml unfortunately.
Why?
It seems not very rational to implement a complex task (such as
XML-Schema validation) when there are ready solutions ar
So as far as I understood what I should do is the following.
Go through my own XML keeping track of the full path of everything for
example
and so on, then for every entry found in this iteration, check the schema
to make sure that that particular construct is allowed
on that level of the tree
On Jul 8, 10:01 am, Omari Norman <[EMAIL PROTECTED]> wrote:
> My app needs to validate XML. That's easy enough in Unix. What is the
> best way to do it in Windows?
>
> The most obvious choice would of course be PyXML. However, apparently it
> is no longer maintained:
>
> http://sourceforge.net/proj
On Jul 8, 12:22 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> Omari Norman wrote:
> > My app needs to validate XML. That's easy enough in Unix. What is the
> > best way to do it in Windows?
>
> > The most obvious choice would of course be PyXML. However, apparently it
> > is no longer maintained:
Omari Norman wrote:
> My app needs to validate XML. That's easy enough in Unix. What is the
> best way to do it in Windows?
>
> The most obvious choice would of course be PyXML. However, apparently it
> is no longer maintained:
>
> http://sourceforge.net/project/showfiles.php?group_id=6473
>
> s
Robert Kern wrote:
> Dale Strickland-Clark wrote:
>> A few days ago there was a discussion about which XML parser to use with
>> Python.
>> However, the discussion didn't cover validating parsers, at least, not
>> w3.org XML Schemas.
>>
>> I looked into all the parsers that came up in the discuss
Dale Strickland-Clark wrote:
> A few days ago there was a discussion about which XML parser to use with
> Python.
> However, the discussion didn't cover validating parsers, at least, not
> w3.org XML Schemas.
>
> I looked into all the parsers that came up in the discussion but found no
> mention o
10 matches
Mail list logo