Files
DSpace/dspace/docs/docbook/html.xsl
Brad McLean 147c2e5fcb Update the docbook conversion script. Move the legacy html to a
subdirectory.  Prepare for 1.5.1Beta release.



git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3044 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-13 17:54:00 +00:00

22 lines
747 B
XML

<?xml version='1.0'?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
<!-- <xsl:param name="html.stylesheet" select="'corpstyle.css'"/>
<xsl:param name="admon.graphics" select="1"/> -->
<xsl:template name="user.footer.content">
<HR/>
<xsl:apply-templates select="//copyright[1]" mode="titlepage.mode"/>
<xsl:apply-templates select="//legalnotice[1]" mode="titlepage.mode"/>
</xsl:template>
<xsl:attribute-set name="monospace.verbatim.properties">
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
<xsl:attribute name="hyphenation-character">\</xsl:attribute>
</xsl:attribute-set>
</xsl:stylesheet>