Dim strRelsAttrXML As String
Dim xdcAttrDoc As New MSXML2.DOMDocument

strRelsAttrXML = "<SText>bit.test_report_&_msg_in</SText>"
xdcAttrDoc.loadXML (strRelsAttrXML)
x = xdcAttrDoc.childNodes(0).Text
MsgBox x


Hi

Above code is not working as there is & in node text .
Help neeed. Urgent...

Thanks in advance