Updated XSLT to make the documentation point the correct URL

This commit is contained in:
Trustin Lee 2008-09-24 03:39:21 +00:00
parent 705d4f183c
commit 891751b396
3 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,10 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="classpath:/xslt/org/jboss/eclipse.xsl" />
<xsl:param name="siteHref" select="'http://www.jboss.org/netty/'"/>
<xsl:param name="docHref" select="'http://www.jboss.org/netty/documentation.html'"/>
<xsl:param name="siteLinkText" select="'JBoss.org: Netty - The Client Server Framework and Tools'"/>
<xsl:param name="callout.defaultcolumn">1</xsl:param>
</xsl:stylesheet>

View File

@ -1,5 +1,10 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="classpath:/xslt/org/jboss/xhtml-single.xsl" />
<xsl:param name="siteHref" select="'http://www.jboss.org/netty/'"/>
<xsl:param name="docHref" select="'http://www.jboss.org/netty/documentation.html'"/>
<xsl:param name="siteLinkText" select="'JBoss.org: Netty - The Client Server Framework and Tools'"/>
<xsl:param name="callout.defaultcolumn">1</xsl:param>
</xsl:stylesheet>

View File

@ -1,5 +1,10 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="classpath:/xslt/org/jboss/xhtml.xsl" />
<xsl:param name="siteHref" select="'http://www.jboss.org/netty/'"/>
<xsl:param name="docHref" select="'http://www.jboss.org/netty/documentation.html'"/>
<xsl:param name="siteLinkText" select="'JBoss.org: Netty - The Client Server Framework and Tools'"/>
<xsl:param name="callout.defaultcolumn">1</xsl:param>
</xsl:stylesheet>