<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- <COPYRIGHT>
- Copyright 2005 Gerd Stolpmann
-
- <GPL>
- This file is part of UMLMON-Web.
-
- UMLMON-Web is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- UMLMON-Web is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with UMLMON-Web; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- </>
-->
<!-- $Id: umlmon_web.ui 185 2005-10-14 10:38:04Z gerd $
- ======================================================================
-
-->
<!-- This file is the entry point for the XML parser. It includes
the other .ui files by using the entity mechanism (see below).
-->
<!DOCTYPE ui:application
PUBLIC "-//NPC//DTD WDIALOG 2.1//EN" "wd_application_2.dtd" [
<!-- Declare entities of general use: -->
<!ENTITY nbsp " "> <!-- So you can use -->
<!-- Load configuration: -->
<!ENTITY % include_config SYSTEM "umlmon_web-config.xml">
%include_config;
<!-- Declare files to include later: -->
<!ENTITY include_definitions SYSTEM "definitions.ui">
<!ENTITY include_startpage SYSTEM "startpage.ui">
<!ENTITY include_vm SYSTEM "vm.ui">
<!ENTITY include_termin SYSTEM "termin.ui">
<!-- Define test data entities, and include them: (development only) -->
<!--
<!ENTITY include_tests SYSTEM "testdata/include-tests.xml">
%include_tests;
-->
<!-- Fix for Wdialog <= 2.1.1 -->
<!ATTLIST ui:ifexpr op CDATA #FIXED "">
]>
<!-- This is the outermost XML element. XML requires that the outermost
XML element is contained in the main XML file. The rest of the
XML definition can be found in the other XML files, for example
&include_definitions; includes the XML file "definitions.ui" (as
declared above).
-->
<ui:application start-dialog="startpage">
<!-- Set debug mode: (development only) -->
<!-- <?wd-debug-mode partially-encoded?> -->
<?wd-onstartup-call-handle?> <!-- ensure that 'handle' is always called -->
&include_definitions;
&include_startpage;
&include_vm;
&include_termin;
</ui:application>
<!-- ******************* For Emacs: ********************* -->
<!--
Local Variables:
mode: xml
End:
-->