This is the 2.0.0-beta, lots and lots and lots of changes
Have a look at http://xmlsoft.org/upgrade.html

Daniel
diff --git a/result/noent/dtd12 b/result/noent/dtd12
index 92c2560..8c4bf36 100644
--- a/result/noent/dtd12
+++ b/result/noent/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>He said &quot;Yes&quot;</doc>
+<doc>He said &amp;YN;</doc>