[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] XML libraries
- From: Phil Martin <Phil@xxxxxxxx>
- Date: Fri, 28 Apr 2006 08:36:17 +0100
- Subject: [XaraXtreme-dev] XML libraries
We will need to start enabling code that uses XML soon. The Windows
code uses MSXML4.dll which exposes an xml document in memory as a
tree of nodes using the w3c DOM specification. Since Camelot needs
the ability to manipulate XML documents in memory, not just parse or
write XML streams, and since wxWidgets hopes one day to support a DOM
interface onto XML I am suggesting that we use an XML library that
supports DOM.
A quick bit of research suggests that the combination of libxml2 and
libgdome-cpp is the obvious candidate.
Sound OK to everyone?
Phil