[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

generateDS problem: __init__ of base class is not called (processing linked xsd files

Vladimir Kropylev

3/6/2008 9:37:00 AM

Hi,

Is it possible to have __init__ of superclass called when superclass
and subclass are defined in different XSD files?
There's no problem when super and subclass are defined within single XSD file.

In another words, can generateDS correctly process schema, described
in a set of linked xsd files?

Thanks.
1 Answer

Stefan Behnel

3/6/2008 10:59:00 AM

0

Vladimir Kropylev wrote:
> Is it possible to have __init__ of superclass called when superclass
> and subclass are defined in different XSD files?
> There's no problem when super and subclass are defined within single XSD file.
>
> In another words, can generateDS correctly process schema, described
> in a set of linked xsd files?

The XML Schema support of generateDS is not complete. Last time I checked,
there were quite a number of things that were not supported.

Stefan