I use xml to get label for my website.
the xml generated from database file look like this
You have not declared any namespaces for MSXml.
You can add the following after loading the document and before selection:
XMLL.setProperty("SelectionNamespaces", "xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882' xmlns:rs='urn:schemas-microsoft-com:rowset'");
See this article for more details.