mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
ccb096379a
more (if not all) formating of function comments, started documentation, Daniel.
8 lines
194 B
XML
8 lines
194 B
XML
<?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>
|