hholzgra                Wed Nov 14 17:36:39 2001 EDT

  Modified files:              
    /phpdoc/nl  bookinfo.xml preface.xml 
    /phpdoc/nl/appendices       debugger.xml escaping.xml history.xml 
                                http-stuff.xml regexp.xml reserved.xml 
    /phpdoc/nl/chapters intro.xml security.xml 
    /phpdoc/nl/features connection-handling.xml cookies.xml 
                        error-handling.xml file-upload.xml 
                        http-auth.xml images.xml 
                        persistent-connections.xml remote-files.xml 
    /phpdoc/nl/functions        apache.xml com.xml datetime.xml dir.xml dl.xml 
                                strings.xml url.xml wddx.xml 
    /phpdoc/nl/language basic-syntax.xml constants.xml 
                        control-structures.xml expressions.xml 
                        functions.xml references.xml 
  Log:
  added xml encoding headers where missing
  
Index: phpdoc/nl/bookinfo.xml
diff -u phpdoc/nl/bookinfo.xml:1.9 phpdoc/nl/bookinfo.xml:1.10
--- phpdoc/nl/bookinfo.xml:1.9  Sun Sep  9 19:32:27 2001
+++ phpdoc/nl/bookinfo.xml      Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <bookinfo id="bookinfo">
   <authorgroup id="authors">
Index: phpdoc/nl/preface.xml
diff -u phpdoc/nl/preface.xml:1.6 phpdoc/nl/preface.xml:1.7
--- phpdoc/nl/preface.xml:1.6   Sun Feb 25 10:22:37 2001
+++ phpdoc/nl/preface.xml       Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 
  <preface id="preface">
   <title>Voorwoord</title>
Index: phpdoc/nl/appendices/debugger.xml
diff -u phpdoc/nl/appendices/debugger.xml:1.6 phpdoc/nl/appendices/debugger.xml:1.7
--- phpdoc/nl/appendices/debugger.xml:1.6       Sat Jul  7 18:26:24 2001
+++ phpdoc/nl/appendices/debugger.xml   Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <appendix id="debugger">
   <title>De PHP Debugger</title>
 
Index: phpdoc/nl/appendices/escaping.xml
diff -u phpdoc/nl/appendices/escaping.xml:1.2 phpdoc/nl/appendices/escaping.xml:1.3
--- phpdoc/nl/appendices/escaping.xml:1.2       Thu Oct 19 17:58:59 2000
+++ phpdoc/nl/appendices/escaping.xml   Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Het escapen van gegevens
   <sect>PHP string escape karakters
   <sect>URL encoding (GET)
Index: phpdoc/nl/appendices/history.xml
diff -u phpdoc/nl/appendices/history.xml:1.2 phpdoc/nl/appendices/history.xml:1.3
--- phpdoc/nl/appendices/history.xml:1.2        Tue Oct 10 19:05:48 2000
+++ phpdoc/nl/appendices/history.xml    Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>PHP's geschiedenis
   <sect>Overzicht van de geschiedenis van PHP
 
Index: phpdoc/nl/appendices/http-stuff.xml
diff -u phpdoc/nl/appendices/http-stuff.xml:1.2 phpdoc/nl/appendices/http-stuff.xml:1.3
--- phpdoc/nl/appendices/http-stuff.xml:1.2     Tue Oct 10 19:05:48 2000
+++ phpdoc/nl/appendices/http-stuff.xml Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Proxies, caching en andere HTTP zaken
   <sect>Het zetten van een expire datum op gegenereerde pagina's
   <sect>Gebruik van phpLastModified
Index: phpdoc/nl/appendices/regexp.xml
diff -u phpdoc/nl/appendices/regexp.xml:1.2 phpdoc/nl/appendices/regexp.xml:1.3
--- phpdoc/nl/appendices/regexp.xml:1.2 Tue Oct 10 19:05:48 2000
+++ phpdoc/nl/appendices/regexp.xml     Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <chapt>Reguliere expressies
   <sect>Kort overzicht van regexps met verwijzingen naar meer informatie
 
Index: phpdoc/nl/appendices/reserved.xml
diff -u phpdoc/nl/appendices/reserved.xml:1.3 phpdoc/nl/appendices/reserved.xml:1.4
--- phpdoc/nl/appendices/reserved.xml:1.3       Sat Jul  7 18:26:27 2001
+++ phpdoc/nl/appendices/reserved.xml   Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <appendix id="reserved">
  <title>Gereserveerde woorden in PHP</title>
  <para>
Index: phpdoc/nl/chapters/intro.xml
diff -u phpdoc/nl/chapters/intro.xml:1.6 phpdoc/nl/chapters/intro.xml:1.7
--- phpdoc/nl/chapters/intro.xml:1.6    Fri Nov 10 08:24:20 2000
+++ phpdoc/nl/chapters/intro.xml        Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="introduction">
   <title>Introduction</title>
 
Index: phpdoc/nl/chapters/security.xml
diff -u phpdoc/nl/chapters/security.xml:1.9 phpdoc/nl/chapters/security.xml:1.10
--- phpdoc/nl/chapters/security.xml:1.9 Fri Apr  6 11:53:52 2001
+++ phpdoc/nl/chapters/security.xml     Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="security">
   <title>Beveiliging</title>
 
