source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/common/targetdatabase.dtd@ 15c7d39

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 15c7d39 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<!-- targetdatabase.dtd -->
2<!-- A DTD for managing cross reference target information -->
3
4<!ELEMENT targetset (targetsetinfo?, sitemap*, document*) >
5
6<!ELEMENT targetsetinfo ANY >
7
8<!ELEMENT sitemap (dir) >
9
10<!ELEMENT dir ((dir|document)*) >
11<!ATTLIST dir
12 name CDATA #REQUIRED
13>
14
15<!ELEMENT document (div*) >
16<!ATTLIST document
17 targetdoc CDATA #REQUIRED
18 uri CDATA #IMPLIED
19 baseuri CDATA #IMPLIED
20 href CDATA #IMPLIED
21 dir CDATA #IMPLIED
22>
23
24<!ELEMENT div (ttl?, objttl?, xreftext?, (div|obj)*)>
25<!ATTLIST div
26 targetptr CDATA #IMPLIED
27 element CDATA #IMPLIED
28 name CDATA #IMPLIED
29 number CDATA #IMPLIED
30 href CDATA #IMPLIED
31 lang CDATA #IMPLIED
32 page CDATA #IMPLIED
33>
34
35
36<!ELEMENT ttl ANY >
37<!ELEMENT objttl ANY >
38<!ELEMENT xreftext ANY >
39
40<!ELEMENT obj (ttl?, objttl?, xreftext?)>
41<!ATTLIST obj
42 targetptr CDATA #IMPLIED
43 element CDATA #IMPLIED
44 name CDATA #IMPLIED
45 number CDATA #IMPLIED
46 href CDATA #IMPLIED
47 lang CDATA #IMPLIED
48 page CDATA #IMPLIED
49>
Note: See TracBrowser for help on using the repository browser.