RE: HTML Tidy pages are failing to display in Mozilla M14

> As a work around I will change the default for the add-xml-pi
> option to no in the next release, see line 65 in config.c
>
> Bool XmlPi = no;            /* add <?xml?> for XML docs */

Being nit-picky, it probably should be

	add-xml-decl

(not PI).  I've called it a PI too, only to be told in no uncertain terms that
it is *not* a PI, it just *looks* like one.  :)

See http://www.w3.org/TR/REC-xml#NT-prolog

and http://www.w3.org/TR/REC-xml#NT-PI

But if you leave it as "add-xml-pi", we'll know what you *mean*. ;)


/Jelks

Received on Tuesday, 28 March 2000 20:20:25 UTC