Index: phpdoc/nl/features/connection-handling.xml
diff -u phpdoc/nl/features/connection-handling.xml:1.4 
phpdoc/nl/features/connection-handling.xml:1.5
--- phpdoc/nl/features/connection-handling.xml:1.4      Sat Jul  7 18:26:30 2001
+++ phpdoc/nl/features/connection-handling.xml  Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.connection-handling">
   <title>Connection handling</title>
 
Index: phpdoc/nl/features/cookies.xml
diff -u phpdoc/nl/features/cookies.xml:1.3 phpdoc/nl/features/cookies.xml:1.4
--- phpdoc/nl/features/cookies.xml:1.3  Wed Oct 18 19:02:18 2000
+++ phpdoc/nl/features/cookies.xml      Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.cookies">
   <title>Cookies</title>
 
Index: phpdoc/nl/features/error-handling.xml
diff -u phpdoc/nl/features/error-handling.xml:1.5 
phpdoc/nl/features/error-handling.xml:1.6
--- phpdoc/nl/features/error-handling.xml:1.5   Mon Dec  4 03:10:30 2000
+++ phpdoc/nl/features/error-handling.xml       Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.error-handling">
   <title>Fout afhandeling</title>
  
Index: phpdoc/nl/features/file-upload.xml
diff -u phpdoc/nl/features/file-upload.xml:1.6 phpdoc/nl/features/file-upload.xml:1.7
--- phpdoc/nl/features/file-upload.xml:1.6      Thu Nov  9 15:18:34 2000
+++ phpdoc/nl/features/file-upload.xml  Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.file-upload">
   <title>Bestanden uploaden naar server</title>
 
Index: phpdoc/nl/features/http-auth.xml
diff -u phpdoc/nl/features/http-auth.xml:1.7 phpdoc/nl/features/http-auth.xml:1.8
--- phpdoc/nl/features/http-auth.xml:1.7        Sat Jun 23 16:35:15 2001
+++ phpdoc/nl/features/http-auth.xml    Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.http-auth">
   <title>HTTP authenticatie met PHP</title>
 
Index: phpdoc/nl/features/images.xml
diff -u phpdoc/nl/features/images.xml:1.4 phpdoc/nl/features/images.xml:1.5
--- phpdoc/nl/features/images.xml:1.4   Mon Dec  4 03:17:39 2000
+++ phpdoc/nl/features/images.xml       Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.images">
   <title>Het maken en manipuleren van plaatjes</title>
 
Index: phpdoc/nl/features/persistent-connections.xml
diff -u phpdoc/nl/features/persistent-connections.xml:1.4 
phpdoc/nl/features/persistent-connections.xml:1.5
--- phpdoc/nl/features/persistent-connections.xml:1.4   Mon Dec  4 03:10:30 2000
+++ phpdoc/nl/features/persistent-connections.xml       Wed Nov 14 17:36:37 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.persistent-connections">
   <title>Persistente Database connecties</title>
 
Index: phpdoc/nl/features/remote-files.xml
diff -u phpdoc/nl/features/remote-files.xml:1.7 phpdoc/nl/features/remote-files.xml:1.8
--- phpdoc/nl/features/remote-files.xml:1.7     Mon Dec  4 03:10:30 2000
+++ phpdoc/nl/features/remote-files.xml Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <chapter id="features.remote-files">
   <title>Het gebruik van remote bestanden</title>
 
Index: phpdoc/nl/functions/apache.xml
diff -u phpdoc/nl/functions/apache.xml:1.7 phpdoc/nl/functions/apache.xml:1.8
--- phpdoc/nl/functions/apache.xml:1.7  Tue Aug 14 19:22:01 2001
+++ phpdoc/nl/functions/apache.xml      Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.apache">
   <title>Apache-specifieke functies</title>
   <titleabbrev>Apache</titleabbrev>
Index: phpdoc/nl/functions/com.xml
diff -u phpdoc/nl/functions/com.xml:1.4 phpdoc/nl/functions/com.xml:1.5
--- phpdoc/nl/functions/com.xml:1.4     Sat Jul  7 18:26:32 2001
+++ phpdoc/nl/functions/com.xml Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.com">
   <title>COM support functies voor Windows</title>
   <titleabbrev>COM</titleabbrev>
Index: phpdoc/nl/functions/datetime.xml
diff -u phpdoc/nl/functions/datetime.xml:1.6 phpdoc/nl/functions/datetime.xml:1.7
--- phpdoc/nl/functions/datetime.xml:1.6        Sun Aug 12 18:22:28 2001
+++ phpdoc/nl/functions/datetime.xml    Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.datetime">
   <title>Date en Time functies</title>
   <titleabbrev>Date/time</titleabbrev>
Index: phpdoc/nl/functions/dir.xml
diff -u phpdoc/nl/functions/dir.xml:1.4 phpdoc/nl/functions/dir.xml:1.5
--- phpdoc/nl/functions/dir.xml:1.4     Sat Jul  7 18:26:34 2001
+++ phpdoc/nl/functions/dir.xml Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.dir">
   <title>Directory functies</title>
   <titleabbrev>Directories</titleabbrev>
