[jbosstools-commits] JBoss Tools SVN: r6787 - trunk/jbpm/docs/resources/styles/en.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 7 11:55:45 EST 2008


Author: smukhina
Date: 2008-03-07 11:55:45 -0500 (Fri, 07 Mar 2008)
New Revision: 6787

Removed:
   trunk/jbpm/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/jbpm/docs/resources/styles/en/highlight.xsl
===================================================================
--- trunk/jbpm/docs/resources/styles/en/highlight.xsl	2008-03-07 16:54:19 UTC (rev 6786)
+++ trunk/jbpm/docs/resources/styles/en/highlight.xsl	2008-03-07 16:55:45 UTC (rev 6787)
@@ -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>




More information about the jbosstools-commits mailing list