diff options
Diffstat (limited to 'test/XInclude/ents')
-rw-r--r-- | test/XInclude/ents/ids.xml | 10 | ||||
-rw-r--r-- | test/XInclude/ents/inc.txt | 1 | ||||
-rw-r--r-- | test/XInclude/ents/isolatin.txt | 1 | ||||
-rw-r--r-- | test/XInclude/ents/something.txt | 1 | ||||
-rw-r--r-- | test/XInclude/ents/something.xml | 5 | ||||
-rw-r--r-- | test/XInclude/ents/sub-inc.ent | 2 |
6 files changed, 20 insertions, 0 deletions
diff --git a/test/XInclude/ents/ids.xml b/test/XInclude/ents/ids.xml new file mode 100644 index 0000000..8193231 --- /dev/null +++ b/test/XInclude/ents/ids.xml @@ -0,0 +1,10 @@ +<!DOCTYPE doc [ +<!ELEMENT doc (isid*)> +<!ELEMENT isid EMPTY> +<!ATTLIST isid myid ID #IMPLIED> +]> +<doc> +<isid myid="dup"/> +<isid myid="foo"/> +<isid myid="bar"/> +</doc> diff --git a/test/XInclude/ents/inc.txt b/test/XInclude/ents/inc.txt new file mode 100644 index 0000000..d5cdd7c --- /dev/null +++ b/test/XInclude/ents/inc.txt @@ -0,0 +1 @@ +is a test diff --git a/test/XInclude/ents/isolatin.txt b/test/XInclude/ents/isolatin.txt new file mode 100644 index 0000000..d1dbf70 --- /dev/null +++ b/test/XInclude/ents/isolatin.txt @@ -0,0 +1 @@ +test with accents in ISO-8859-1: À Á é è diff --git a/test/XInclude/ents/something.txt b/test/XInclude/ents/something.txt new file mode 100644 index 0000000..48c21b7 --- /dev/null +++ b/test/XInclude/ents/something.txt @@ -0,0 +1 @@ +this is some text in ASCII diff --git a/test/XInclude/ents/something.xml b/test/XInclude/ents/something.xml new file mode 100644 index 0000000..9bba683 --- /dev/null +++ b/test/XInclude/ents/something.xml @@ -0,0 +1,5 @@ +<doc> +<p>something</p> +<p>really</p> +<p>simple</p> +</doc> diff --git a/test/XInclude/ents/sub-inc.ent b/test/XInclude/ents/sub-inc.ent new file mode 100644 index 0000000..7726c9d --- /dev/null +++ b/test/XInclude/ents/sub-inc.ent @@ -0,0 +1,2 @@ +<sub-inc><xinc:include href="inc.txt" parse="text" + xmlns:xinc="http://www.w3.org/2001/XInclude"/></sub-inc> |