diff options
Diffstat (limited to 'libxml2/result/ent8')
-rw-r--r-- | libxml2/result/ent8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/result/ent8 b/libxml2/result/ent8 new file mode 100644 index 0000000..86e6c30 --- /dev/null +++ b/libxml2/result/ent8 @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<!DOCTYPE doc [ +<!ENTITY test1 "test 1"> +<!ENTITY test2 "test 2"> +]> +<doc> + <Content>Retenção</Content> + <Content><></Content> + <Content>&test1;&test2;</Content> +</doc> |