[Phpxd-commits] CVS: phpXD sample.php,1.5,1.6
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-01-25 21:44:43
|
Update of /cvsroot/phpxd/phpXD In directory usw-pr-cvs1:/tmp/cvs-serv3322 Modified Files: sample.php Log Message: Index: sample.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/sample.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** sample.php 2001/12/01 23:51:12 1.5 --- sample.php 2002/01/25 21:44:40 1.6 *************** *** 152,156 **** } ! $dom = new phpXD("test.xml"); echoTree($dom->document); ?> --- 152,156 ---- } ! $dom = new phpXD("sample.xml"); echoTree($dom->document); ?> |