Gaming
 

Talk:XML basics

From WoWWiki

There's a lot of great info here but it's kind of hard to read. Take the first sentence for example:

"Scheme (.xml file) are part of addon where anything drawn on screen defined, so it's place where you should start creating your own."

--Sarog 09:03, 1 February 2008 (UTC)

Schema

Is the url here: "http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd" Windows specific - putting the XML through a validotor is giving me errors with the schema (on OSX):

<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"> </Ui>


<Layers>

Is this absolutely needed? Because if it were, I think that it would be mentioned earlier. I am trying to make my own addon, and have gotten lots of information from here, but now I see that apparently I have to do more. Could somebody please clarify this for me? TuskertheGreat (talk) 00:52, 27 December 2008 (UTC)