uw              Thu Mar 15 12:39:14 2001 EDT

  Modified files:              
    /php4/pear/XML      Parser.php 
  Log:
  - put the todo list into the inline docs
  
  
Index: php4/pear/XML/Parser.php
diff -u php4/pear/XML/Parser.php:1.9 php4/pear/XML/Parser.php:1.10
--- php4/pear/XML/Parser.php:1.9        Thu Mar 15 11:34:13 2001
+++ php4/pear/XML/Parser.php    Thu Mar 15 12:39:14 2001
@@ -20,24 +20,19 @@
 
 require_once "PEAR.php";
 
-/*
-
-Tests that need to be made:
-- error class
-- mixing character encodings
-- a test using all expat handlers
-- options (folding, output charset)
-- different parsing modes
-
-*/
-
 /**
  * XML Parser class.  This is an XML parser based on PHP's "xml" extension,
  * based on the bundled expat library.
  *
  * @author  Stig Bakken <[EMAIL PROTECTED]>
  * @version $id $
- */
+ * @todo    Tests that need to be made:
+ *          - error class
+ *          - mixing character encodings
+ *          - a test using all expat handlers
+ *          - options (folding, output charset)
+ *          - different parsing modes
+*/
 class XML_Parser extends PEAR {
     // {{{ properties
 
@@ -264,6 +259,7 @@
         }
         
     }
+    
     
     /**
     * 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to