~ubuntu-branches/ubuntu/precise/stylebook/precise

« back to all changes in this revision

Viewing changes to styles/christmas/dtd/faqs.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2007-07-16 07:01:18 UTC
  • Revision ID: james.westby@ubuntu.com-20070716070118-y1rz43swy1w9qosb
Tags: upstream-1.0~b3~svn20061109
Import upstream version 1.0~b3~svn20061109

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml encoding='US-ASCII'?>
 
2
 
 
3
<!-- STYLEBOOK FAQS DTD -->
 
4
 
 
5
<!-- import the external blocks.ent dtd -->
 
6
<!ENTITY % blocksEntity SYSTEM "blocks.ent">
 
7
%blocksEntity;
 
8
 
 
9
<!ELEMENT faqs (faq)+>
 
10
<!ATTLIST faqs title CDATA #REQUIRED>
 
11
 
 
12
<!ELEMENT faq (q,a)>
 
13
<!ATTLIST faq title CDATA #IMPLIED>
 
14
 
 
15
 
 
16
<!ELEMENT q (#PCDATA)>
 
17
<!ELEMENT a (%blocks;)+>
 
18
 
 
19
<!-- CVS $Revision: 313243 $ $Date: 1999-12-25 09:29:50 +0100 (lör, 25 dec 1999) $ -->
 
 
b'\\ No newline at end of file'