On Sun, Aug 19, 2001 at 11:09:19AM -0000, Hojtsy Gabor wrote:
> 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/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>

IMHO this was not necessary. We have only internal entities. From the
DocBook - The Definitiv Guide on page 610 or online in the Glossary:

external entity
  An external entity is a general entity that refers to another document.
  Externals entities are often used to incorporate parsable text
  documents, like legal notices or chapters, into larger units, like
  chapters or books.

BTW the above URL is wrong and have not found your recommend spec.

-Egon

-- 
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

Reply via email to