Added some class="" to pagelist code
[specialops2.git] / lib / class.Message_XMLSchema.php
blobc6c12a65f56acb4ce4f2b4ed82264c1dad8cb73a
1 <?php
2 /**
3 * XML Schema-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_XMLSchema implements Message3 {
13 private $DOM;
15 function __construct($input, $formatting = null)
17 $this->DOM = new DOMDocument;