mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-29 11:21:26 +03:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
|
||
|
<!ENTITY xml "Extensible Markup Language">
|
||
|
]>
|
||
|
<EXAMPLE >
|
||
|
Test of &amp; behaviour a&b .
|
||
|
</EXAMPLE>
|
||
|
|