Author: smukhina
Date: 2008-03-07 12:06:05 -0500 (Fri, 07 Mar 2008)
New Revision: 6788
Removed:
trunk/hibernatetools/docs/resources/styles/en/highlight.xsl
Log:
http://jira.jboss.com/jira/browse/JBIDE-1703
now the highlighter is taken from online resource
Deleted: trunk/hibernatetools/docs/resources/styles/en/highlight.xsl
===================================================================
--- trunk/hibernatetools/docs/resources/styles/en/highlight.xsl 2008-03-07 16:55:45 UTC
(rev 6787)
+++ trunk/hibernatetools/docs/resources/styles/en/highlight.xsl 2008-03-07 17:06:05 UTC
(rev 6788)
@@ -1,18 +0,0 @@
-<!DOCTYPE xsl:stylesheet>
-<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0"
xmlns="http://www.w3.org/TR/xhtml1/transitional"
- exclude-result-prefixes="#default">
-
- <xsl:template
match="programlisting[@role='XML']|programlisting[@role='JAVA']|programlisting[@role='XHTML']|programlisting[@role='JSP']">
- <xsl:variable name="kidz">
- <xsl:apply-templates></xsl:apply-templates>
- </xsl:variable>
- <pre class="{@role}">
- <xsl:value-of
- select="javahl:highlight(string($kidz), attribute::role)"
- xmlns:javahl="java:com.exadel.docbook.colorer.HighLighter"
- disable-output-escaping="yes"/>
- </pre>
- </xsl:template>
-
-</xsl:stylesheet>