diff options
Diffstat (limited to 'docs-xml/build')
-rw-r--r-- | docs-xml/build/DTD/samba-doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs-xml/build/DTD/samba-doc b/docs-xml/build/DTD/samba-doc index 88bfec5e1d..8de97290cb 100644 --- a/docs-xml/build/DTD/samba-doc +++ b/docs-xml/build/DTD/samba-doc @@ -11,6 +11,8 @@ <!ENTITY % local.linespecific.class "|smbconfblock"> <!ENTITY % local.informal.class "|imagefile"> +<!-- Include the DocBook DTD, of which this DTD is an extension --> + <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -21,6 +23,8 @@ "samba.entities"> %samba.entities; +<!-- smb.conf options --> + <!ELEMENT smbconfblock ((smbconfoption|smbconfsection|smbconfcomment)*)> <!ELEMENT smbconfcomment (#PCDATA)> <!ELEMENT smbconfsection EMPTY> |