File:  [parser3project] / parser3 / www / htdocs / Attic / _bug.xsl
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Feb 18 11:47:04 2004 UTC (22 years, 5 months ago) by paf
Branches: MAIN
CVS tags: HEAD
feature: reimplemented xhtml output, see /.xsl for sample

<?xml version="1.0" encoding="windows-1251" ?>

<!DOCTYPE xsl:stylesheet SYSTEM "symbols.ent">

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output 
	method="html"
	omit-xml-declaration="no"
	doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
	doctype-system="DTD/xhtml1-strict.dtd"
	/>
	
	<xsl:template match="/doc">
		<html>
		<head/>
		passed<br/>
		</html>
	</xsl:template>
	
</xsl:stylesheet>

E-mail: