hholzgra                Wed Nov 14 17:27:10 2001 EDT

  Modified files:              
    /phpdoc/es  bookinfo.xml preface.xml 
    /phpdoc/es/appendices       debugger.xml escaping.xml history.xml 
                                http-stuff.xml migration.xml phpdevel.xml 
                                regexp.xml translation.xml 
    /phpdoc/es/chapters config.xml install.xml intro.xml security.xml 
    /phpdoc/es/features connection-handling.xml cookies.xml 
                        error-handling.xml file-upload.xml 
                        http-auth.xml images.xml 
                        persistent-connections.xml remote-files.xml 
    /phpdoc/es/functions        adabas.xml apache.xml array.xml aspell.xml 
                                bc.xml calendar.xml ccvs.xml classobj.xml 
                                com.xml cpdf.xml curl.xml cybercash.xml 
                                datetime.xml dba.xml dbase.xml dbm.xml dir.xml 
                                dl.xml domxml.xml errorfunc.xml exec.xml 
                                fdf.xml filepro.xml filesystem.xml ftp.xml 
                                funchand.xml gettext.xml gmp.xml http.xml 
                                hw.xml ibase.xml icap.xml ifx.xml image.xml 
                                imap.xml info.xml ingres_ii.xml ldap.xml 
                                mail.xml math.xml mcal.xml mcrypt.xml 
                                mhash.xml misc.xml msql.xml mssql.xml 
                                mysql.xml network.xml nis.xml oci8.xml 
                                oracle.xml outcontrol.xml ovrimos.xml pcre.xml 
                                pdf.xml pfpro.xml pgsql.xml posix.xml 
                                pspell.xml readline.xml recode.xml regex.xml 
                                satellite.xml sem.xml sesam.xml shmop.xml 
                                snmp.xml sockets.xml solid.xml strings.xml 
                                swf.xml sybase.xml uodbc.xml url.xml var.xml 
                                vmailmgr.xml wddx.xml xml.xml xslt.xml yaz.xml 
                                zlib.xml 
    /phpdoc/es/language basic-syntax.xml constants.xml 
                        control-structures.xml expressions.xml 
                        functions.xml oop.xml operators.xml 
                        references.xml types.xml variables.xml 
  Log:
  added xml encoding headers where missing
  
Index: phpdoc/es/bookinfo.xml
diff -u phpdoc/es/bookinfo.xml:1.4 phpdoc/es/bookinfo.xml:1.5
--- phpdoc/es/bookinfo.xml:1.4  Sun Sep  9 19:32:26 2001
+++ phpdoc/es/bookinfo.xml      Wed Nov 14 17:27:02 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <bookinfo id="bookinfo">
   <authorgroup id="authors">
Index: phpdoc/es/preface.xml
diff -u phpdoc/es/preface.xml:1.6 phpdoc/es/preface.xml:1.7
--- phpdoc/es/preface.xml:1.6   Mon Sep  4 09:37:00 2000
+++ phpdoc/es/preface.xml       Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <preface id="preface">
   <title>Prefacio</title>
   <abstract>
Index: phpdoc/es/appendices/debugger.xml
diff -u phpdoc/es/appendices/debugger.xml:1.3 phpdoc/es/appendices/debugger.xml:1.4
--- phpdoc/es/appendices/debugger.xml:1.3       Sat Jul  7 18:20:07 2001
+++ phpdoc/es/appendices/debugger.xml   Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <appendix id="debugger">
  <title>El debugger de PHP</title>
 
Index: phpdoc/es/appendices/escaping.xml
diff -u phpdoc/es/appendices/escaping.xml:1.2 phpdoc/es/appendices/escaping.xml:1.3
--- phpdoc/es/appendices/escaping.xml:1.2       Thu Aug 24 03:23:45 2000
+++ phpdoc/es/appendices/escaping.xml   Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Escapando del HTML
   <sect>caracteres de escape de PHP
   <sect>codificaci&oacute;n URL (GET)
Index: phpdoc/es/appendices/history.xml
diff -u phpdoc/es/appendices/history.xml:1.1.1.1 phpdoc/es/appendices/history.xml:1.2
--- phpdoc/es/appendices/history.xml:1.1.1.1    Mon Aug 21 07:31:11 2000
+++ phpdoc/es/appendices/history.xml    Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Historia de PHP
   <sect>Una mirada al desarrollo de PHP
 
Index: phpdoc/es/appendices/http-stuff.xml
diff -u phpdoc/es/appendices/http-stuff.xml:1.2 phpdoc/es/appendices/http-stuff.xml:1.3
--- phpdoc/es/appendices/http-stuff.xml:1.2     Thu Aug 24 02:51:15 2000
+++ phpdoc/es/appendices/http-stuff.xml Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Proxies, cach&eacute; y asuntos varios de HTTP
   <sect>Configurando una fecha de vencimiento en las p&aacute;ginas generadas
   <sect>Usando phpLastModified
Index: phpdoc/es/appendices/migration.xml
diff -u phpdoc/es/appendices/migration.xml:1.3 phpdoc/es/appendices/migration.xml:1.4
--- phpdoc/es/appendices/migration.xml:1.3      Sat Jul  7 18:20:07 2001
+++ phpdoc/es/appendices/migration.xml  Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <appendix id="migration">
  <title>Migrando de PHP/FI 2.0 a PHP 3.0</title>
 
Index: phpdoc/es/appendices/phpdevel.xml
diff -u phpdoc/es/appendices/phpdevel.xml:1.5 phpdoc/es/appendices/phpdevel.xml:1.6
--- phpdoc/es/appendices/phpdevel.xml:1.5       Sat Jul  7 18:20:08 2001
+++ phpdoc/es/appendices/phpdevel.xml   Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <appendix id="phpdevel">
  <title>Desarrollo en PHP</title>
 
Index: phpdoc/es/appendices/regexp.xml
diff -u phpdoc/es/appendices/regexp.xml:1.2 phpdoc/es/appendices/regexp.xml:1.3
--- phpdoc/es/appendices/regexp.xml:1.2 Thu Aug 24 02:51:15 2000
+++ phpdoc/es/appendices/regexp.xml     Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Expresiones Regulares
   <sect>Breve revisi&oacute;n de expresiones regulares con punteros a m&aacute;s 
