Your IP : 216.73.216.95


Current Path : /var/www/alh/system/library/httpful/handlers/
Upload File :
Current File : /var/www/alh/system/library/httpful/handlers/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
}