shane           Thu Oct  9 01:47:38 2003 EDT

  Added files:                 
    /php-src/ext/dom/examples   note.xml 
  Log:
  add the valid xml test
  

Index: php-src/ext/dom/examples/note.xml
+++ php-src/ext/dom/examples/note.xml
<?xml version="1.0"?>
<!DOCTYPE note SYSTEM "note.dtd">
<note>
<to>PHP User Group</to>
<from>Shane</from>
<heading>Reminder</heading>
<body>Don't forget the meeting tonight!</body>
</note> 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to