~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to tips/gimp-tips.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Simple DTD for GIMP tips -->
 
2
 
 
3
<!ELEMENT gimp-tips (tip+)>
 
4
 
 
5
<!ELEMENT tip (welcome*, thetip+)>
 
6
<!ATTLIST tip level (start|beginner|intermediate|advanced) #REQUIRED>
 
7
 
 
8
<!ENTITY % markup "(#PCDATA|b|big|tt)*">
 
9
 
 
10
<!ELEMENT b %markup;>
 
11
<!ELEMENT big %markup;>
 
12
<!ELEMENT tt %markup;>
 
13
 
 
14
<!ELEMENT welcome %markup;>
 
15
<!ATTLIST welcome xml:lang CDATA #IMPLIED>
 
16
 
 
17
<!ELEMENT thetip %markup;>
 
18
<!ATTLIST thetip xml:lang CDATA #IMPLIED>