mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
3500838f65
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
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
<!DOCTYPE doc [
|
|
<!ENTITY test1 "test 1">
|
|
<!ENTITY test2 "test 2">
|
|
]>
|
|
<doc>
|
|
<Content>Retenção</Content>
|
|
<Content><></Content>
|
|
<Content>&test1;&test2;</Content>
|
|
</doc>
|