Index: phpdoc/nl/functions/dl.xml
diff -u phpdoc/nl/functions/dl.xml:1.2 phpdoc/nl/functions/dl.xml:1.3
--- phpdoc/nl/functions/dl.xml:1.2      Sat Feb 24 08:59:34 2001
+++ phpdoc/nl/functions/dl.xml  Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.dl">
   <title>Dynamische laad functies</title>
   <titleabbrev>Dynamisch laden</titleabbrev>
Index: phpdoc/nl/functions/strings.xml
diff -u phpdoc/nl/functions/strings.xml:1.7 phpdoc/nl/functions/strings.xml:1.8
--- phpdoc/nl/functions/strings.xml:1.7 Sat Jul  7 18:26:35 2001
+++ phpdoc/nl/functions/strings.xml     Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
Index: phpdoc/nl/functions/url.xml
diff -u phpdoc/nl/functions/url.xml:1.3 phpdoc/nl/functions/url.xml:1.4
--- phpdoc/nl/functions/url.xml:1.3     Sat Jun 23 16:35:15 2001
+++ phpdoc/nl/functions/url.xml Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.url">
   <title>URL Functies</title>
   <titleabbrev>URLs</titleabbrev>
Index: phpdoc/nl/functions/wddx.xml
diff -u phpdoc/nl/functions/wddx.xml:1.1 phpdoc/nl/functions/wddx.xml:1.2
--- phpdoc/nl/functions/wddx.xml:1.1    Tue Oct 10 18:07:54 2000
+++ phpdoc/nl/functions/wddx.xml        Wed Nov 14 17:36:38 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
  <reference id="ref.wddx">
   <title>WDDX functions</title>
   <titleabbrev>WDDX</titleabbrev>
Index: phpdoc/nl/language/basic-syntax.xml
diff -u phpdoc/nl/language/basic-syntax.xml:1.7 phpdoc/nl/language/basic-syntax.xml:1.8
--- phpdoc/nl/language/basic-syntax.xml:1.7     Mon Jul  9 17:54:10 2001
+++ phpdoc/nl/language/basic-syntax.xml Wed Nov 14 17:36:39 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- up-to-date against phpdoc/en/language/basic-syntax.xml:1.3 -->
   <chapter id="language.basic-syntax">
    <title>Basis syntax</title>
Index: phpdoc/nl/language/constants.xml
diff -u phpdoc/nl/language/constants.xml:1.6 phpdoc/nl/language/constants.xml:1.7
--- phpdoc/nl/language/constants.xml:1.6        Mon Jul  9 17:54:10 2001
+++ phpdoc/nl/language/constants.xml    Wed Nov 14 17:36:39 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- up-to-date against phpdoc/en/language/constants.xml:1.3 -->
  <chapter id="language.constants">
   <title>Constanten</title>
Index: phpdoc/nl/language/control-structures.xml
diff -u phpdoc/nl/language/control-structures.xml:1.14 
phpdoc/nl/language/control-structures.xml:1.15
--- phpdoc/nl/language/control-structures.xml:1.14      Mon Jul  9 18:11:16 2001
+++ phpdoc/nl/language/control-structures.xml   Wed Nov 14 17:36:39 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- up-to-date against phpdoc/en/language/control-structures.xml:1.22 
    (t/m regel 526 tot 1.33, en de declare section toegevoegd) -->
  <chapter id="control-structures">
Index: phpdoc/nl/language/expressions.xml
diff -u phpdoc/nl/language/expressions.xml:1.4 phpdoc/nl/language/expressions.xml:1.5
--- phpdoc/nl/language/expressions.xml:1.4      Mon Jul  9 17:54:10 2001
+++ phpdoc/nl/language/expressions.xml  Wed Nov 14 17:36:39 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- up-to-date against phpdoc/en/language/experssions.xml:1.1.1.1 -->
  <chapter id="language.expressions">
    <title>Expressies</title>
Index: phpdoc/nl/language/functions.xml
diff -u phpdoc/nl/language/functions.xml:1.5 phpdoc/nl/language/functions.xml:1.6
--- phpdoc/nl/language/functions.xml:1.5        Mon Jul  9 17:54:11 2001
+++ phpdoc/nl/language/functions.xml    Wed Nov 14 17:36:39 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- up-to-date against phpdoc/en/language/functions.xml:1.9 -->
  <chapter id="functions">
   <title>Functies</title>
Index: phpdoc/nl/language/references.xml
diff -u phpdoc/nl/language/references.xml:1.4 phpdoc/nl/language/references.xml:1.5
--- phpdoc/nl/language/references.xml:1.4       Mon Jul  9 17:54:11 2001
+++ phpdoc/nl/language/references.xml   Wed Nov 14 17:36:39 2001
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
 <!-- up-to-date against phpdoc/en/language/ref.xml:1.6 -->
  <chapter id="language.references">
   <title>References uitgelegd</title>


Reply via email to