summaryrefslogtreecommitdiff
path: root/test/XPath/docs
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2006-01-31 19:25:18 +0100
committerMike Hommey <glandium@debian.org>2006-01-31 19:25:18 +0100
commitc5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch)
tree9550b0b41e973d707cbbca74333c1b05ab89e5ee /test/XPath/docs
parent0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff)
downloadlibxml2-upstream/2.6.23.dfsg.2.tar.gz
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'test/XPath/docs')
-rw-r--r--test/XPath/docs/.memdump4
-rw-r--r--test/XPath/docs/chapters28
-rw-r--r--test/XPath/docs/id28
-rw-r--r--test/XPath/docs/lang13
-rw-r--r--test/XPath/docs/mixed10
-rw-r--r--test/XPath/docs/nodes2
-rw-r--r--test/XPath/docs/simple12
-rw-r--r--test/XPath/docs/str9
-rw-r--r--test/XPath/docs/usr112
-rw-r--r--test/XPath/docs/vid43
10 files changed, 0 insertions, 161 deletions
diff --git a/test/XPath/docs/.memdump b/test/XPath/docs/.memdump
deleted file mode 100644
index dfcf628..0000000
--- a/test/XPath/docs/.memdump
+++ /dev/null
@@ -1,4 +0,0 @@
- 06:32:11 PM
-
- MEMORY ALLOCATED : 0, MAX was 14195
-BLOCK NUMBER SIZE TYPE
diff --git a/test/XPath/docs/chapters b/test/XPath/docs/chapters
deleted file mode 100644
index c48f65e..0000000
--- a/test/XPath/docs/chapters
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<EXAMPLE prop1="gnome is great" prop2="&amp; linux too">
- <head>
- <title>Welcome to Gnome</title>
- </head>
- <chapter id="chapter1">
- <title>The Linux adventure</title>
- <p>bla bla bla ...</p>
- <image href="linus.gif"/>
- <p>...</p>
- </chapter>
- <chapter id="chapter2">
- <title>Chapter 2</title>
- <p>this is chapter 2 ...</p>
- </chapter>
- <chapter id="chapter3">
- <title>Chapter 3</title>
- <p>this is chapter 3 ...</p>
- </chapter>
- <chapter id="chapter4">
- <title>Chapter 4</title>
- <p>this is chapter 4 ...</p>
- </chapter>
- <chapter id="chapter5">
- <title>Chapter 5</title>
- <p>this is chapter 5 ...</p>
- </chapter>
-</EXAMPLE>
diff --git a/test/XPath/docs/id b/test/XPath/docs/id
deleted file mode 100644
index 4b6659f..0000000
--- a/test/XPath/docs/id
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<EXAMPLE id="root" prop1="gnome is great" prop2="&amp; linux too">
- <head id="head">
- <title>Welcome to Gnome</title>
- </head>
- <chapter id="chapter1">
- <title>The Linux adventure</title>
- <p>bla bla bla ...</p>
- <image href="linus.gif"/>
- <p>...</p>
- </chapter>
- <chapter id="chapter2">
- <title>Chapter 2</title>
- <p>this is chapter 2 ...</p>
- </chapter>
- <chapter id="chapter3">
- <title>Chapter 3</title>
- <p>this is chapter 3 ...</p>
- </chapter>
- <chapter id="chapter4">
- <title>Chapter 4</title>
- <p>this is chapter 4 ...</p>
- </chapter>
- <chapter id="chapter5">
- <title>Chapter 5</title>
- <p>this is chapter 5 ...</p>
- </chapter>
-</EXAMPLE>
diff --git a/test/XPath/docs/lang b/test/XPath/docs/lang
deleted file mode 100644
index abfe1d6..0000000
--- a/test/XPath/docs/lang
+++ /dev/null
@@ -1,13 +0,0 @@
-<doc>
- <x>1</x>
- <b xml:lang="en">
- <x>en</x>
- <x>3</x>
- </b>
- <x>4</x>
- <para xml:lang="en"/>
- <div xml:lang="en"><para/></div>
- <para xml:lang="EN"/>
- <para xml:lang="en-us"/>
- <para xml:lang="EN-US"/>
-</doc>
diff --git a/test/XPath/docs/mixed b/test/XPath/docs/mixed
deleted file mode 100644
index 3b457bc..0000000
--- a/test/XPath/docs/mixed
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<root>
- <s p="root"/>
- <p1>
- <s p="p1"/>
- </p1>
- <p2>
- <s p="p2"/>
- </p2>
-</root>
diff --git a/test/XPath/docs/nodes b/test/XPath/docs/nodes
deleted file mode 100644
index a863df0..0000000
--- a/test/XPath/docs/nodes
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0"?>
-<root><foo>txt<!--hello--><![CDATA[data]]><?target data?><bar>txt<!--hello--><![CDATA[data]]><?target data?></bar></foo></root> \ No newline at end of file
diff --git a/test/XPath/docs/simple b/test/XPath/docs/simple
deleted file mode 100644
index ca665a2..0000000
--- a/test/XPath/docs/simple
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<EXAMPLE prop1="gnome is great" prop2="&amp; linux too">
- <head>
- <title>Welcome to Gnome</title>
- </head>
- <chapter>
- <title>The Linux adventure</title>
- <p>bla bla bla ...</p>
- <image href="linus.gif"/>
- <p>...</p>
- </chapter>
-</EXAMPLE>
diff --git a/test/XPath/docs/str b/test/XPath/docs/str
deleted file mode 100644
index 547e54d..0000000
--- a/test/XPath/docs/str
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<chapter>
- <p>a simple test</p>
- <p>multiple tests</p>
- <p>a diff<em>i</em>cult one</p>
- <p><p>a span</p>n<p>ing one</p></p>
- <p><p>and an unbal</p><empty/>anced test</p>
- <p>for empty string <seq>123</seq></p>
-</chapter>
diff --git a/test/XPath/docs/usr1 b/test/XPath/docs/usr1
deleted file mode 100644
index 44c7529..0000000
--- a/test/XPath/docs/usr1
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<BODY>
-<DECLARACION importador="123456789" fecha="08/09/2000"
-monto_factura="100.09">
-<ITEM monto="50.12" divisa="DOL">
-<SUFIJO codigo="NL34" valor="negro"/>
-<SUFIJO codigo="AS34" valor="grande"/>
-</ITEM>
-</DECLARACION>
-<FIRMA>N</FIRMA>
-</BODY>
-
diff --git a/test/XPath/docs/vid b/test/XPath/docs/vid
deleted file mode 100644
index cdb7437..0000000
--- a/test/XPath/docs/vid
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE iddemo [
-<!ELEMENT iddemo (head?, (chapter)*)>
-<!ATTLIST iddemo id ID #IMPLIED>
-<!ELEMENT head (title?, (p)*)>
-<!ATTLIST head id ID #IMPLIED>
-<!ELEMENT chapter (title?, (p | image)*)>
-<!ATTLIST chapter id ID #IMPLIED>
-<!ELEMENT image EMPTY>
-<!ATTLIST image href CDATA #IMPLIED>
-<!ELEMENT title (#PCDATA)>
-<!ELEMENT p (#PCDATA)>
-]>
-
-<iddemo>
- <head>
- <title>Welcome to Gnome</title>
- </head>
- <chapter id="chapter1">
- <title>The Linux adventure</title>
- <p>bla bla bla ...</p>
- <image href="linus.gif"/>
- <p>...</p>
- <p>third p</p>
- <p>fourth p</p>
- </chapter>
- <chapter id="chapter2">
- <title>Chapter 2</title>
- <p>this is chapter 2 ...</p>
- </chapter>
- <chapter id="chapter3">
- <title>Chapter 3</title>
- <p>this is chapter 3 ...</p>
- </chapter>
- <chapter id="chapter4">
- <title>Chapter 4</title>
- <p>this is chapter 4 ...</p>
- </chapter>
- <chapter id="chapter5">
- <title>Chapter 5</title>
- <p>this is chapter 5 ...</p>
- </chapter>
-</iddemo>