How are using GXml?
I found libxml2 API hard to use. I love API provided by GObject based libraries since GDA, and now I in love with Vala syntax and its, more easy to see than in C, object oriented programming. Vala makes me more productive.
Vala+ GObject Introspection, from C too, is a explosive combination, allowing to have any library bindings automatically to high level languages like Python and JavaScript.
In my case I use GXml, in two commercial software, one for electronic invoices using XML and a Electrical Station configuration files, also in XML; both have XSD definitions files, I use to create its GObject representation using Vala and GXml's Serialization framework.
See them at:
http://www.pwmc.mx
So...
I found libxml2 API hard to use. I love API provided by GObject based libraries since GDA, and now I in love with Vala syntax and its, more easy to see than in C, object oriented programming. Vala makes me more productive.
Vala+ GObject Introspection, from C too, is a explosive combination, allowing to have any library bindings automatically to high level languages like Python and JavaScript.
In my case I use GXml, in two commercial software, one for electronic invoices using XML and a Electrical Station configuration files, also in XML; both have XSD definitions files, I use to create its GObject representation using Vala and GXml's Serialization framework.
See them at:
http://www.pwmc.mx
So...
-
votes visible to Public
0%
XML reader/writer
50%
XML serialization
0%
HTML reader/writer
50%
Other