MacDschie
06-29-2005, 02:51 PM
Hi!
I am trying to write my first AddOn and stumbled on the beginning text of the Ui tag which is part of an XML file. Every tutorial I've read says, the XML file has to begin with
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
But what does it mean or do? I have found no explanation so far.
The blizzard URLs mentioned don't even exist (on access I get some HTML file containing "The document you requested was not found.").
I hope, there's no possibility to access web sites with this header (or whatever it's called), because this would mean I have to check every addon I install(ed) to avoid access to possibly malicious sites...
I am trying to write my first AddOn and stumbled on the beginning text of the Ui tag which is part of an XML file. Every tutorial I've read says, the XML file has to begin with
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
But what does it mean or do? I have found no explanation so far.
The blizzard URLs mentioned don't even exist (on access I get some HTML file containing "The document you requested was not found.").
I hope, there's no possibility to access web sites with this header (or whatever it's called), because this would mean I have to check every addon I install(ed) to avoid access to possibly malicious sites...