mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
|
||
|
<!ENTITY xml "Extensible Markup Language">
|
||
|
]>
|
||
|
<EXAMPLE>
|
||
|
&xml;
|
||
|
</EXAMPLE>
|