Re: [PHP] Re: XmlWriter::writeDTD bug...
by Rob Richards other posts by this author
Dec 7 2005 9:17AM messages near this date
RE: [PHP] Re: XmlWriter::writeDTD bug...
|
RE: [PHP] Re: XmlWriter::writeDTD bug...
Jared Williams wrote:
>
> PS.
> Yeah, thought it was libxml, hence didn't file a pecl bug report. But there does seem a p
roblem with this method as can't
> just have a publicId or a systemId, libxml function uses NULL as a parameter to specify wh
ich id you don't want to use. Which we've
> lost with the PHP wrapper, as can only specify two strings.
>
Have you tried passing NULL for publicId? :)
And systemId can only be NULL if there is no publicId (publicId requires
a systemId).
Rob
--
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
|