/*
 * FISG - Pure (new) XHTML/CSS Output Module
 * Programmed and designed by Matti 'ccr' Hamalainen
 * (C) Copyright 2004 Tecnic Software productions (TNSP)
 *
 * Please read file 'COPYING' for information on license and distribution.
 */
#define FUNCTION_NAME		output_xhtmln
#define HTML_DOCTYPE		"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"
#define HTML_TAG		"<html xmlns=\"http://www.w3.org/1999/xhtml\">\n"
#define HTML_DIV_PARAMS		" " 
#define HTML_TABLE_PARAMS	" " 

#include "out_xhtml.i"


syntax highlighted by Code2HTML, v. 0.9.1