Re: [Rslib-talk] Type token in namespace http://www.w3.org/2001/XMLSchema not found
Status: Alpha
Brought to you by:
gweis
From: Gerhard W. <ger...@gm...> - 2009-08-28 00:10:06
|
Hi, just to let you know, I uploaded a new rsl.xsd package to pypi. I did just a quick fix for all xml-schema data types. The user itself has to take care about the actual formatting and type constraints. All new integer-based types are mapped to python int and all other new types are mapped to python strings (or better unicode strings). This means if you are going to use xsd:time (which is new in this release) you have to do the iso-formatting/parsing for this data type yourself. Sorry for that, but the whole code should no longer fail reading any valid xsd :) cheers, Gerhard |