1<documentation title="PHP Code Tags">
2    <standard>
3    <![CDATA[
4    Always use <?php ?> to delimit PHP code, not the <? ?> shorthand. This is the most portable way to include PHP code on differing operating systems and setups.
5    ]]>
6    </standard>
7</documentation>
8