MSXML

Anyone been using MSXML for PPC2002?
I started playing around with it when I first got a PocketPC. Back then you had to do some work arounds to get it to work well, but it was unreliable at best. Now, that seems to have changed.
Has anyone played with it? Mostly I am curious as to how to load and save an IXMLDOMDocument directly to/from the filesystem. This is not as simple as it would seem, I am currently doing it through a wrapper I wrote that's loads/saves the doc by opening a file, translating to/from TCHAR, and either using loadXML or get_xml. So it is not DIRECTLY using XML DOM's methods.
I started playing around with it when I first got a PocketPC. Back then you had to do some work arounds to get it to work well, but it was unreliable at best. Now, that seems to have changed.
Has anyone played with it? Mostly I am curious as to how to load and save an IXMLDOMDocument directly to/from the filesystem. This is not as simple as it would seem, I am currently doing it through a wrapper I wrote that's loads/saves the doc by opening a file, translating to/from TCHAR, and either using loadXML or get_xml. So it is not DIRECTLY using XML DOM's methods.