[Phpxd-commits] CVS: phpXD/samples/files sample_big5.xml,NONE,1.1
Status: Beta
                
                Brought to you by:
                
                    growbal
                    
                
            | 
      
      
      From: Growbal K. <gr...@us...> - 2002-03-03 06:23:24
      
     | 
| Update of /cvsroot/phpxd/phpXD/samples/files
In directory usw-pr-cvs1:/tmp/cvs-serv8265/samples/files
Added Files:
	sample_big5.xml 
Log Message:
Add DOMWriter.php
sample_big5.xml
dwtest.php
Modify dom.php for including DOMWriter.php
by Growbal
--- NEW FILE: sample_big5.xml ---
<?xml version="1.0"?>
<hello>
  <introduction>
    <content language="English">
  	  This is a sample document.
	    Here are some XML features.
	  </content>
	  <content language="Traditional Chinese">
    	³o¬OÁcÅ餤¤åXML½d¨Ò¤å¥ó  	
  	</content>
	</introduction>
	
	<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. ";
	echo "PHP, ȁ!";
	?>
</hello>
 |