The problem is that you are using client side scripting so your source code will always have the JavaScript code showing, not the actual data. You should use server side controls/code, such as ASP.NET, which will process the XML and return valid HTML, which is rendered in the browser and gives...