[jbosstools-commits] JBoss Tools SVN: r40770 - trunk/build/aggregate.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 3 15:43:10 EDT 2012


Author: nickboldt
Date: 2012-05-03 15:43:09 -0400 (Thu, 03 May 2012)
New Revision: 40770

Modified:
   trunk/build/aggregate/site.xml.xsl
Log:
suppress one more xmlns attrib

Modified: trunk/build/aggregate/site.xml.xsl
===================================================================
--- trunk/build/aggregate/site.xml.xsl	2012-05-03 19:43:01 UTC (rev 40769)
+++ trunk/build/aggregate/site.xml.xsl	2012-05-03 19:43:09 UTC (rev 40770)
@@ -1,7 +1,7 @@
 <xsl:stylesheet version="2.0"
 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan"
-	xmlns:saxon="http://saxon.sf.net/" xmlns="http://www.w3.org/1999/xhtml"
-	extension-element-prefixes="saxon" exclude-result-prefixes="xsl xalan saxon xmlns">
+	xmlns:saxon="http://saxon.sf.net/" xmlns:xhtml="http://www.w3.org/1999/xhtml"
+	extension-element-prefixes="saxon" exclude-result-prefixes="xsl xalan saxon xhtml">
 	<xsl:output method="html" indent="no" />
 	<xsl:template match="/"><xsl:apply-templates select="*"/></xsl:template>
 	<xsl:template match="*">



More information about the jbosstools-commits mailing list