2008-05-09 20:47:04 +08:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
version='1.0'>
|
2008-05-09 20:42:27 +08:00
|
|
|
|
2008-05-09 20:47:04 +08:00
|
|
|
<!-- ********************************************************************
|
2008-05-09 20:42:27 +08:00
|
|
|
|
2008-05-09 20:47:04 +08:00
|
|
|
Fake file to keep happy ../{fo,xhtml}/verbatim.xsl
|
2008-05-09 20:42:27 +08:00
|
|
|
|
2008-05-09 20:47:04 +08:00
|
|
|
******************************************************************** -->
|
2008-05-09 20:42:27 +08:00
|
|
|
|
2008-05-09 20:47:04 +08:00
|
|
|
<xsl:template name="apply-highlighting">
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
</xsl:template>
|
2008-05-09 20:42:27 +08:00
|
|
|
|
2008-05-09 20:47:04 +08:00
|
|
|
</xsl:stylesheet>
|
2008-05-09 20:42:27 +08:00
|
|
|
|