I have an XML whose element contains an attribute with a name starting as XML.., So while calling getattribute function on this element I got following exception message. Is there any workaround for this.
--------------------------
error
---------------------------
An invalid name is used.
Extra Information :
Function Name : pbdom_element::GetAttribute(string strName)
Name starts with "xml".
---------------------------
OK
---------------------------
Thanks in advance!!