Posted by Jared Williams on 05/14/05 14:57
> Hi,
> I've used loadHTML() to read a HTML file to DOM. This file
> starts with a string like <!DOCTYPE HTML PUBLIC "-//W3C//DTD
> HTML 4.01 Transitional//EN">
>
> Do someone know how I can access this string? By reading the
> doctype back from DOMDocument I only found the name (HTML)
> but nothing more...
>
Use $document->doctype, its DOMDocumentType object..
http://php.net/dom#dom.class.domdocumenttype
Jared
Navigation:
[Reply to this message]
|