View Single Post
08-12-07, 07:49 PM   #5
mercdev
A Fallenroot Satyr
 
mercdev's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 22
Originally Posted by Layrajha
- there's a "<" missing at the very beginning of your xml file, even if it might just be a copy-paste error


Code:
Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
should be
Code:
<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
The "<" is *very* important
  Reply With Quote