blob: 5ae644d4a1a2d3b75de0fc753bc6601db392e4b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?>
<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website Full V2.6.0//EN"
"http://docbook.sourceforge.net/release/website/current/schema/dtd/website-full.dtd" [
<!ENTITY test SYSTEM "../src/test.xml">
]>
<webpage id="test">
<config param="rcsdate" value="$Date: 2005/10/17 19:30:14 $"/>
<head>
<title>Test</title>
</head>
<section>
&test;
</section>
</webpage>
|