summaryrefslogtreecommitdiff
path: root/result/dtd12
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-03-14 18:30:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-03-14 18:30:20 +0000
commitcf46199c5e2c94781ef647612b3b43618b36b940 (patch)
tree0b72764ed40721db38788682d03b70b492262c89 /result/dtd12
parent76234da1520f108588bbec7428f7d7f663e4b96e (diff)
downloadlibxml2-cf46199c5e2c94781ef647612b3b43618b36b940.tar.gz
This is the 2.0.0-beta, lots and lots and lots of changes
Have a look at http://xmlsoft.org/upgrade.html Daniel
Diffstat (limited to 'result/dtd12')
-rw-r--r--result/dtd124
1 files changed, 2 insertions, 2 deletions
diff --git a/result/dtd12 b/result/dtd12
index c7bc1bcf..f0d12610 100644
--- a/result/dtd12
+++ b/result/dtd12
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE doc [
-<!ENTITY % YN '"Yes"'>
-<!ENTITY WhatHeSaid "He said %YN;">
+<!ENTITY YN '"Yes"'>
+<!ENTITY WhatHeSaid "He said &YN;">
]>
<doc>&WhatHeSaid;</doc>