informaci&oacute;n
 
Index: phpdoc/es/appendices/translation.xml
diff -u phpdoc/es/appendices/translation.xml:1.1.1.1 
phpdoc/es/appendices/translation.xml:1.2
--- phpdoc/es/appendices/translation.xml:1.1.1.1        Thu Aug 24 08:56:24 2000
+++ phpdoc/es/appendices/translation.xml        Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <appendix id="translation">
  <title>Sobre la traducci�n al espa�ol</title>
 
Index: phpdoc/es/chapters/config.xml
diff -u phpdoc/es/chapters/config.xml:1.6 phpdoc/es/chapters/config.xml:1.7
--- phpdoc/es/chapters/config.xml:1.6   Sat Jul  7 18:20:08 2001
+++ phpdoc/es/chapters/config.xml       Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapter id="configuration">
   <title>Configuraci&oacute;n</title>
 
Index: phpdoc/es/chapters/install.xml
diff -u phpdoc/es/chapters/install.xml:1.6 phpdoc/es/chapters/install.xml:1.7
--- phpdoc/es/chapters/install.xml:1.6  Thu Oct  4 16:55:56 2001
+++ phpdoc/es/chapters/install.xml      Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="installation">
   <title>Instalaci�n</title>
 
Index: phpdoc/es/chapters/intro.xml
diff -u phpdoc/es/chapters/intro.xml:1.4 phpdoc/es/chapters/intro.xml:1.5
--- phpdoc/es/chapters/intro.xml:1.4    Tue Sep  5 09:40:40 2000
+++ phpdoc/es/chapters/intro.xml        Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="introduction">
   <title>Introducci&oacute;n</title>
 
Index: phpdoc/es/chapters/security.xml
diff -u phpdoc/es/chapters/security.xml:1.3 phpdoc/es/chapters/security.xml:1.4
--- phpdoc/es/chapters/security.xml:1.3 Sat Oct 14 09:26:28 2000
+++ phpdoc/es/chapters/security.xml     Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="security">
   <title>Seguridad</title>
 
Index: phpdoc/es/features/connection-handling.xml
diff -u phpdoc/es/features/connection-handling.xml:1.2 
phpdoc/es/features/connection-handling.xml:1.3
--- phpdoc/es/features/connection-handling.xml:1.2      Thu Aug 24 02:51:15 2000
+++ phpdoc/es/features/connection-handling.xml  Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.connection-handling">
   <title>Manejando conexiones</title>
 
Index: phpdoc/es/features/cookies.xml
diff -u phpdoc/es/features/cookies.xml:1.2 phpdoc/es/features/cookies.xml:1.3
--- phpdoc/es/features/cookies.xml:1.2  Thu Aug 24 02:51:15 2000
+++ phpdoc/es/features/cookies.xml      Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.cookies">
   <title>Cookies</title>
 
Index: phpdoc/es/features/error-handling.xml
diff -u phpdoc/es/features/error-handling.xml:1.2 
phpdoc/es/features/error-handling.xml:1.3
--- phpdoc/es/features/error-handling.xml:1.2   Thu Aug 24 02:51:15 2000
+++ phpdoc/es/features/error-handling.xml       Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.error-handling">
   <title>Manejando errores</title>
 
Index: phpdoc/es/features/file-upload.xml
diff -u phpdoc/es/features/file-upload.xml:1.3 phpdoc/es/features/file-upload.xml:1.4
--- phpdoc/es/features/file-upload.xml:1.3      Thu Aug 24 02:51:15 2000
+++ phpdoc/es/features/file-upload.xml  Wed Nov 14 17:27:03 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.file-upload">
   <title>El env&iacute;o de archivos</title>
 
Index: phpdoc/es/features/http-auth.xml
diff -u phpdoc/es/features/http-auth.xml:1.5 phpdoc/es/features/http-auth.xml:1.6
--- phpdoc/es/features/http-auth.xml:1.5        Wed Sep 26 01:58:47 2001
+++ phpdoc/es/features/http-auth.xml    Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.http-auth">
   <title>Autentificaci&oacute;n HTTP con PHP</title>
 
Index: phpdoc/es/features/images.xml
diff -u phpdoc/es/features/images.xml:1.2 phpdoc/es/features/images.xml:1.3
--- phpdoc/es/features/images.xml:1.2   Thu Aug 24 02:51:15 2000
+++ phpdoc/es/features/images.xml       Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.images">
   <title>Creando im&aacute;genes GIF</title>
 
Index: phpdoc/es/features/persistent-connections.xml
diff -u phpdoc/es/features/persistent-connections.xml:1.2 
phpdoc/es/features/persistent-connections.xml:1.3
--- phpdoc/es/features/persistent-connections.xml:1.2   Tue Aug 22 02:17:26 2000
+++ phpdoc/es/features/persistent-connections.xml       Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.persistent-connections">
   <title>Conexiones persistentes a bases de datos</title>
 
Index: phpdoc/es/features/remote-files.xml
diff -u phpdoc/es/features/remote-files.xml:1.3 phpdoc/es/features/remote-files.xml:1.4
--- phpdoc/es/features/remote-files.xml:1.3     Thu Aug 24 02:51:15 2000
+++ phpdoc/es/features/remote-files.xml Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.remote-files">
   <title>Usando archivos remotos</title>
 
Index: phpdoc/es/functions/adabas.xml
diff -u phpdoc/es/functions/adabas.xml:1.3 phpdoc/es/functions/adabas.xml:1.4
--- phpdoc/es/functions/adabas.xml:1.3  Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/adabas.xml      Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <reference id="ref.adabas">
   <title>Funciones de Adabas D</title>
Index: phpdoc/es/functions/apache.xml
diff -u phpdoc/es/functions/apache.xml:1.4 phpdoc/es/functions/apache.xml:1.5
--- phpdoc/es/functions/apache.xml:1.4  Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/apache.xml      Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.apache">
   <title>Funciones espec&iacute;ficas de Apache</title>
   <titleabbrev>Apache</titleabbrev>
