Got an issue displaying information from XML. I think it has something to do with selecting the correct node (Company Name). Need a fresh opinion... got a feeling I am proba
If you want to obtain the node CompanyName, then try this:
CompanyName
theNode = "/GovTalkMessage/Body/CompanyDetails/CompanyName" Response.Write (XMLDom.SelectSingleNode(theNode).xml)