pyxser, python xml serialization

2009-03-15 Thread Daniel Molina Wegener
://projects.coder.cl/pyxser/ the project repository and download: https://sourceforge.net/projects/pyxser/ to install, just get the tarball and: tar xzvf pyxser-1.0-beta.tar.gz cd pyxser python ./setup.py build --force python ./setup.py install best regards, - -- .O. | Daniel Molina Wegener

[ANN] pyxser-0.1r (release 0.1)

2009-03-27 Thread Daniel Molina Wegener
, because it defines the a ref attribute as IDREF which is used to link internal nodes in the document tree. *** See the INSTALLING file for installing instructions. *** *** See the AUTHORS file to get information about the authors *** The pyxser web page is: http://coder.cl/software/pyxser/ Bes

[ANN] pyxser-0.2rc1, python xml serialization

2009-04-09 Thread Daniel Molina Wegener
file for installing instructions. Well, I need some feedback and testers, I think that I've made just small test, but if I can get some feedback from this group it would be great... thanks in advance and best regards, - -- .O. | Daniel Molina Wegener | FreeBSD & Linux ..O | dmw [at] c

[ANN] pyxser-0.2r --- Python XML Serialization

2009-04-19 Thread Daniel Molina Wegener
//coder.cl/software/pyxser * hosted at: https://sourceforge.net/projects/pyxser/ The current ChangeLog is as follows: 0.2r (2009.04.18): Daniel Molina Wegener * Removed memory leaks concerning libxml2 usage. * Removed memory leaks concerning Python C/API usage.

[ANN] pyxser-1.0rc1 --- python xml serialization

2009-04-27 Thread Daniel Molina Wegener
//coder.cl/software/pyxser * hosted at:   https://sourceforge.net/projects/pyxser/ The current ChangeLog is as follows: - -8<--8<--8<--8<- 1.0rc1 (2009.04.26): Daniel Molina Wegener * Added both byte string and unicode r

[ANN] pyxser-1.0R --- python xml serialization

2009-05-10 Thread Daniel Molina Wegener
//coder.cl/software/pyxser * hosted at: https://sourceforge.net/projects/pyxser/ The current ChangeLog is as follows: 1.0rc1 (2009.04.26): Daniel Molina Wegener * Added both byte string and unicode returning and procesing functions. This means that we have

[ANN]: pyxser-1.1r --- python xml serialization

2009-07-28 Thread Daniel Molina Wegener
//coder.cl/software/pyxser * hosted at: http://sourceforge.net/projects/pyxser/ The current ChangeLog is as follows: - -8<--8<--8<--8<- 1.1r (2009.05.09): Daniel Molina Wegener * Removed bugs concerning XML schema declaration for ou

[ANN] pyxser-1.2r --- Python-Object to XML serialization module

2009-08-23 Thread Daniel Molina Wegener
bility with other platforms. Best regards... - -- .O. | Daniel Molina Wegener | FreeBSD & Linux ..O | dmw [at] coder [dot] cl | Open Standards OOO | http://coder.cl/| FOSS Developer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (FreeBSD) iQIcBAEBCgAGBQJKkW

[ANN] pyxser-1.3r --- Python XML Serialization/Deserialization Extension

2009-11-30 Thread Daniel Molina Wegener
---8<--- 1.3r (2009.11.30): Daniel Molina Wegener * pyxser_tools.c: Removed bug concerning deserialization of collection elements; pyxser now can handle extension declared classes, such as boost::python ones --- thanks to the suggestions made by Daniel Filonik. * pyxser.c: Added /sele

[ANN] pyxser-1.3r-p1 --- Python XML Serialization/Deserialization Extension

2009-12-03 Thread Daniel Molina Wegener
---8<--- 1.3r-p1 (2009.11.30): Daniel Molina Wegener * pyxser_tools.c: Removed bug concerning deserialization of collection elements; pyxser now can handle extension declared classes, such as boost::python ones --- thanks to the suggestions made by Daniel Filonik. * pyxser.c: Added

[ANN] pyxser-1.4r --- Python Object to XML serializer

2009-12-27 Thread Daniel Molina Wegener
---8<--- 1.4r (2009.12.26): Daniel Molina Wegener * pyxser_typem.c: Added type map serialization and deserialization routines and arguments. Now pyxser is able to serialize and deserialize objects using custom serialization functions, but preserving the py

[ANN] pyxser-1.4.2r --- Python Object to XML serializer/deserializer

2010-02-11 Thread Daniel Molina Wegener
---8<--- 1.4.2r (2010.02.10): Daniel Molina Wegener * pyxser_collections.c: Added constraint checks for NULL pointers removing nested statements. * pyxser.c: Removed nested statements. * pyxser_tools.c: Added constratints checks for NULL pointers,

[ANN] pyxser-1.4.4r --- Python Object to XML serializer/deserializer

2010-06-20 Thread Daniel Molina Wegener
er with ZSI WebServices: http://coder.cl/2009/10/18/pyxser-and-zsi-webservices/ Thanks and best regards, -- Daniel Molina Wegener Software Architect, System Programmer & Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ -- http://mail.python.org/mailman/listinfo/pytho

pyxser-1.4.6r --- Python Object to XML serializer/deserializer

2010-08-03 Thread Daniel Molina Wegener
anks and best regards, - -- Daniel Molina Wegener System Programmer & Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCgAGBQJMWEr1AAoJEHxqfq6Y4O5NIPUP/1Pp4fu

[ANN] pyxser-1.5r --- Python Object to XML serializer/deserializer

2010-08-25 Thread Daniel Molina Wegener
-- Daniel Molina Wegener System Programmer & Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[ANN] pyxser-1.5.1r --- Python Object to XML serializer/deserializer

2010-10-11 Thread Daniel Molina Wegener
n, as optional kind of output. * Model based XML serialization, represented on XML Schema   and XML DTD. The ChangeLog for this release is as follows: -8<--8<--8<--8<- 1.5.1r (2010.10.11):     Daniel Molina Wegener * On all files: algorith

[ANN] pyxser-1.5.2r --- Python Object to XML serializer/deserializer

2011-01-09 Thread Daniel Molina Wegener
using pyxser XML Schema. * C14N based serialization, as optional kind of output. * Model based XML serialization, represented on XML Schema and XML DTD. The ChangeLog for this release is as follows: -8<--8<--8<--8<- 1.5.2r (2011.01.08): Dani