Index: phpdoc/es/functions/array.xml
diff -u phpdoc/es/functions/array.xml:1.4 phpdoc/es/functions/array.xml:1.5
--- phpdoc/es/functions/array.xml:1.4   Sat Jul  7 18:20:09 2001
+++ phpdoc/es/functions/array.xml       Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.array">
   <title>Funciones de matrices</title>
   <titleabbrev>Matrices</titleabbrev>
Index: phpdoc/es/functions/aspell.xml
diff -u phpdoc/es/functions/aspell.xml:1.5 phpdoc/es/functions/aspell.xml:1.6
--- phpdoc/es/functions/aspell.xml:1.5  Sat Jul  7 18:20:09 2001
+++ phpdoc/es/functions/aspell.xml      Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.aspell">
   <title>Funciones Ortogr&aacute;ficas</title>
   <titleabbrev>aspell</titleabbrev>
Index: phpdoc/es/functions/bc.xml
diff -u phpdoc/es/functions/bc.xml:1.3 phpdoc/es/functions/bc.xml:1.4
--- phpdoc/es/functions/bc.xml:1.3      Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/bc.xml  Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.bc">
   <title>Funciones matem&aacute;ticas de precisi&oacute;n arbitraria</title>
   <titleabbrev>Mates BC</titleabbrev>
Index: phpdoc/es/functions/calendar.xml
diff -u phpdoc/es/functions/calendar.xml:1.3 phpdoc/es/functions/calendar.xml:1.4
--- phpdoc/es/functions/calendar.xml:1.3        Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/calendar.xml    Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <reference id="ref.calendar">
   <title>Funciones de calendario</title>
Index: phpdoc/es/functions/ccvs.xml
diff -u phpdoc/es/functions/ccvs.xml:1.1 phpdoc/es/functions/ccvs.xml:1.2
--- phpdoc/es/functions/ccvs.xml:1.1    Tue Aug 22 02:24:03 2000
+++ phpdoc/es/functions/ccvs.xml        Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- 
 CCVS Documentation by Brendan W. McAdams <[EMAIL PROTECTED]>
 Copyright (c) 2000 by the PHP Group
Index: phpdoc/es/functions/classobj.xml
diff -u phpdoc/es/functions/classobj.xml:1.1 phpdoc/es/functions/classobj.xml:1.2
--- phpdoc/es/functions/classobj.xml:1.1        Tue Aug 22 02:24:03 2000
+++ phpdoc/es/functions/classobj.xml    Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.classobj">
   <title>Funciones de Clases/Objectos</title>
   <titleabbrev>Clases/Objectos</titleabbrev>
Index: phpdoc/es/functions/com.xml
diff -u phpdoc/es/functions/com.xml:1.2 phpdoc/es/functions/com.xml:1.3
--- phpdoc/es/functions/com.xml:1.2     Tue Sep 12 07:15:33 2000
+++ phpdoc/es/functions/com.xml Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.com">
   <title>soporte de las funciones COM para Windows</title>
   <titleabbrev>COM</titleabbrev>
Index: phpdoc/es/functions/cpdf.xml
diff -u phpdoc/es/functions/cpdf.xml:1.4 phpdoc/es/functions/cpdf.xml:1.5
--- phpdoc/es/functions/cpdf.xml:1.4    Sat Jul  7 18:20:10 2001
+++ phpdoc/es/functions/cpdf.xml        Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.cpdf">
   <title>Funciones de ClibPDF</title>
   <titleabbrev>ClibPDF</titleabbrev>
Index: phpdoc/es/functions/curl.xml
diff -u phpdoc/es/functions/curl.xml:1.1 phpdoc/es/functions/curl.xml:1.2
--- phpdoc/es/functions/curl.xml:1.1    Tue Aug 22 02:24:03 2000
+++ phpdoc/es/functions/curl.xml        Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.curl">
   <title>CURL, Client URL Library Functions</title>
   <titleabbrev>CURL</titleabbrev>
Index: phpdoc/es/functions/cybercash.xml
diff -u phpdoc/es/functions/cybercash.xml:1.3 phpdoc/es/functions/cybercash.xml:1.4
--- phpdoc/es/functions/cybercash.xml:1.3       Sat Jul  7 18:20:10 2001
+++ phpdoc/es/functions/cybercash.xml   Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <reference id="ref.cybercash">
   <title>Funciones de pago electr�nico</title>
Index: phpdoc/es/functions/datetime.xml
diff -u phpdoc/es/functions/datetime.xml:1.2 phpdoc/es/functions/datetime.xml:1.3
--- phpdoc/es/functions/datetime.xml:1.2        Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/datetime.xml    Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.datetime">
   <title>Funciones de fecha y hora</title>
   <titleabbrev>Fecha/hora</titleabbrev>
Index: phpdoc/es/functions/dba.xml
diff -u phpdoc/es/functions/dba.xml:1.5 phpdoc/es/functions/dba.xml:1.6
--- phpdoc/es/functions/dba.xml:1.5     Sat Jul  7 18:20:10 2001
+++ phpdoc/es/functions/dba.xml Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.dba">
   <title>Funciones de la capa de abstraccion de bases de datos (dbm-style)</title>
   <titleabbrev>dba</titleabbrev>
Index: phpdoc/es/functions/dbase.xml
diff -u phpdoc/es/functions/dbase.xml:1.3 phpdoc/es/functions/dbase.xml:1.4
--- phpdoc/es/functions/dbase.xml:1.3   Sat Jul  7 18:20:10 2001
+++ phpdoc/es/functions/dbase.xml       Wed Nov 14 17:27:04 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.dbase">
   <title>Funciones para dBase</title>
   <titleabbrev>dBase</titleabbrev>
Index: phpdoc/es/functions/dbm.xml
diff -u phpdoc/es/functions/dbm.xml:1.5 phpdoc/es/functions/dbm.xml:1.6
--- phpdoc/es/functions/dbm.xml:1.5     Sat Jul  7 18:20:10 2001
+++ phpdoc/es/functions/dbm.xml Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.dbm">
   <title>Funciones dbm</title>
   <titleabbrev>DBM</titleabbrev>
