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>
|