mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
|
||
|
<!ENTITY xml "Extensible Markup Language">
|
||
|
]>
|
||
|
<EXAMPLE>
|
||
|
Extensible Markup Language
|
||
|
</EXAMPLE>
|