[PHP] XmlWriter::writeDTD bug...
by Jared Williams other posts by this author
Dec 6 2005 6:51PM messages near this date
[PHP] 1
|
[PHP] Re: XmlWriter::writeDTD bug...
Hi,
$writer = new XmlWriter();
...
$writer-> writeDtd('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/
DTD/xhtml1-strict.dtd');
produces no whitespace between the public & system ids like...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xh
tml1-strict.dtd">
Has anyone got a workaround for this problem?
Jared
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Jared Williams
Rob Richards
Jared Williams
Rob Richards
Jared Williams
Jared Williams
|