diff options
Diffstat (limited to 'test/XInclude/docs/tstencoding.xml')
| -rw-r--r-- | test/XInclude/docs/tstencoding.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/XInclude/docs/tstencoding.xml b/test/XInclude/docs/tstencoding.xml new file mode 100644 index 0000000..b1309a9 --- /dev/null +++ b/test/XInclude/docs/tstencoding.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<x xmlns:xinclude="http://www.w3.org/2001/XInclude"> + <!-- Simple test of including another text document --> + <xinclude:include href="../ents/isolatin.txt" encoding="ISO-8859-1" parse="text"/> +</x> |
