<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output method="xml" indent="yes" encoding="ISO-8859-1" | |
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" | |
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml-strict.dtd"/> | |
<xsl:template> | |
<xsl:top-level<caret> | |
</xsl:template> | |
</xsl:stylesheet> |