summaryrefslogtreecommitdiff
path: root/result/XInclude
diff options
context:
space:
mode:
Diffstat (limited to 'result/XInclude')
-rw-r--r--result/XInclude/docids.xml19
-rw-r--r--result/XInclude/docids.xml.err0
-rw-r--r--result/XInclude/docids.xml.rdr35
-rw-r--r--result/XInclude/fallback.xml5
-rw-r--r--result/XInclude/fallback.xml.err0
-rw-r--r--result/XInclude/fallback.xml.rdr12
-rw-r--r--result/XInclude/fallback2.xml6
-rw-r--r--result/XInclude/fallback2.xml.err0
-rw-r--r--result/XInclude/fallback2.xml.rdr11
-rw-r--r--result/XInclude/include.xml9
-rw-r--r--result/XInclude/include.xml.err0
-rw-r--r--result/XInclude/include.xml.rdr28
-rw-r--r--result/XInclude/nodes.xml5
-rw-r--r--result/XInclude/nodes.xml.err0
-rw-r--r--result/XInclude/nodes.xml.rdr18
-rw-r--r--result/XInclude/nodes2.xml5
-rw-r--r--result/XInclude/nodes2.xml.err0
-rw-r--r--result/XInclude/nodes2.xml.rdr18
-rw-r--r--result/XInclude/nodes3.xml5
-rw-r--r--result/XInclude/nodes3.xml.err1
-rw-r--r--result/XInclude/nodes3.xml.rdr10
-rw-r--r--result/XInclude/recursive.xml3
-rw-r--r--result/XInclude/recursive.xml.err0
-rw-r--r--result/XInclude/recursive.xml.rdr6
-rw-r--r--result/XInclude/tstencoding.xml6
-rw-r--r--result/XInclude/tstencoding.xml.err0
-rw-r--r--result/XInclude/tstencoding.xml.rdr11
-rw-r--r--result/XInclude/txtinclude.xml6
-rw-r--r--result/XInclude/txtinclude.xml.err0
-rw-r--r--result/XInclude/txtinclude.xml.rdr11
30 files changed, 0 insertions, 230 deletions
diff --git a/result/XInclude/docids.xml b/result/XInclude/docids.xml
deleted file mode 100644
index ad8e6e6..0000000
--- a/result/XInclude/docids.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE book [
-<!ELEMENT book (doc)*>
-<!ELEMENT doc (isid)*>
-<!ELEMENT isid EMPTY>
-<!ATTLIST isid myid ID #IMPLIED>
-]>
-<book>
-<doc>
-<isid myid="mine"/>
-<isid myid="dup"/>
-</doc>
-<!-- including another XML document with IDs -->
-<doc xml:base="../ents/ids.xml">
-<isid myid="dup"/>
-<isid myid="foo"/>
-<isid myid="bar"/>
-</doc>
-</book>
diff --git a/result/XInclude/docids.xml.err b/result/XInclude/docids.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/docids.xml.err
+++ /dev/null
diff --git a/result/XInclude/docids.xml.rdr b/result/XInclude/docids.xml.rdr
deleted file mode 100644
index dedeb67..0000000
--- a/result/XInclude/docids.xml.rdr
+++ /dev/null
@@ -1,35 +0,0 @@
-0 10 book 0 0
-0 1 book 0 0
-1 14 #text 0 1
-
-1 1 doc 0 0
-2 14 #text 0 1
-
-2 1 isid 1 0
-2 14 #text 0 1
-
-2 1 isid 1 0
-2 14 #text 0 1
-
-1 15 doc 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 including another XML document with IDs
-1 14 #text 0 1
-
-1 1 doc 0 0
-2 14 #text 0 1
-
-2 1 isid 1 0
-2 14 #text 0 1
-
-2 1 isid 1 0
-2 14 #text 0 1
-
-2 1 isid 1 0
-2 14 #text 0 1
-
-1 15 doc 0 0
-1 14 #text 0 1
-
-0 15 book 0 0
diff --git a/result/XInclude/fallback.xml b/result/XInclude/fallback.xml
deleted file mode 100644
index d7eed52..0000000
--- a/result/XInclude/fallback.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
- <!-- Simple test of a fallback on unavailble URI -->
- <warning>Inclusion failed</warning>
-</x>
diff --git a/result/XInclude/fallback.xml.err b/result/XInclude/fallback.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/fallback.xml.err
+++ /dev/null
diff --git a/result/XInclude/fallback.xml.rdr b/result/XInclude/fallback.xml.rdr
deleted file mode 100644
index 82072f7..0000000
--- a/result/XInclude/fallback.xml.rdr
+++ /dev/null
@@ -1,12 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of a fallback on unavailble URI
-1 14 #text 0 1
-
-1 1 warning 0 0
-2 3 #text 0 1 Inclusion failed
-1 15 warning 0 0
-1 14 #text 0 1
-
-0 15 x 0 0
diff --git a/result/XInclude/fallback2.xml b/result/XInclude/fallback2.xml
deleted file mode 100644
index d91b0a1..0000000
--- a/result/XInclude/fallback2.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<a>
- There is no b.xml ...
- There is no c.xml ...
-
-</a>
diff --git a/result/XInclude/fallback2.xml.err b/result/XInclude/fallback2.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/fallback2.xml.err
+++ /dev/null
diff --git a/result/XInclude/fallback2.xml.rdr b/result/XInclude/fallback2.xml.rdr
deleted file mode 100644
index 2fca4f0..0000000
--- a/result/XInclude/fallback2.xml.rdr
+++ /dev/null
@@ -1,11 +0,0 @@
-0 1 a 0 0
-1 14 #text 0 1
-
-1 3 #text 0 1 There is no b.xml ...
-1 14 #text 0 1
-
-1 3 #text 0 1 There is no c.xml ...
-1 14 #text 0 1
-
-
-0 15 a 0 0
diff --git a/result/XInclude/include.xml b/result/XInclude/include.xml
deleted file mode 100644
index 3a9366d..0000000
--- a/result/XInclude/include.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
- <!-- Simple test of including another XML document -->
- <doc xml:base="../ents/something.xml">
-<p>something</p>
-<p>really</p>
-<p>simple</p>
-</doc>
-</x>
diff --git a/result/XInclude/include.xml.err b/result/XInclude/include.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/include.xml.err
+++ /dev/null
diff --git a/result/XInclude/include.xml.rdr b/result/XInclude/include.xml.rdr
deleted file mode 100644
index 66135a4..0000000
--- a/result/XInclude/include.xml.rdr
+++ /dev/null
@@ -1,28 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of including another XML document
-1 14 #text 0 1
-
-1 1 doc 0 0
-2 14 #text 0 1
-
-2 1 p 0 0
-3 3 #text 0 1 something
-2 15 p 0 0
-2 14 #text 0 1
-
-2 1 p 0 0
-3 3 #text 0 1 really
-2 15 p 0 0
-2 14 #text 0 1
-
-2 1 p 0 0
-3 3 #text 0 1 simple
-2 15 p 0 0
-2 14 #text 0 1
-
-1 15 doc 0 0
-1 14 #text 0 1
-
-0 15 x 0 0
diff --git a/result/XInclude/nodes.xml b/result/XInclude/nodes.xml
deleted file mode 100644
index 48030d1..0000000
--- a/result/XInclude/nodes.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
- <!-- Simple test of including a set of nodes from an XML document -->
- <p xml:base="../ents/something.xml">something</p><p xml:base="../ents/something.xml">really</p><p xml:base="../ents/something.xml">simple</p>
-</x>
diff --git a/result/XInclude/nodes.xml.err b/result/XInclude/nodes.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/nodes.xml.err
+++ /dev/null
diff --git a/result/XInclude/nodes.xml.rdr b/result/XInclude/nodes.xml.rdr
deleted file mode 100644
index 0e53878..0000000
--- a/result/XInclude/nodes.xml.rdr
+++ /dev/null
@@ -1,18 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of including a set of nodes from an XML document
-1 14 #text 0 1
-
-1 1 p 0 0
-2 3 #text 0 1 something
-1 15 p 0 0
-1 1 p 0 0
-2 3 #text 0 1 really
-1 15 p 0 0
-1 1 p 0 0
-2 3 #text 0 1 simple
-1 15 p 0 0
-1 14 #text 0 1
-
-0 15 x 0 0
diff --git a/result/XInclude/nodes2.xml b/result/XInclude/nodes2.xml
deleted file mode 100644
index fac2d82..0000000
--- a/result/XInclude/nodes2.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<x xmlns:xinclude="http://www.w3.org/2003/XInclude">
- <!-- Simple test of including a set of nodes from an XML document -->
- <p xml:base="../ents/something.xml">something</p><p xml:base="../ents/something.xml">really</p><p xml:base="../ents/something.xml">simple</p>
-</x>
diff --git a/result/XInclude/nodes2.xml.err b/result/XInclude/nodes2.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/nodes2.xml.err
+++ /dev/null
diff --git a/result/XInclude/nodes2.xml.rdr b/result/XInclude/nodes2.xml.rdr
deleted file mode 100644
index 0e53878..0000000
--- a/result/XInclude/nodes2.xml.rdr
+++ /dev/null
@@ -1,18 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of including a set of nodes from an XML document
-1 14 #text 0 1
-
-1 1 p 0 0
-2 3 #text 0 1 something
-1 15 p 0 0
-1 1 p 0 0
-2 3 #text 0 1 really
-1 15 p 0 0
-1 1 p 0 0
-2 3 #text 0 1 simple
-1 15 p 0 0
-1 14 #text 0 1
-
-0 15 x 0 0
diff --git a/result/XInclude/nodes3.xml b/result/XInclude/nodes3.xml
deleted file mode 100644
index 9ab2044..0000000
--- a/result/XInclude/nodes3.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<x xmlns:xinclude="http://www.w3.org/2003/XInclude">
- <!-- Simple test of including a set of nodes from an XML document -->
- <xinclude:include href="../ents/something.xml#xpointer(//p)"/>
-</x>
diff --git a/result/XInclude/nodes3.xml.err b/result/XInclude/nodes3.xml.err
deleted file mode 100644
index fb11525..0000000
--- a/result/XInclude/nodes3.xml.err
+++ /dev/null
@@ -1 +0,0 @@
-./test/XInclude/docs/nodes3.xml:3: element include: XInclude error : Invalid fragment identifier in URI test/XInclude/ents/something.xml#xpointer(//p) use the xpointer attribute
diff --git a/result/XInclude/nodes3.xml.rdr b/result/XInclude/nodes3.xml.rdr
deleted file mode 100644
index f2ae87b..0000000
--- a/result/XInclude/nodes3.xml.rdr
+++ /dev/null
@@ -1,10 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of including a set of nodes from an XML document
-1 14 #text 0 1
-
-1 1 xinclude:include 1 0
-1 14 #text 0 1
-
-0 15 x 0 0
diff --git a/result/XInclude/recursive.xml b/result/XInclude/recursive.xml
deleted file mode 100644
index 4af1738..0000000
--- a/result/XInclude/recursive.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<?xml version="1.0"?>
-<this><sub-inc xml:base="../ents/sub-inc.ent">is a test
-</sub-inc></this>
diff --git a/result/XInclude/recursive.xml.err b/result/XInclude/recursive.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/recursive.xml.err
+++ /dev/null
diff --git a/result/XInclude/recursive.xml.rdr b/result/XInclude/recursive.xml.rdr
deleted file mode 100644
index cafce16..0000000
--- a/result/XInclude/recursive.xml.rdr
+++ /dev/null
@@ -1,6 +0,0 @@
-0 1 this 0 0
-1 1 sub-inc 0 0
-2 3 #text 0 1 is a test
-
-1 15 sub-inc 0 0
-0 15 this 0 0
diff --git a/result/XInclude/tstencoding.xml b/result/XInclude/tstencoding.xml
deleted file mode 100644
index a1c5179..0000000
--- a/result/XInclude/tstencoding.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
- <!-- Simple test of including another text document -->
- test with accents in ISO-8859-1:
-
-</x>
diff --git a/result/XInclude/tstencoding.xml.err b/result/XInclude/tstencoding.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/tstencoding.xml.err
+++ /dev/null
diff --git a/result/XInclude/tstencoding.xml.rdr b/result/XInclude/tstencoding.xml.rdr
deleted file mode 100644
index a0cc69b..0000000
--- a/result/XInclude/tstencoding.xml.rdr
+++ /dev/null
@@ -1,11 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of including another text document
-1 14 #text 0 1
-
-1 3 #text 0 1 test with accents in ISO-8859-1: À Á é è
-
-1 14 #text 0 1
-
-0 15 x 0 0
diff --git a/result/XInclude/txtinclude.xml b/result/XInclude/txtinclude.xml
deleted file mode 100644
index 0114e4f..0000000
--- a/result/XInclude/txtinclude.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
- <!-- Simple test of including another text document -->
- this is some text in ASCII
-
-</x>
diff --git a/result/XInclude/txtinclude.xml.err b/result/XInclude/txtinclude.xml.err
deleted file mode 100644
index e69de29..0000000
--- a/result/XInclude/txtinclude.xml.err
+++ /dev/null
diff --git a/result/XInclude/txtinclude.xml.rdr b/result/XInclude/txtinclude.xml.rdr
deleted file mode 100644
index a4cc3b4..0000000
--- a/result/XInclude/txtinclude.xml.rdr
+++ /dev/null
@@ -1,11 +0,0 @@
-0 1 x 0 0
-1 14 #text 0 1
-
-1 8 #comment 0 1 Simple test of including another text document
-1 14 #text 0 1
-
-1 3 #text 0 1 this is some text in ASCII
-
-1 14 #text 0 1
-
-0 15 x 0 0