Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/dtd: book.dtd
Date: Sat, 01 Mar 2008 14:15:07
Message-Id: E1JVSUS-00016l-O6@stork.gentoo.org
1 neysx 08/03/01 14:15:04
2
3 Modified: book.dtd
4 Log:
5 Handbook should have received the include treatment as well
6
7 Revision Changes Path
8 1.30 xml/htdocs/dtd/book.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?r1=1.29&r2=1.30
13
14 Index: book.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/book.dtd,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- book.dtd 1 Jan 2008 21:28:38 -0000 1.29
21 +++ book.dtd 1 Mar 2008 14:15:04 -0000 1.30
22 @@ -15,10 +15,10 @@
23
24 <!ELEMENT sections (abstract?, version, date, section+)>
25
26 -<!ELEMENT section (title, (body+ | subsection+) )>
27 +<!ELEMENT section (include | (title, (body+ | subsection+)) )>
28
29 -<!ELEMENT subsection (title?, body+)>
30 +<!ELEMENT subsection (include | (title?, body+))>
31 <!ATTLIST subsection id CDATA #IMPLIED
32 test CDATA #IMPLIED>
33
34 -<!ELEMENT body (%block.class;)+>
35 +<!ELEMENT body (include | (%block.class;)+)>
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list