/ libxml2 / test / schemas / bug145246_0.xml
bug145246_0.xml
 1  <?xml version="1.0" encoding="UTF-8"?>
 2  <!--DOCTYPE giml SYSTEM "http://gitk.sourceforge.net/giml.dtd"-->
 3  <!-- $Id: gitkTemplate_message.xml.in,v 1.11 2004/01/07 14:21:17 ensonic Exp $
 4   * @file   gitkTemplate_message.xml
 5   * @author Stefan Kost <ensonic@users.sf.net>
 6   * @date   Thu Jan 17 11:22:38 2002
 7   * 
 8   * @brief  message dialog template
 9   * @ingroup gitkcore
10   *
11  -->
12  <giml xmlns="http://gitk.sourceforge.net/" 
13  	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
14  	xsi:schemaLocation="http://gitk.sourceforge.net/ bug145246.xsd"	
15  	xmlns:dc="http://purl.org/dc/elements/1.1/" 
16  	xmlns:i18n="http://apache.org/cocoon/i18n/2.0" 
17  	>
18    <dialog focus="ctrl">
19      <meta>
20        <dc:title><i18n:text>message</i18n:text></dc:title>
21      </meta>
22  	  <dialogwidgets>
23       	<dialogwidget id="Okay"/>
24  	  </dialogwidgets>
25      <widgetgroup>
26        <widget id="Message" type="label"/>
27      </widgetgroup>
28    </dialog>
29  </giml>
30