Page MenuHomec4science

XHtmlHandler.php
No OneTemporary

File Metadata

Created
Sun, Jan 12, 16:39

XHtmlHandler.php

<?php
/**
* Mime Type: text/html
* Mime Type: application/html+xml
*
* @author Nathan Good <me@nategood.com>
*/
namespace Httpful\Handlers;
class XHtmlHandler extends MimeHandlerAdapter
{
// @todo add html specific parsing
// see DomDocument::load http://docs.php.net/manual/en/domdocument.loadhtml.php
}

Event Timeline