mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:49:24 +02:00
9 lines
207 B
XML
9 lines
207 B
XML
<?xml version = '1.0' encoding='UTF-8' ?>
|
|
<!-- This is a comment -->
|
|
<TAG>
|
|
<SUBTAG value="TestValue"/>
|
|
Just a test! This < was an entity reference.
|
|
<EMPTYTAG/>
|
|
<![CDATA[A CDATA section!]]>
|
|
</TAG>
|