Hi, I am creating an application for windows 8, when I read an xml in local mode (127.0.0.1/file.php (the php file creates the xml)) the application works perfectly, but when I read an xml on the internet (www.miweb.com/file.php) the application does not
work.
Gives me this error: "0x800a138f - JavaScript Runtime Error: unable to get the 'title' property undefined or null reference"
element.querySelector("header[role=banner] .pagetitle").textContent = this._group.title;
The xml reads it perfectly in both cases, but when I read from the internet gives error.
Any solution?