> David Crossley wrote:
> 
> There are some aspects of the document set that need attention
> - uniform XML declarations and Document Type Declarations.
> When these two issues are resolved, then i will create the
> CVS diffs for all relevant xdocs.
> 
> Here are the 4 unique values for XML declaration from all 85 xdocs.
> ----
> <?xml version="1.0"?>
> <?xml version="1.0" encoding="utf-8"?>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> ----
> Which one do we settle on?
> 
I would suggest the fifth solution:
<?xml version="1.0" encoding="UTF-8"?>


> Here are the 4 unique values for Document Type Declaration
> from all relevant docs.
> ----
> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" 
> "dtd/document-v10.dtd">
> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Vx.yz//EN" 
> "dtd/document-v10.dtd">
> <!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
> <!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
> ----
> IMHO the first is the best. What do you think?.
> 
+1 for the first one.

Carsten

> thanks, David Crossley
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to