[Phpxd-commits] CVS: phpXD/samples/files sample.xml,NONE,1.1
Status: Beta
Brought to you by:
growbal
|
From: Thomas D. <th...@us...> - 2002-02-13 21:12:38
|
Update of /cvsroot/phpxd/phpXD/samples/files In directory usw-pr-cvs1:/tmp/cvs-serv2640/samples/files Added Files: sample.xml Log Message: The beginning of more samples... :=) --- NEW FILE: sample.xml --- <?xml version="1.0"?> <hello> This is a sample dokument. Here are some XML features. <a_child attribute="value"> Hello World. </a_child> <an_empty_child /> <!-- This is a comment... --> <![CDATA[ ... and this a CDATA-Section ... ]]> <?php // ... and this a Processing-Instruction echo "PHP is cool"; ?> </hello> |