mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
ccb096379a
more (if not all) formating of function comments, started documentation, Daniel.
9 lines
172 B
XML
9 lines
172 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
|
|
<!ENTITY xml "Extensible Markup Language">
|
|
]>
|
|
<EXAMPLE >
|
|
Test of &amp; behaviour a&b .
|
|
</EXAMPLE>
|
|
|