1. When I use the code on pg 130-31 to create a skeleton .xml file I am recieving 2 warnings

    Warning 1 Could not find a part of the path 'C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample\WowXMLExample\FrameXML\UI.xsd'. C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample\WowXMLExample\WowXMLExample\WowXMLExample.xml 4 2 WowXMLExample

    and

     

    Warning 2 The schema referenced from this location in your document contains errors. C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample\WowXMLExample\WowXMLExample\WowXMLExample.xml 4 2 WowXMLExample

    I have check and double checked spelling so have no idea whats up with it

  2. When I use the code on pg 130-31 to create a skeleton .xml file I am recieving 2 warnings

    Warning 1 Could not find a part of the path 'C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample\WowXMLExample\FrameXML\UI.xsd'. C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample\WowXMLExample\WowXMLExample\WowXMLExample.xml 4 2 WowXMLExample

    and

     

    Warning 2 The schema referenced from this location in your document contains errors. C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample\WowXMLExample\WowXMLExample\WowXMLExample.xml 4 2 WowXMLExample

    I have check and double checked spelling so have no idea whats up with it

  3. am extending the post to provide more information

    Am using the AddOn Studio for World of Warcraft

    The file is saved in my C:\Program Files\World of Warcraft\Interface\Addons\WowXMLExample folder

     

  4. resolved this by copying the FrameXML folder into the folder specified by the code

  5. Yes, there is an issue with XML validation when the FrameXML (in particular teh UI.xsd file) isn't in the place that your code specifies.  let us know if you have any further issues!