~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/gossip-contact-groups.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2007-05-20 15:31:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070520153142-r3auwguxdgxhktqb
Tags: upstream-0.4
ImportĀ upstreamĀ versionĀ 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
  DTD for Gossips contact groups.
 
3
  by Martyn Russell <mr@gnome.org>
 
4
-->
 
5
 
 
6
<!-- Root element. -->
 
7
<!ELEMENT contacts (account)>
 
8
 
 
9
<!ELEMENT account (group)+>
 
10
<!ATTLIST account 
 
11
        name CDATA #REQUIRED>
 
12
 
 
13
<!-- Groups in the roster. -->
 
14
<!ELEMENT group EMPTY>
 
15
<!ATTLIST group
 
16
   name CDATA #REQUIRED
 
17
   expanded CDATA #REQUIRED>