summaryrefslogtreecommitdiff
path: root/test/schemas/any3_0.xml
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/schemas/any3_0.xml
parent0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff)
downloadlibxml2-c5d565931c4823dc8f62fffcb65aecfec516f7b9.tar.gz
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'test/schemas/any3_0.xml')
-rw-r--r--test/schemas/any3_0.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/schemas/any3_0.xml b/test/schemas/any3_0.xml
deleted file mode 100644
index 158f91c..0000000
--- a/test/schemas/any3_0.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- Tests xsd:any.
- invalid: <bar.A/> and <foo:bar.B/>
- valid: <bar:bar.C/>
--->
-<foo:foo
- xmlns:foo="http://FOO"
- xmlns:bar="http://BAR"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://FOO any3_0.xsd">
-
- <bar.A/>
- <foo:bar.B/>
- <bar:bar.C/>
-
-</foo:foo>
-