Norman Walsh wrote:
> 
> / Holger Rauch <[EMAIL PROTECTED]> was heard to say:
> | > You should add an XML Declaration
> | >
> | >   <?xml version='1.0' encoding='???'?>
> | >
> | > that identifies the actual encoding used in your document.
> |
> | The book we're writing is structured that there is a master file and all
> | other files are included using entities (each chapter is in its own
> | file). That said, do I have to add this declaration to the beginning of
> | each file or is it enough if it appears at the top of my master file only?
> 
> You'll need this at the top of each file.

All other files than master should contain only encoding declaration not
full XML declaration:

<?xml encoding="???"?>

-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to