summaryrefslogtreecommitdiff
path: root/result/dtd12
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-08-10 19:10:03 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-08-10 19:10:03 +0000
commit424af3912493b654c46e569b06b7cd58cb2947c9 (patch)
tree17d128562f0342324a27c6b8cf1c861674867fe6 /result/dtd12
parentf7871696166dfc852285942c21a2f4e79b5f6ac7 (diff)
downloadlibxml2-424af3912493b654c46e569b06b7cd58cb2947c9.tar.gz
Added and updated all the results for 1.5.0, DanielLIBXML_1_5_0
Diffstat (limited to 'result/dtd12')
-rw-r--r--result/dtd126
1 files changed, 6 insertions, 0 deletions
diff --git a/result/dtd12 b/result/dtd12
new file mode 100644
index 00000000..c7bc1bcf
--- /dev/null
+++ b/result/dtd12
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!DOCTYPE doc [
+<!ENTITY % YN '"Yes"'>
+<!ENTITY WhatHeSaid "He said %YN;">
+]>
+<doc>&WhatHeSaid;</doc>