sean Sun Aug 8 13:39:20 2004 EDT
Modified files: /phpdoc/en/reference/domxml/functions domxml-open-file.xml Log: grammar http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-open-file.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/domxml/functions/domxml-open-file.xml diff -u phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.6 phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.7 --- phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.6 Sat Aug 7 12:18:12 2004 +++ phpdoc/en/reference/domxml/functions/domxml-open-file.xml Sun Aug 8 13:39:20 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 --> <refentry id="function.domxml-open-file"> <refnamediv> @@ -23,9 +23,10 @@ <para> Optional parameter <parameter>mode</parameter> can be used to change the behavior of this function. It was added in PHP 4.3.0. You can use one of + the following constants for it: <constant>DOMXML_LOAD_PARSING</constant> (default), <constant>DOMXML_LOAD_VALIDATING</constant> or - <constant>DOMXML_LOAD_RECOVERING</constant> for it. + <constant>DOMXML_LOAD_RECOVERING</constant>. You can add to it also <constant>DOMXML_LOAD_DONT_KEEP_BLANKS</constant>, <constant>DOMXML_LOAD_SUBSTITUTE_ENTITIES</constant> and <constant>DOMXML_LOAD_COMPLETE_ATTRS</constant> by