Quantcast
<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">
        <!--<Script file ="localization.lua"/>-->
        <Script file="ExplorerCoords.lua"/>
        <Frame name="ExplorerCoordsFrame" hidden="true" parent="UIParent">
                <Scripts>
                        <OnLoad>
                                ExplorerCoords_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                ExplorerCoords_OnEvent(self,event,...);
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>