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