diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-05 22:31:58 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:53 -0500 |
commit | 6576e9967ca570bc0348a0fff4899ad4fc7c6d87 (patch) | |
tree | 8df0343a6deb035d24e7cb8919e6d2060191a426 /docs/devel/architecture.xml | |
parent | 607bd7001de81de4e19bdc6a000db52a10225aad (diff) | |
download | samba-6576e9967ca570bc0348a0fff4899ad4fc7c6d87.tar.gz samba-6576e9967ca570bc0348a0fff4899ad4fc7c6d87.tar.bz2 samba-6576e9967ca570bc0348a0fff4899ad4fc7c6d87.zip |
Replace entities with xi:include
(This used to be commit 8b5fb7614c7fec9fba2c4bf0a3ffa93c4316b28d)
Diffstat (limited to 'docs/devel/architecture.xml')
-rw-r--r-- | docs/devel/architecture.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/devel/architecture.xml b/docs/devel/architecture.xml index 312a63af97..fb1fe52546 100644 --- a/docs/devel/architecture.xml +++ b/docs/devel/architecture.xml @@ -1,3 +1,9 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + <!ENTITY % global_entities SYSTEM '../entities/global.entities'> + %global_entities; +]> <chapter id="architecture"> <chapterinfo> <author> |