Implement IXMLDOMElement::get_tagName.
[wine] / dlls / msxml3 / msxml_private.h
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.
2005-08-09  Mike McCormackInitialize and clean up libxml2 in DllMain.
2005-08-08  Mike McCormackImplement the IXMLDOMNamedNodeMap interface.
2005-08-08  Jacek CabanFixed msxml compilation when libxml is not available.
2005-08-03  Mike McCormackImplemented the IXMLDOMElement interface.
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.