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