Changed to html stylesheets, since they seem to not output strange characters

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@425658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-07-26 07:56:59 +00:00
parent 01d05dfbb8
commit 1fc9187ac7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<!-- docbook stylesheet customizations for openjpa manual -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk.xsl"/>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/html/chunk.xsl"/>
<xsl:param name="html.stylesheet">../css/docbook.css</xsl:param>

View File

@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<!-- docbook stylesheet customizations for openjpa manual -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/html/docbook.xsl"/>
<xsl:param name="html.stylesheet">../css/docbook.css</xsl:param>