didou Sat Jun 18 13:46:01 2005 EDT
Modified files: /phpdoc/en/reference/domxml/functions DomDocumentType-entities.xml DomDocumentType-internal-subset.xml DomDocumentType-name.xml DomDocumentType-notations.xml DomDocumentType-public-id.xml DomDocumentType-system-id.xml Log: ws
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml:1.4 phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml:1.5 --- phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml:1.4 Mon Nov 1 11:20:50 2004 +++ phpdoc/en/reference/domxml/functions/DomDocumentType-entities.xml Sat Jun 18 13:46:00 2005 @@ -1,24 +1,23 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> -<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> - <refentry id='function.domdocumenttype-entities'> - <refnamediv> - <refname>DomDocumentType->entities</refname> - <refpurpose> - Returns list of entities - </refpurpose> - </refnamediv> - <refsect1> - &reftitle.description; - <methodsynopsis> - <type>array</type><methodname>DomDocumentType->entities</methodname> - <void/> - </methodsynopsis> - <para> - &warn.undocumented.func; - </para> - </refsect1> - </refentry> +<!-- $Revision: 1.5 $ --> +<refentry id='function.domdocumenttype-entities'> + <refnamediv> + <refname>DomDocumentType->entities</refname> + <refpurpose> + Returns list of entities + </refpurpose> + </refnamediv> + <refsect1> + &reftitle.description; + <methodsynopsis> + <type>array</type><methodname>DomDocumentType->entities</methodname> + <void/> + </methodsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml:1.4 phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml:1.5 --- phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml:1.4 Mon Nov 1 11:22:45 2004 +++ phpdoc/en/reference/domxml/functions/DomDocumentType-internal-subset.xml Sat Jun 18 13:46:00 2005 @@ -1,24 +1,23 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> -<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> - <refentry id='function.domdocumenttype-internal-subset'> - <refnamediv> - <refname>DomDocumentType->internal_subset</refname> - <refpurpose> - Returns internal subset - </refpurpose> - </refnamediv> - <refsect1> - &reftitle.description; - <methodsynopsis> - <type>bool</type><methodname>DomDocumentType->internal_subset</methodname> - <void/> - </methodsynopsis> - <para> - &warn.undocumented.func; - </para> - </refsect1> - </refentry> +<!-- $Revision: 1.5 $ --> +<refentry id='function.domdocumenttype-internal-subset'> + <refnamediv> + <refname>DomDocumentType->internal_subset</refname> + <refpurpose> + Returns internal subset + </refpurpose> + </refnamediv> + <refsect1> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>DomDocumentType->internal_subset</methodname> + <void/> + </methodsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml:1.5 phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml:1.6 --- phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml:1.5 Mon Nov 1 11:22:45 2004 +++ phpdoc/en/reference/domxml/functions/DomDocumentType-name.xml Sat Jun 18 13:46:00 2005 @@ -1,26 +1,25 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> -<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> - <refentry id='function.domdocumenttype-name'> - <refnamediv> - <refname>DomDocumentType->name</refname> - <refpurpose> - Returns name of document type - </refpurpose> - </refnamediv> - <refsect1> - &reftitle.description; - <methodsynopsis> - <type>string</type><methodname>DomDocumentType->name</methodname> - <void/> - </methodsynopsis> - <para> - This function returns the name of the document type. - </para> - <para> - <example> - <title>Getting the document type's name</title> - <programlisting role="php"> +<!-- $Revision: 1.6 $ --> +<refentry id='function.domdocumenttype-name'> + <refnamediv> + <refname>DomDocumentType->name</refname> + <refpurpose> + Returns name of document type + </refpurpose> + </refnamediv> + <refsect1> + &reftitle.description; + <methodsynopsis> + <type>string</type><methodname>DomDocumentType->name</methodname> + <void/> + </methodsynopsis> + <para> + This function returns the name of the document type. + </para> + <para> + <example> + <title>Getting the document type's name</title> + <programlisting role="php"> <![CDATA[ <?php @@ -36,11 +35,11 @@ ?> ]]> - </programlisting> - </example> - </para> - </refsect1> - </refentry> + </programlisting> + </example> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml:1.4 phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml:1.5 --- phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml:1.4 Mon Nov 1 11:22:45 2004 +++ phpdoc/en/reference/domxml/functions/DomDocumentType-notations.xml Sat Jun 18 13:46:00 2005 @@ -1,24 +1,23 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> -<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> - <refentry id='function.domdocumenttype-notations'> - <refnamediv> - <refname>DomDocumentType->notations</refname> - <refpurpose> - Returns list of notations - </refpurpose> - </refnamediv> - <refsect1> - &reftitle.description; - <methodsynopsis> - <type>array</type><methodname>DomDocumentType->notations</methodname> - <void/> - </methodsynopsis> - <para> - &warn.undocumented.func; - </para> - </refsect1> - </refentry> +<!-- $Revision: 1.5 $ --> +<refentry id='function.domdocumenttype-notations'> + <refnamediv> + <refname>DomDocumentType->notations</refname> + <refpurpose> + Returns list of notations + </refpurpose> + </refnamediv> + <refsect1> + &reftitle.description; + <methodsynopsis> + <type>array</type><methodname>DomDocumentType->notations</methodname> + <void/> + </methodsynopsis> + <para> + &warn.undocumented.func; + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml:1.5 phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml:1.6 --- phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml:1.5 Mon Nov 1 11:22:45 2004 +++ phpdoc/en/reference/domxml/functions/DomDocumentType-public-id.xml Sat Jun 18 13:46:00 2005 @@ -1,27 +1,26 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> -<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> - <refentry id='function.domdocumenttype-public-id'> - <refnamediv> - <refname>DomDocumentType->public_id</refname> - <refpurpose> - Returns public id of document type - </refpurpose> - </refnamediv> - <refsect1> - &reftitle.description; - <methodsynopsis> - <type>string</type><methodname>DomDocumentType->public_id</methodname> - <void/> - </methodsynopsis> - <para> - This function returns the public id of the document type. - </para> - <para> - The following example echos nothing. - <example> - <title>Retrieving the public id</title> - <programlisting role="php"> +<!-- $Revision: 1.6 $ --> +<refentry id='function.domdocumenttype-public-id'> + <refnamediv> + <refname>DomDocumentType->public_id</refname> + <refpurpose> + Returns public id of document type + </refpurpose> + </refnamediv> + <refsect1> + &reftitle.description; + <methodsynopsis> + <type>string</type><methodname>DomDocumentType->public_id</methodname> + <void/> + </methodsynopsis> + <para> + This function returns the public id of the document type. + </para> + <para> + The following example echos nothing. + <example> + <title>Retrieving the public id</title> + <programlisting role="php"> <![CDATA[ <?php include("example.inc"); @@ -35,11 +34,11 @@ echo $doctype->public_id(); ?> ]]> - </programlisting> - </example> - </para> - </refsect1> - </refentry> + </programlisting> + </example> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml diff -u phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml:1.6 phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml:1.7 --- phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml:1.6 Mon Nov 1 11:22:46 2004 +++ phpdoc/en/reference/domxml/functions/DomDocumentType-system-id.xml Sat Jun 18 13:46:00 2005 @@ -1,26 +1,25 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> -<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> - <refentry id='function.domdocumenttype-system-id'> - <refnamediv> - <refname>DomDocumentType->system_id</refname> - <refpurpose> - Returns the system id of document type - </refpurpose> - </refnamediv> - <refsect1> - &reftitle.description; - <methodsynopsis> - <type>string</type><methodname>DomDocumentType->system_id</methodname> - <void/> - </methodsynopsis> - <para> - Returns the system id of the document type. - </para> - <para> - <example> - <title>Retrieving the system id</title> - <programlisting role="php"> +<!-- $Revision: 1.7 $ --> +<refentry id='function.domdocumenttype-system-id'> + <refnamediv> + <refname>DomDocumentType->system_id</refname> + <refpurpose> + Returns the system id of document type + </refpurpose> + </refnamediv> + <refsect1> + &reftitle.description; + <methodsynopsis> + <type>string</type><methodname>DomDocumentType->system_id</methodname> + <void/> + </methodsynopsis> + <para> + Returns the system id of the document type. + </para> + <para> + <example> + <title>Retrieving the system id</title> + <programlisting role="php"> <![CDATA[ <?php include("example.inc"); @@ -34,17 +33,17 @@ echo $doctype->system_id(); ?> ]]> - </programlisting> - &example.outputs; - <screen> + </programlisting> + &example.outputs; + <screen> <![CDATA[ /share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd ]]> - </screen> - </example> - </para> - </refsect1> - </refentry> + </screen> + </example> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: