blob: b6f068d7ad69e85a41dd75b15db3e0a39b07620e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8" ?>
<!--
File : testdoc.xml
Author: Keith Isdale <k_isdale@tpg.com.au>
Description: xml data for stylesheet for testing
Copyright Reserved Under GPL
-->
<!-- This file does not require translation -->
<!-- NO TRANSLATION -->
<!DOCTYPE simple SYSTEM "testdoc.dtd">
<simple>
&mytext;
&anotherDoc;
&anotherDoc;
&anotherDoc;
&anotherDoc2;
&anotherDoc3;
&anotherDoc4;
</simple>
|