Index: phpdoc/es/functions/dir.xml
diff -u phpdoc/es/functions/dir.xml:1.3 phpdoc/es/functions/dir.xml:1.4
--- phpdoc/es/functions/dir.xml:1.3     Sat Jul  7 18:20:11 2001
+++ phpdoc/es/functions/dir.xml Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.dir">
   <title>Funciones con directorios</title>
   <titleabbrev>Directorios</titleabbrev>
Index: phpdoc/es/functions/dl.xml
diff -u phpdoc/es/functions/dl.xml:1.2 phpdoc/es/functions/dl.xml:1.3
--- phpdoc/es/functions/dl.xml:1.2      Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/dl.xml  Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.dl">
   <title>Funciones de Carga Din&aacute;mica</title>
   <titleabbrev>Dyn.loading</titleabbrev>
Index: phpdoc/es/functions/domxml.xml
diff -u phpdoc/es/functions/domxml.xml:1.2 phpdoc/es/functions/domxml.xml:1.3
--- phpdoc/es/functions/domxml.xml:1.2  Sun Jul  8 09:01:43 2001
+++ phpdoc/es/functions/domxml.xml      Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.domxml">
   <title>Funciones de DOM XML</title>
   <titleabbrev>DOM XML</titleabbrev>
Index: phpdoc/es/functions/errorfunc.xml
diff -u phpdoc/es/functions/errorfunc.xml:1.4 phpdoc/es/functions/errorfunc.xml:1.5
--- phpdoc/es/functions/errorfunc.xml:1.4       Sat Jul  7 18:20:11 2001
+++ phpdoc/es/functions/errorfunc.xml   Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.errorfunc">
   <title>Error Handling and Logging Functions</title>
   <titleabbrev>Errors and Logging</titleabbrev>
Index: phpdoc/es/functions/exec.xml
diff -u phpdoc/es/functions/exec.xml:1.3 phpdoc/es/functions/exec.xml:1.4
--- phpdoc/es/functions/exec.xml:1.3    Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/exec.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.exec">
   <title>Funciones de ejecuci&oacute;n de programas</title>
   <titleabbrev>Ejecuci&oacute;n de programas</titleabbrev>
Index: phpdoc/es/functions/fdf.xml
diff -u phpdoc/es/functions/fdf.xml:1.4 phpdoc/es/functions/fdf.xml:1.5
--- phpdoc/es/functions/fdf.xml:1.4     Sat Jul  7 18:20:11 2001
+++ phpdoc/es/functions/fdf.xml Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.fdf">
   <title>Funciones Forms Data Format (Formato de Datos de Formularios)</title>
   <titleabbrev>FDF</titleabbrev>
Index: phpdoc/es/functions/filepro.xml
diff -u phpdoc/es/functions/filepro.xml:1.3 phpdoc/es/functions/filepro.xml:1.4
--- phpdoc/es/functions/filepro.xml:1.3 Thu Mar 22 14:19:36 2001
+++ phpdoc/es/functions/filepro.xml     Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.filepro">
   <title>Funciones filePro</title>
   <partintro>
Index: phpdoc/es/functions/filesystem.xml
diff -u phpdoc/es/functions/filesystem.xml:1.5 phpdoc/es/functions/filesystem.xml:1.6
--- phpdoc/es/functions/filesystem.xml:1.5      Sat Jul  7 18:20:12 2001
+++ phpdoc/es/functions/filesystem.xml  Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.filesystem">
   <title>Funciones del sistema de ficheros</title>
   <titleabbrev>Filesystem</titleabbrev>
Index: phpdoc/es/functions/ftp.xml
diff -u phpdoc/es/functions/ftp.xml:1.3 phpdoc/es/functions/ftp.xml:1.4
--- phpdoc/es/functions/ftp.xml:1.3     Sat Jul  7 18:20:12 2001
+++ phpdoc/es/functions/ftp.xml Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.ftp">
   <title>Funciones FTP</title>
   <titleabbrev>FTP</titleabbrev>
Index: phpdoc/es/functions/funchand.xml
diff -u phpdoc/es/functions/funchand.xml:1.3 phpdoc/es/functions/funchand.xml:1.4
--- phpdoc/es/functions/funchand.xml:1.3        Sat Jul  7 18:20:12 2001
+++ phpdoc/es/functions/funchand.xml    Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.funchand">
   <title>Function Handling functions</title>
   <titleabbrev>Functions</titleabbrev>
Index: phpdoc/es/functions/gettext.xml
diff -u phpdoc/es/functions/gettext.xml:1.3 phpdoc/es/functions/gettext.xml:1.4
--- phpdoc/es/functions/gettext.xml:1.3 Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/gettext.xml     Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.gettext">
   <title>GNU Gettext</title>
   <titleabbrev>gettext</titleabbrev>
Index: phpdoc/es/functions/gmp.xml
diff -u phpdoc/es/functions/gmp.xml:1.2 phpdoc/es/functions/gmp.xml:1.3
--- phpdoc/es/functions/gmp.xml:1.2     Sat Jul  7 18:20:13 2001
+++ phpdoc/es/functions/gmp.xml Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.gmp">
   <title>GMP functions</title>
   <titleabbrev>GMP</titleabbrev>
Index: phpdoc/es/functions/http.xml
diff -u phpdoc/es/functions/http.xml:1.3 phpdoc/es/functions/http.xml:1.4
--- phpdoc/es/functions/http.xml:1.3    Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/http.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.http">
   <title>Funciones HTTP</title>
   <titleabbrev>HTTP</titleabbrev>
Index: phpdoc/es/functions/hw.xml
diff -u phpdoc/es/functions/hw.xml:1.4 phpdoc/es/functions/hw.xml:1.5
--- phpdoc/es/functions/hw.xml:1.4      Sat Jul  7 18:20:13 2001
+++ phpdoc/es/functions/hw.xml  Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.hyperwave">
   <title>Funciones para Hyperwave</title>
   <titleabbrev>Hyperwave</titleabbrev>
Index: phpdoc/es/functions/ibase.xml
diff -u phpdoc/es/functions/ibase.xml:1.1.1.1 phpdoc/es/functions/ibase.xml:1.2
--- phpdoc/es/functions/ibase.xml:1.1.1.1       Mon Aug 21 07:31:12 2000
+++ phpdoc/es/functions/ibase.xml       Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.ibase">
   <title>Funciones InterBase</title>
   <titleabbrev>InterBase</titleabbrev>
