Try this:
Is this what you are looking for?
Code:
Set oXML = XMLFile("C:\test.xml").GetData
sXML = oXML.ToString()
MsgBox(sXML)Is this what you are looking for?

