* Minor TOS change
[specialops2.git] / lib / class.Message_XMLSchema.php
blob11b786c25d06810b7152837f6004c6f6d38290b8
1 <?php
2 /**
3 * XML Schema-based HTML filter. This probably isn't feasible.
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_XMLSchema implements Message3 {
13 private $DOM;
15 function __construct($input, $formatting = null)
17 $this->DOM = new DOMDocument;