On Sun, Apr 28, 2013 at 05:05:09PM -0400, Sam Varshavchik wrote:
> Howdy,
> 
> The existing C++ bindings for libxml, the libxmlplusplus library,
> seem to support, basically, just parsing an existing XML document.
> 
> I've been working on C++11 bindings that provide a more complete,
> thread-safe tree, parser, entities, xmlsave, and xpath API coverage:
> 
> http://www.libcxx.org/xml.html
> 
> These bindings are actually a subset of a more generic C++
> application class framework library, see http://www.libcxx.org for
> more information.
> 

  Interesting. Though it seems that it's not very common to have
reader/writer accesses by applications on a document. Usually it's
either data gathering, and exclusively document read/xpath etc... or
their serializer counter part and then the whole document is saved
as with the xmlWriter. Case where an XML document is both read and
written concurrently aren't that common, usually the data is converted
to an internal structure and then read/write patterns happen, and in
the end a serialization.

  thanks for the pointer !

Daniel

-- 
Daniel Veillard      | Open Source and Standards, Red Hat
[email protected]  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to