diff options
Diffstat (limited to 'libxml2/result/noent/ent10')
-rw-r--r-- | libxml2/result/noent/ent10 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libxml2/result/noent/ent10 b/libxml2/result/noent/ent10 new file mode 100644 index 0000000..946aff8 --- /dev/null +++ b/libxml2/result/noent/ent10 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE rnode [ +<!ELEMENT rnode (f)> +<!ELEMENT f (#PCDATA)> +<!ATTLIST f att1 CDATA #FIXED "J"> +<!ENTITY f " + <f> + hello world + </f> + "> +]> +<rnode> + + <f> + hello world + </f> + +</rnode> |