1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-19 12:03:50 +08:00
Files
libxml2/test/ent3
1998-08-13 03:39:55 +00:00

9 lines
195 B
XML

<?xml version="1.0"?>
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
<!ENTITY xml "Extensible Markup Language">
]>
<EXAMPLE prop1="a&amp;b" prop2="&xml;">
Test of entities in attributes.
</EXAMPLE>