diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-10-25 13:15:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-10-25 13:15:52 +0000 |
commit | 3500838f65e6eda8e943c620d5eb9da3109e3766 (patch) | |
tree | d15c36b0ef790b64c2ba5bfa61bf33fc1f0c7185 /result/ent8 | |
parent | 7c1206fc060fd4260f7c6f003c32fbbea3e542fd (diff) | |
download | libxml2-3500838f65e6eda8e943c620d5eb9da3109e3766.tar.gz |
BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs
BUG FIXED #2784
HTML parsing/output improvements
Rebuilt, updated the docs
Improvement of regression scripts, make testall should look clean
Released as 1.7.4
Diffstat (limited to 'result/ent8')
-rw-r--r-- | result/ent8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/result/ent8 b/result/ent8 index 4f38bd85..7b8f814c 100644 --- a/result/ent8 +++ b/result/ent8 @@ -1,3 +1,10 @@ <?xml version="1.0"?> -<!DOCTYPE a SYSTEM "a.dtd"> -<a> but Okay </a> +<!DOCTYPE doc [ +<!ENTITY test1 "test 1"> +<!ENTITY test2 "test 2"> +]> +<doc> + <Content>Retenção</Content> + <Content><></Content> + <Content>&test1;&test2;</Content> +</doc> |