On Thu, May 17, 2007 at 04:40:06PM -0500, James Hawkins wrote:
Changelog:
- Add initial implementations of IXMLElement and IXMLElementCollection.
I can't help thinking that it would have been cleaner to implement the IXML stuff using the IXMLDOM interfaces rather than straight on top of libxml. That way we only get one set of interfaces that depend on libxml. It may not be possible, but I think it would be worth a look.
Huw.