<jnlp xmlns:x1="http://www.w3.org/2001/XMLSchema" xmlns:x0="http://www.w3.org/2000/10/XMLSchema" spec="1.0+" version="1.1.2" codebase="http://localhost:8080/xmleditor" href="XMLEditorLauncher.jnlp">
   <information>
      <title>XMLEditor</title>
      <vendor>Felix Golubov</vendor>
      <homepage href="XMLEditorLauncher.html"/>
      <description>XML Editor</description>
   </information>
   <security>
      <all-permissions/>
   </security>
   <resources>
      <j2se version="1.3+"/>
      <jar href="XMLEditor.jar"/>
   </resources>
   <application-desc main-class="com.fg.xmleditor.XMLEditor">
      <argument>w</argument>
   </application-desc>
</jnlp>