Index: phpdoc/es/functions/icap.xml
diff -u phpdoc/es/functions/icap.xml:1.4 phpdoc/es/functions/icap.xml:1.5
--- phpdoc/es/functions/icap.xml:1.4    Sat Jul  7 18:20:13 2001
+++ phpdoc/es/functions/icap.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.icap">
   <title>Funciones para ICAP - Internet Calendar Application Protocol</title>
   <titleabbrev>ICAP</titleabbrev>
Index: phpdoc/es/functions/ifx.xml
diff -u phpdoc/es/functions/ifx.xml:1.4 phpdoc/es/functions/ifx.xml:1.5
--- phpdoc/es/functions/ifx.xml:1.4     Sat Jul  7 18:20:14 2001
+++ phpdoc/es/functions/ifx.xml Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.ifx">
   <title>Funciones para Informix</title>
   <titleabbrev>Informix</titleabbrev>
Index: phpdoc/es/functions/image.xml
diff -u phpdoc/es/functions/image.xml:1.3 phpdoc/es/functions/image.xml:1.4
--- phpdoc/es/functions/image.xml:1.3   Sat Jul  7 18:20:14 2001
+++ phpdoc/es/functions/image.xml       Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.image">
   <title>Funciones de im&aacute;genes</title>
   <titleabbrev>Gr&aacute;ficos</titleabbrev>
Index: phpdoc/es/functions/imap.xml
diff -u phpdoc/es/functions/imap.xml:1.5 phpdoc/es/functions/imap.xml:1.6
--- phpdoc/es/functions/imap.xml:1.5    Sat Jul  7 18:20:14 2001
+++ phpdoc/es/functions/imap.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.imap">
   <title>Funciones IMAP</title>
   <titleabbrev>IMAP</titleabbrev>
Index: phpdoc/es/functions/info.xml
diff -u phpdoc/es/functions/info.xml:1.4 phpdoc/es/functions/info.xml:1.5
--- phpdoc/es/functions/info.xml:1.4    Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/info.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.info">
   <title>opciones e informaci&oacute;n de PHP</title>
   <titleabbrev>opciones/informaci&oacute;n PHP</titleabbrev>
Index: phpdoc/es/functions/ingres_ii.xml
diff -u phpdoc/es/functions/ingres_ii.xml:1.3 phpdoc/es/functions/ingres_ii.xml:1.4
--- phpdoc/es/functions/ingres_ii.xml:1.3       Sun Jul  8 09:01:43 2001
+++ phpdoc/es/functions/ingres_ii.xml   Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.ingres">
   <title>Ingres II functions</title>
   <titleabbrev>Ingres II</titleabbrev>
Index: phpdoc/es/functions/ldap.xml
diff -u phpdoc/es/functions/ldap.xml:1.5 phpdoc/es/functions/ldap.xml:1.6
--- phpdoc/es/functions/ldap.xml:1.5    Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/ldap.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.ldap">
   <title>Funciones LDAP</title>
   <titleabbrev>LDAP</titleabbrev>
Index: phpdoc/es/functions/mail.xml
diff -u phpdoc/es/functions/mail.xml:1.4 phpdoc/es/functions/mail.xml:1.5
--- phpdoc/es/functions/mail.xml:1.4    Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/mail.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.mail">
   <title>Funciones de Correo</title>
   <titleabbrev>Correo</titleabbrev>
Index: phpdoc/es/functions/math.xml
diff -u phpdoc/es/functions/math.xml:1.4 phpdoc/es/functions/math.xml:1.5
--- phpdoc/es/functions/math.xml:1.4    Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/math.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.math">
   <title>Funciones matem&aacute;ticas</title>
   <titleabbrev>Math.</titleabbrev>
Index: phpdoc/es/functions/mcal.xml
diff -u phpdoc/es/functions/mcal.xml:1.2 phpdoc/es/functions/mcal.xml:1.3
--- phpdoc/es/functions/mcal.xml:1.2    Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/mcal.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.mcal">
   <title>MCAL functions</title>
   <titleabbrev>MCAL</titleabbrev>
Index: phpdoc/es/functions/mcrypt.xml
diff -u phpdoc/es/functions/mcrypt.xml:1.3 phpdoc/es/functions/mcrypt.xml:1.4
--- phpdoc/es/functions/mcrypt.xml:1.3  Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/mcrypt.xml      Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.mcrypt">
   <title>Funciones Criptogr&aacute;ficas</title>
   <titleabbrev>mcrypt</titleabbrev>
Index: phpdoc/es/functions/mhash.xml
diff -u phpdoc/es/functions/mhash.xml:1.4 phpdoc/es/functions/mhash.xml:1.5
--- phpdoc/es/functions/mhash.xml:1.4   Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/mhash.xml       Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.mhash">
   <title>Funciones Hash</title>
   <titleabbrev>mhash</titleabbrev>
Index: phpdoc/es/functions/misc.xml
diff -u phpdoc/es/functions/misc.xml:1.5 phpdoc/es/functions/misc.xml:1.6
--- phpdoc/es/functions/misc.xml:1.5    Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/misc.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.misc">
   <title>Miscel&aacute;nea de funciones</title>
   <titleabbrev>Misc.</titleabbrev>
Index: phpdoc/es/functions/msql.xml
diff -u phpdoc/es/functions/msql.xml:1.4 phpdoc/es/functions/msql.xml:1.5
--- phpdoc/es/functions/msql.xml:1.4    Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/msql.xml        Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.msql">
   <title>funciones mSQL</title>
   <titleabbrev>mSQL</titleabbrev>
Index: phpdoc/es/functions/mssql.xml
diff -u phpdoc/es/functions/mssql.xml:1.4 phpdoc/es/functions/mssql.xml:1.5
--- phpdoc/es/functions/mssql.xml:1.4   Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/mssql.xml       Wed Nov 14 17:27:05 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.mssql">
   <title>Funciones de Microsoft SQL Server</title>
   <titleabbrev>MS SQL Server</titleabbrev>
