mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-06 05:57:39 +03:00
8 lines
215 B
XML
8 lines
215 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
|
|
<!ENTITY xml "Extensible Markup Language">
|
|
]>
|
|
<EXAMPLE prop1="a&b" prop2="Extensible Markup Language">
|
|
Test of entities in attributes.
|
|
</EXAMPLE>
|