1<documentation title="Inline Comments">
2    <standard>
3    <![CDATA[
4    Perl-style # comments are not allowed.
5    ]]>
6    </standard>
7    <code_comparison>
8        <code title="Valid: A // style comment.">
9        <![CDATA[
10<em>//</em> A comment.
11        ]]>
12        </code>
13        <code title="Invalid: A # style comment.">
14        <![CDATA[
15<em>#</em> A comment.
16        ]]>
17        </code>
18    </code_comparison>
19</documentation>
20