Example #1
0
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License 
 * along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * You may contact the authors of XTML by e-mail at:
 * developers@classesarecode.net
 *
 * The latest version of XTML can be obtained from:
 * http://developer.berlios.de/projects/xtml/
 *
 * @link http://developer.berlios.de/projects/xtml/
 * @copyright 2005, 2006 by The Classes Are Code Group (see AUTHORS file for contributor list).
 * @author John Allen <*****@*****.**>
 * @version 0.99
 * 
 */
require_once "XTMLProcessor.class.php";
/*
 * Create a new XTMLProcessor instance.	
 * 
 */
$xtml = new XTMLProcessor($_REQUEST['xml']);
$xtml->disableCache();
$xtml->preview();