Index: phpdoc/es/functions/mysql.xml
diff -u phpdoc/es/functions/mysql.xml:1.4 phpdoc/es/functions/mysql.xml:1.5
--- phpdoc/es/functions/mysql.xml:1.4   Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/mysql.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.mysql">
   <title>Funciones MySQL</title>
   <titleabbrev>MySQL</titleabbrev>
Index: phpdoc/es/functions/network.xml
diff -u phpdoc/es/functions/network.xml:1.6 phpdoc/es/functions/network.xml:1.7
--- phpdoc/es/functions/network.xml:1.6 Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/network.xml     Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.network">
   <title>Funciones de Red</title>
   <titleabbrev>Red</titleabbrev>
Index: phpdoc/es/functions/nis.xml
diff -u phpdoc/es/functions/nis.xml:1.6 phpdoc/es/functions/nis.xml:1.7
--- phpdoc/es/functions/nis.xml:1.6     Thu Aug 24 03:14:43 2000
+++ phpdoc/es/functions/nis.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.nis">
 <title> NIS funciona </title>
 <titleabbrev>NIS</titleabbrev>
Index: phpdoc/es/functions/oci8.xml
diff -u phpdoc/es/functions/oci8.xml:1.4 phpdoc/es/functions/oci8.xml:1.5
--- phpdoc/es/functions/oci8.xml:1.4    Sat Jul  7 18:20:15 2001
+++ phpdoc/es/functions/oci8.xml        Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.oci8">
   <title>Funciones de Oracle 8</title>
   <titleabbrev>OCI8</titleabbrev>
Index: phpdoc/es/functions/oracle.xml
diff -u phpdoc/es/functions/oracle.xml:1.2 phpdoc/es/functions/oracle.xml:1.3
--- phpdoc/es/functions/oracle.xml:1.2  Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/oracle.xml      Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.oracle">
   <title>Funciones Oracle</title>
   <titleabbrev>Oracle</titleabbrev>
Index: phpdoc/es/functions/outcontrol.xml
diff -u phpdoc/es/functions/outcontrol.xml:1.2 phpdoc/es/functions/outcontrol.xml:1.3
--- phpdoc/es/functions/outcontrol.xml:1.2      Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/outcontrol.xml  Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.outcontrol">
   <title>Output Control Functions</title>
   <titleabbrev>Output Control</titleabbrev>
Index: phpdoc/es/functions/ovrimos.xml
diff -u phpdoc/es/functions/ovrimos.xml:1.2 phpdoc/es/functions/ovrimos.xml:1.3
--- phpdoc/es/functions/ovrimos.xml:1.2 Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/ovrimos.xml     Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.ovrimos">
   <title>Ovrimos SQL functions</title>
   <titleabbrev>OvrimosSQL</titleabbrev>
Index: phpdoc/es/functions/pcre.xml
diff -u phpdoc/es/functions/pcre.xml:1.4 phpdoc/es/functions/pcre.xml:1.5
--- phpdoc/es/functions/pcre.xml:1.4    Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/pcre.xml        Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.pcre">
   <title>Funciones de expresiones regulares compatibles con Perl</title>
   <titleabbrev>PCRE</titleabbrev>
Index: phpdoc/es/functions/pdf.xml
diff -u phpdoc/es/functions/pdf.xml:1.2 phpdoc/es/functions/pdf.xml:1.3
--- phpdoc/es/functions/pdf.xml:1.2     Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/pdf.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.pdf">
   <title>PDF functions</title>
   <titleabbrev>PDF</titleabbrev>
Index: phpdoc/es/functions/pfpro.xml
diff -u phpdoc/es/functions/pfpro.xml:1.1 phpdoc/es/functions/pfpro.xml:1.2
--- phpdoc/es/functions/pfpro.xml:1.1   Tue Aug 22 02:24:03 2000
+++ phpdoc/es/functions/pfpro.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.pfpro">
   <title>Verisign Payflow Pro functions</title>
   <titleabbrev>Verisign Payflow Pro</titleabbrev>
Index: phpdoc/es/functions/pgsql.xml
diff -u phpdoc/es/functions/pgsql.xml:1.4 phpdoc/es/functions/pgsql.xml:1.5
--- phpdoc/es/functions/pgsql.xml:1.4   Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/pgsql.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.pgsql">
   <title>Funciones de PostgreSQL</title>
   <titleabbrev>PostgreSQL</titleabbrev>
Index: phpdoc/es/functions/posix.xml
diff -u phpdoc/es/functions/posix.xml:1.3 phpdoc/es/functions/posix.xml:1.4
--- phpdoc/es/functions/posix.xml:1.3   Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/posix.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.posix">
   <title>Funciones POSIX</title>
   <titleabbrev>POSIX</titleabbrev>
Index: phpdoc/es/functions/pspell.xml
diff -u phpdoc/es/functions/pspell.xml:1.3 phpdoc/es/functions/pspell.xml:1.4
--- phpdoc/es/functions/pspell.xml:1.3  Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/pspell.xml      Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.pspell">
   <title>Pspell Functions</title>
   <titleabbrev>Pspell</titleabbrev>
Index: phpdoc/es/functions/readline.xml
diff -u phpdoc/es/functions/readline.xml:1.3 phpdoc/es/functions/readline.xml:1.4
--- phpdoc/es/functions/readline.xml:1.3        Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/readline.xml    Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.readline">
   <title>GNU Readline</title>
   <titleabbrev>Readline</titleabbrev>
Index: phpdoc/es/functions/recode.xml
diff -u phpdoc/es/functions/recode.xml:1.2 phpdoc/es/functions/recode.xml:1.3
--- phpdoc/es/functions/recode.xml:1.2  Sat Jul  7 18:20:16 2001
+++ phpdoc/es/functions/recode.xml      Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.recode">
   <title>Funciones GNU Recode</title>
   <titleabbrev>Recode</titleabbrev>
Index: phpdoc/es/functions/regex.xml
diff -u phpdoc/es/functions/regex.xml:1.3 phpdoc/es/functions/regex.xml:1.4
--- phpdoc/es/functions/regex.xml:1.3   Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/regex.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.regex">
   <title>Funciones para expresiones regulares</title>
   <titleabbrev>Regexps</titleabbrev>
