<?xml version="1.0"?>

<!-- Sample XUL file -->
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<box align="center">
    <button label="hello xFly" onclick="alert('Hello World');" />
</box>

</window>
