mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +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>
|
|
|