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