[PHP-DEV] CVS update: php3/doc/functions From: rasmus (php-dev <email protected>)
Date: 10/31/98

Date: Saturday October 31, 1998 @ 6:41
Author: rasmus

Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv13506/doc/functions

Modified Files:
        xml.sgml
Log Message:
Fix a couple of typos

Index: php3/doc/functions/xml.sgml
diff -c php3/doc/functions/xml.sgml:1.18 php3/doc/functions/xml.sgml:1.19
*** php3/doc/functions/xml.sgml:1.18 Fri Oct 30 17:48:40 1998
--- php3/doc/functions/xml.sgml Sat Oct 31 06:41:25 1998
***************
*** 293,299 ****
         <para>
          This example maps tags in an XML document directly to HTML
          tags. Elements not found in the "map array" are ignored. Of
! course, this examples will only work with a specific XML
          document type.
          <programlisting role=php>
  $file = "data.xml";
--- 293,299 ----
         <para>
          This example maps tags in an XML document directly to HTML
          tags. Elements not found in the "map array" are ignored. Of
! course, this example will only work with a specific XML
          document type.
          <programlisting role=php>
  $file = "data.xml";
***************
*** 1443,1449 ****
    <refentry id="function.utf8-decode">
     <refnamediv>
      <refname>utf8_decode</refname>
! <refpurpose>converts an UTF-8 encoded string to ISO-8859-1</refpurpose>
     </refnamediv>
     <refsect1>
      <title>Description</title>
--- 1443,1449 ----
    <refentry id="function.utf8-decode">
     <refnamediv>
      <refname>utf8_decode</refname>
! <refpurpose>converts a UTF-8 encoded string to ISO-8859-1</refpurpose>
     </refnamediv>
     <refsect1>
      <title>Description</title>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>