aboutsummaryrefslogtreecommitdiffstats
path: root/test/WFC/EntityDeclared4
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-08-10 19:04:08 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-08-10 19:04:08 +0000
commitb05deb7f5fa01da1cbc54f65199eff1c5421ec00 (patch)
tree88b82954fb85467ffd1ddad2d7dcaba7349bc32d /test/WFC/EntityDeclared4
parent6a6ccc1de6c19ff3c77c10491d5f8b65759cff4a (diff)
downloadandroid_external_libxml2-b05deb7f5fa01da1cbc54f65199eff1c5421ec00.tar.gz
android_external_libxml2-b05deb7f5fa01da1cbc54f65199eff1c5421ec00.tar.bz2
android_external_libxml2-b05deb7f5fa01da1cbc54f65199eff1c5421ec00.zip
Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
Diffstat (limited to 'test/WFC/EntityDeclared4')
-rw-r--r--test/WFC/EntityDeclared46
1 files changed, 6 insertions, 0 deletions
diff --git a/test/WFC/EntityDeclared4 b/test/WFC/EntityDeclared4
new file mode 100644
index 00000000..15354aca
--- /dev/null
+++ b/test/WFC/EntityDeclared4
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!DOCTYPE a [
+%unknown;
+<!ENTITY % unknown "<!ELEMENT a (#PCDATA)>">
+]>
+<a> violates [ WFC: Entity Declared ] </a>