Make the stats page slightly less confusing
[specialops2.git] / lib / class.Message_DTD.php
blob0f51e83d7a070e2ec058bffaef3984ea3e30e1b1
1 <?php
2 /**
3 * DTD-based HTML filter.
5 * @author Ant P. <xmpp:ant@specialops.ath.cx>
6 * @version 0.1
7 * @license http://specialops.ath.cx/repos/so2/trunk/COPYING
8 */
9 require_once 'lib/iface.Message3.php';
11 abstract class Message_DTD implements Message3 {
13 private $DOM;
15 function __construct($input, $formatting = null)
17 $this->DOM = new DOMDocument;