Hello, I know that due to JavaScript security sandbox, it is not possible to load xml data from outside of the domain which the JavaScript code is on.
But if I am using the localhost:8080 and the xml document is coming from the localhost in the same machine but from another port like 8081, is this considered as same domain or not?
Thanks
andy e and ken and jacob, thank you all :-)