Discussion:
Xml extension changes
Stefano Corsi
2003-05-05 11:05:04 UTC
Permalink
Hello,

this is a new version of the Xml extension I posted before.
Now it has read/write mode (you can save to a new XmlDoc) and the ability to
add new nodes and attributes.
Furthermore, because we probably don't want the full complexity of libxml2, I
have simplified function names and parameters, so that, for example,
xmlNodeListGetString becomes getString()...

I still have to add error handling and more features, but I'm amazed about how
smooth it was to add support for a new external lib in moto!

Stefano

Loading...