Index: phpdoc/es/functions/satellite.xml
diff -u phpdoc/es/functions/satellite.xml:1.3 phpdoc/es/functions/satellite.xml:1.4
--- phpdoc/es/functions/satellite.xml:1.3       Sun Jul  8 09:01:44 2001
+++ phpdoc/es/functions/satellite.xml   Wed Nov 14 17:27:06 2001
@@ -1,6 +1,7 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- 
 
-       $Id: satellite.xml,v 1.3 2001/07/08 13:01:44 jeroen Exp $
+       $Id: satellite.xml,v 1.4 2001/11/14 22:27:06 hholzgra Exp $
 
        Author: David Eriksson <[EMAIL PROTECTED]> 
 
Index: phpdoc/es/functions/sem.xml
diff -u phpdoc/es/functions/sem.xml:1.3 phpdoc/es/functions/sem.xml:1.4
--- phpdoc/es/functions/sem.xml:1.3     Sat Jul  7 18:20:17 2001
+++ phpdoc/es/functions/sem.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.sem">
   <title>Funciones Sem&aacute;foro y de memoria compartida</title>
   <titleabbrev>Semaphore</titleabbrev>
Index: phpdoc/es/functions/sesam.xml
diff -u phpdoc/es/functions/sesam.xml:1.3 phpdoc/es/functions/sesam.xml:1.4
--- phpdoc/es/functions/sesam.xml:1.3   Tue Jul 24 10:35:40 2001
+++ phpdoc/es/functions/sesam.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.sesam">
   <title>SESAM database functions</title>
   <titleabbrev>SESAM</titleabbrev>
Index: phpdoc/es/functions/shmop.xml
diff -u phpdoc/es/functions/shmop.xml:1.3 phpdoc/es/functions/shmop.xml:1.4
--- phpdoc/es/functions/shmop.xml:1.3   Fri Oct 20 18:45:10 2000
+++ phpdoc/es/functions/shmop.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.shmop">
   <title>Shared Memory Functions</title>
   <titleabbrev>shmop</titleabbrev>
Index: phpdoc/es/functions/snmp.xml
diff -u phpdoc/es/functions/snmp.xml:1.3 phpdoc/es/functions/snmp.xml:1.4
--- phpdoc/es/functions/snmp.xml:1.3    Sat Jul  7 18:20:17 2001
+++ phpdoc/es/functions/snmp.xml        Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.snmp">
   <title>Funciones SNMP </title>
   <titleabbrev>SNMP</titleabbrev>
Index: phpdoc/es/functions/sockets.xml
diff -u phpdoc/es/functions/sockets.xml:1.2 phpdoc/es/functions/sockets.xml:1.3
--- phpdoc/es/functions/sockets.xml:1.2 Sun Jul  8 09:01:44 2001
+++ phpdoc/es/functions/sockets.xml     Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.sockets">
   <title>Socket functions</title>
   <titleabbrev>Sockets</titleabbrev>
Index: phpdoc/es/functions/solid.xml
diff -u phpdoc/es/functions/solid.xml:1.2 phpdoc/es/functions/solid.xml:1.3
--- phpdoc/es/functions/solid.xml:1.2   Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/solid.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.solid">
   <title>Funciones S&oacute;lidas</title>
   <titleabbrev>Solid</titleabbrev>
Index: phpdoc/es/functions/strings.xml
diff -u phpdoc/es/functions/strings.xml:1.7 phpdoc/es/functions/strings.xml:1.8
--- phpdoc/es/functions/strings.xml:1.7 Sat Jul  7 19:11:25 2001
+++ phpdoc/es/functions/strings.xml     Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.strings">
   <title>Funciones de cadenas</title>
   <titleabbrev>Cadenas</titleabbrev>
Index: phpdoc/es/functions/swf.xml
diff -u phpdoc/es/functions/swf.xml:1.2 phpdoc/es/functions/swf.xml:1.3
--- phpdoc/es/functions/swf.xml:1.2     Sat Jun 23 16:35:09 2001
+++ phpdoc/es/functions/swf.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.swf">
   <title>Shockwave Flash functions</title>
   <titleabbrev>SWF</titleabbrev>
Index: phpdoc/es/functions/sybase.xml
diff -u phpdoc/es/functions/sybase.xml:1.3 phpdoc/es/functions/sybase.xml:1.4
--- phpdoc/es/functions/sybase.xml:1.3  Sat Jul  7 18:20:17 2001
+++ phpdoc/es/functions/sybase.xml      Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.sybase">
   <title>Funciones de Sybase</title>
   <titleabbrev>Sybase</titleabbrev>
Index: phpdoc/es/functions/uodbc.xml
diff -u phpdoc/es/functions/uodbc.xml:1.2 phpdoc/es/functions/uodbc.xml:1.3
--- phpdoc/es/functions/uodbc.xml:1.2   Sat Jul  7 18:20:17 2001
+++ phpdoc/es/functions/uodbc.xml       Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.odbc">
   <title>ODBC functions</title>
   <titleabbrev>ODBC</titleabbrev>
Index: phpdoc/es/functions/url.xml
diff -u phpdoc/es/functions/url.xml:1.2 phpdoc/es/functions/url.xml:1.3
--- phpdoc/es/functions/url.xml:1.2     Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/url.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.url">
   <title>Funciones URL</title>
   <titleabbrev>URLs</titleabbrev>
Index: phpdoc/es/functions/var.xml
diff -u phpdoc/es/functions/var.xml:1.4 phpdoc/es/functions/var.xml:1.5
--- phpdoc/es/functions/var.xml:1.4     Sat Jul  7 18:20:17 2001
+++ phpdoc/es/functions/var.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.var">
   <title>Funciones sobre variables</title>
   <titleabbrev>Variables</titleabbrev>
Index: phpdoc/es/functions/vmailmgr.xml
diff -u phpdoc/es/functions/vmailmgr.xml:1.3 phpdoc/es/functions/vmailmgr.xml:1.4
--- phpdoc/es/functions/vmailmgr.xml:1.3        Thu Aug 24 02:51:15 2000
+++ phpdoc/es/functions/vmailmgr.xml    Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.vmailmgr">
   <title>Vmailmgr functions</title>
   <titleabbrev>Vmailmgr</titleabbrev>
