goba Sun Aug 19 07:09:19 2001 EDT
Modified files:
/phpdoc/en/features connection-handling.xml cookies.xml
error-handling.xml file-upload.xml
http-auth.xml images.xml
persistent-connections.xml remote-files.xml
safe-mode.xml
/phpdoc/en/language basic-syntax.xml constants.xml
control-structures.xml expressions.xml
functions.xml oop.xml operators.xml
references.xml types.xml
/phpdoc/en/pear about.xml benchmark_timer.xml pear.xml
standards.xml
Log:
External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl
Index: phpdoc/en/features/connection-handling.xml
diff -u phpdoc/en/features/connection-handling.xml:1.5
phpdoc/en/features/connection-handling.xml:1.6
--- phpdoc/en/features/connection-handling.xml:1.5 Mon Aug 13 14:56:23 2001
+++ phpdoc/en/features/connection-handling.xml Sun Aug 19 07:09:15 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.5 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
<chapter id="features.connection-handling">
<title>Connection handling</title>
Index: phpdoc/en/features/cookies.xml
diff -u phpdoc/en/features/cookies.xml:1.7 phpdoc/en/features/cookies.xml:1.8
--- phpdoc/en/features/cookies.xml:1.7 Mon Aug 13 14:56:23 2001
+++ phpdoc/en/features/cookies.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.7 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.8 $ -->
<chapter id="features.cookies">
<title>Cookies</title>
Index: phpdoc/en/features/error-handling.xml
diff -u phpdoc/en/features/error-handling.xml:1.18
phpdoc/en/features/error-handling.xml:1.19
--- phpdoc/en/features/error-handling.xml:1.18 Mon Aug 13 14:56:23 2001
+++ phpdoc/en/features/error-handling.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.18 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.19 $ -->
<chapter id="features.error-handling">
<title>Error Handling</title>
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.22 phpdoc/en/features/file-upload.xml:1.23
--- phpdoc/en/features/file-upload.xml:1.22 Mon Aug 13 14:56:23 2001
+++ phpdoc/en/features/file-upload.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.22 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.23 $ -->
<chapter id="features.file-upload">
<title>Handling file uploads</title>
Index: phpdoc/en/features/http-auth.xml
diff -u phpdoc/en/features/http-auth.xml:1.14 phpdoc/en/features/http-auth.xml:1.15
--- phpdoc/en/features/http-auth.xml:1.14 Mon Aug 13 14:56:23 2001
+++ phpdoc/en/features/http-auth.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.14 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.15 $ -->
<chapter id="features.http-auth">
<title>HTTP authentication with PHP</title>
Index: phpdoc/en/features/images.xml
diff -u phpdoc/en/features/images.xml:1.10 phpdoc/en/features/images.xml:1.11
--- phpdoc/en/features/images.xml:1.10 Mon Aug 13 14:56:24 2001
+++ phpdoc/en/features/images.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.10 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.11 $ -->
<chapter id="features.images">
<title>Creating and manipulating images</title>
Index: phpdoc/en/features/persistent-connections.xml
diff -u phpdoc/en/features/persistent-connections.xml:1.10
phpdoc/en/features/persistent-connections.xml:1.11
--- phpdoc/en/features/persistent-connections.xml:1.10 Mon Aug 13 14:56:24 2001
+++ phpdoc/en/features/persistent-connections.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.10 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.11 $ -->
<chapter id="features.persistent-connections">
<title>Persistent Database Connections</title>
Index: phpdoc/en/features/remote-files.xml
diff -u phpdoc/en/features/remote-files.xml:1.8 phpdoc/en/features/remote-files.xml:1.9
--- phpdoc/en/features/remote-files.xml:1.8 Mon Aug 13 14:56:24 2001
+++ phpdoc/en/features/remote-files.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.8 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.9 $ -->
<chapter id="features.remote-files">
<title>Using remote files</title>
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.9 phpdoc/en/features/safe-mode.xml:1.10
--- phpdoc/en/features/safe-mode.xml:1.9 Mon Aug 13 14:56:24 2001
+++ phpdoc/en/features/safe-mode.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.9 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.10 $ -->
<chapter id="features.safe-mode">
<title>Safe mode</title>
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.12
phpdoc/en/language/basic-syntax.xml:1.13
--- phpdoc/en/language/basic-syntax.xml:1.12 Thu Aug 2 13:37:44 2001
+++ phpdoc/en/language/basic-syntax.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.12 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.13 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.15 phpdoc/en/language/constants.xml:1.16
--- phpdoc/en/language/constants.xml:1.15 Thu Aug 2 13:37:46 2001
+++ phpdoc/en/language/constants.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.15 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.16 $ -->
<chapter id="language.constants">
<title>Constants</title>
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.35
phpdoc/en/language/control-structures.xml:1.36
--- phpdoc/en/language/control-structures.xml:1.35 Thu Aug 2 13:37:46 2001
+++ phpdoc/en/language/control-structures.xml Sun Aug 19 07:09:16 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.35 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.36 $ -->
<chapter id="control-structures">
<title>Control Structures</title>
Index: phpdoc/en/language/expressions.xml
diff -u phpdoc/en/language/expressions.xml:1.11 phpdoc/en/language/expressions.xml:1.12
--- phpdoc/en/language/expressions.xml:1.11 Thu Aug 2 19:41:47 2001
+++ phpdoc/en/language/expressions.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.11 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.12 $ -->
<chapter id="language.expressions">
<title>Expressions</title>
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.14 phpdoc/en/language/functions.xml:1.15
--- phpdoc/en/language/functions.xml:1.14 Thu Aug 2 13:37:47 2001
+++ phpdoc/en/language/functions.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.14 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.15 $ -->
<chapter id="functions">
<title>Functions</title>
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.20 phpdoc/en/language/oop.xml:1.21
--- phpdoc/en/language/oop.xml:1.20 Wed Aug 15 04:27:44 2001
+++ phpdoc/en/language/oop.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.20 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.21 $ -->
<chapter id="language.oop">
<title>Classes and Objects</title>
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.25 phpdoc/en/language/operators.xml:1.26
--- phpdoc/en/language/operators.xml:1.25 Mon Aug 6 03:35:31 2001
+++ phpdoc/en/language/operators.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.25 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.26 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
Index: phpdoc/en/language/references.xml
diff -u phpdoc/en/language/references.xml:1.12 phpdoc/en/language/references.xml:1.13
--- phpdoc/en/language/references.xml:1.12 Thu Aug 2 13:37:48 2001
+++ phpdoc/en/language/references.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.12 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.13 $ -->
<chapter id="language.references">
<title>References Explained</title>
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.44 phpdoc/en/language/types.xml:1.45
--- phpdoc/en/language/types.xml:1.44 Tue Aug 14 18:34:22 2001
+++ phpdoc/en/language/types.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.44 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.45 $ -->
<chapter id="language.types">
<title>Types</title>
Index: phpdoc/en/pear/about.xml
diff -u phpdoc/en/pear/about.xml:1.2 phpdoc/en/pear/about.xml:1.3
--- phpdoc/en/pear/about.xml:1.2 Thu Aug 2 13:37:50 2001
+++ phpdoc/en/pear/about.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.2 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
<chapter id="pear.about">
<title>About PEAR</title>
<simpara>
Index: phpdoc/en/pear/benchmark_timer.xml
diff -u phpdoc/en/pear/benchmark_timer.xml:1.2 phpdoc/en/pear/benchmark_timer.xml:1.3
--- phpdoc/en/pear/benchmark_timer.xml:1.2 Thu Aug 2 13:37:51 2001
+++ phpdoc/en/pear/benchmark_timer.xml Sun Aug 19 07:09:17 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.2 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
<refentry id="class.benchmark-timer">
<refnamediv>
<refname>Benchmark_Timer</refname>
Index: phpdoc/en/pear/pear.xml
diff -u phpdoc/en/pear/pear.xml:1.8 phpdoc/en/pear/pear.xml:1.9
--- phpdoc/en/pear/pear.xml:1.8 Sat Aug 4 18:20:47 2001
+++ phpdoc/en/pear/pear.xml Sun Aug 19 07:09:17 2001
@@ -1,5 +1,6 @@
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.9 $ -->
<reference id="pear.reference">
-<!-- $Revision: 1.8 $ -->
<title>PEAR Reference Manual</title>
<titleabbrev>PEAR</titleabbrev>
Index: phpdoc/en/pear/standards.xml
diff -u phpdoc/en/pear/standards.xml:1.10 phpdoc/en/pear/standards.xml:1.11
--- phpdoc/en/pear/standards.xml:1.10 Sat Aug 18 05:23:05 2001
+++ phpdoc/en/pear/standards.xml Sun Aug 19 07:09:18 2001
@@ -1,4 +1,5 @@
-<!-- $Revision: 1.10 $ -->
+<?xml encoding="iso-8859-1"?>
+<!-- $Revision: 1.11 $ -->
<chapter id="pear.standards">
<title>PEAR Coding Standards</title>
<note>