05-10-2008, 07:11 AM
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?