Index: phpdoc/es/functions/wddx.xml
diff -u phpdoc/es/functions/wddx.xml:1.2 phpdoc/es/functions/wddx.xml:1.3
--- phpdoc/es/functions/wddx.xml:1.2    Tue Aug 22 02:17:26 2000
+++ phpdoc/es/functions/wddx.xml        Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.wddx">
   <title>Funciones WDDX</title>
   <titleabbrev>WDDX</titleabbrev>
Index: phpdoc/es/functions/xml.xml
diff -u phpdoc/es/functions/xml.xml:1.5 phpdoc/es/functions/xml.xml:1.6
--- phpdoc/es/functions/xml.xml:1.5     Sat Jul  7 18:20:17 2001
+++ phpdoc/es/functions/xml.xml Wed Nov 14 17:27:06 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.xml">
   <title>Funciones de int&eacute;rprete XML</title>
   <titleabbrev>XML</titleabbrev>
Index: phpdoc/es/functions/xslt.xml
diff -u phpdoc/es/functions/xslt.xml:1.3 phpdoc/es/functions/xslt.xml:1.4
--- phpdoc/es/functions/xslt.xml:1.3    Sun Jul  8 09:01:44 2001
+++ phpdoc/es/functions/xslt.xml        Wed Nov 14 17:27:07 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.xslt">
   <title>XSLT functions</title>
   <titleabbrev>XSLT</titleabbrev>
Index: phpdoc/es/functions/yaz.xml
diff -u phpdoc/es/functions/yaz.xml:1.3 phpdoc/es/functions/yaz.xml:1.4
--- phpdoc/es/functions/yaz.xml:1.3     Sat Jul  7 18:20:18 2001
+++ phpdoc/es/functions/yaz.xml Wed Nov 14 17:27:07 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.yaz">
   <title>YAZ</title>
   <titleabbrev>YAZ</titleabbrev>
Index: phpdoc/es/functions/zlib.xml
diff -u phpdoc/es/functions/zlib.xml:1.3 phpdoc/es/functions/zlib.xml:1.4
--- phpdoc/es/functions/zlib.xml:1.3    Sat Jul  7 18:20:18 2001
+++ phpdoc/es/functions/zlib.xml        Wed Nov 14 17:27:07 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.zlib">
   <title>Funciones de Compresi&oacute;n</title>
   <titleabbrev>Zlib</titleabbrev>
Index: phpdoc/es/language/basic-syntax.xml
diff -u phpdoc/es/language/basic-syntax.xml:1.2 phpdoc/es/language/basic-syntax.xml:1.3
--- phpdoc/es/language/basic-syntax.xml:1.2     Sat Jul  7 19:11:26 2001
+++ phpdoc/es/language/basic-syntax.xml Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="language.basic-syntax">
    <title>Sintaxis b&aacute;sica</title>
 
Index: phpdoc/es/language/constants.xml
diff -u phpdoc/es/language/constants.xml:1.3 phpdoc/es/language/constants.xml:1.4
--- phpdoc/es/language/constants.xml:1.3        Sat Jul  7 19:11:26 2001
+++ phpdoc/es/language/constants.xml    Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="language.constants">
    <title>Constantes</title>
 
Index: phpdoc/es/language/control-structures.xml
diff -u phpdoc/es/language/control-structures.xml:1.6 
phpdoc/es/language/control-structures.xml:1.7
--- phpdoc/es/language/control-structures.xml:1.6       Sat Jul  7 19:11:26 2001
+++ phpdoc/es/language/control-structures.xml   Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="control-structures">
    <title>Estructuras de Control</title>
 
Index: phpdoc/es/language/expressions.xml
diff -u phpdoc/es/language/expressions.xml:1.4 phpdoc/es/language/expressions.xml:1.5
--- phpdoc/es/language/expressions.xml:1.4      Sat Jul  7 19:11:27 2001
+++ phpdoc/es/language/expressions.xml  Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.expressions">
    <title>Expresiones</title>
 
Index: phpdoc/es/language/functions.xml
diff -u phpdoc/es/language/functions.xml:1.3 phpdoc/es/language/functions.xml:1.4
--- phpdoc/es/language/functions.xml:1.3        Sat Jul  7 19:11:27 2001
+++ phpdoc/es/language/functions.xml    Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="functions">
   <title>Funciones</title>
 
Index: phpdoc/es/language/oop.xml
diff -u phpdoc/es/language/oop.xml:1.3 phpdoc/es/language/oop.xml:1.4
--- phpdoc/es/language/oop.xml:1.3      Sun Mar 18 06:16:00 2001
+++ phpdoc/es/language/oop.xml  Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.oop">
   <title>Clases y Objetos</title>
 
Index: phpdoc/es/language/operators.xml
diff -u phpdoc/es/language/operators.xml:1.3 phpdoc/es/language/operators.xml:1.4
--- phpdoc/es/language/operators.xml:1.3        Sat Jul  7 19:11:27 2001
+++ phpdoc/es/language/operators.xml    Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="language.operators">
    <title>Operadores</title>
    <simpara>
Index: phpdoc/es/language/references.xml
diff -u phpdoc/es/language/references.xml:1.1 phpdoc/es/language/references.xml:1.2
--- phpdoc/es/language/references.xml:1.1       Tue Aug 22 11:18:06 2000
+++ phpdoc/es/language/references.xml   Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.references">
   <title>References Explained</title>
 
Index: phpdoc/es/language/types.xml
diff -u phpdoc/es/language/types.xml:1.4 phpdoc/es/language/types.xml:1.5
--- phpdoc/es/language/types.xml:1.4    Tue Aug 14 18:46:16 2001
+++ phpdoc/es/language/types.xml        Wed Nov 14 17:27:08 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
   <chapter id="language.types">
        <title>Types</title>
 
Index: phpdoc/es/language/variables.xml
diff -u phpdoc/es/language/variables.xml:1.4 phpdoc/es/language/variables.xml:1.5
--- phpdoc/es/language/variables.xml:1.4        Sat Jun 23 16:35:10 2001
+++ phpdoc/es/language/variables.xml    Wed Nov 14 17:27:09 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="language.variables">
   <title>Variables</title>
   


Reply via email to