bloritsch 01/08/07 10:17:15
Modified: lib Tag: cocoon_20_branch avalon-excalibur.jar
skins/printer/stylesheets Tag: cocoon_20_branch
document2html.xsl
Log:
Update Excalibur with corrected Driver loading
Revision Changes Path
No revision
No revision
1.2.2.5 +323 -360 xml-cocoon2/lib/avalon-excalibur.jar
<<Binary file>>
No revision
No revision
1.1.1.1.2.1 +3 -15 xml-cocoon2/skins/printer/stylesheets/document2html.xsl
Index: document2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/skins/printer/stylesheets/document2html.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- document2html.xsl 2001/05/09 20:50:35 1.1.1.1
+++ document2html.xsl 2001/08/07 17:17:14 1.1.1.1.2.1
@@ -23,20 +23,8 @@
<link rel="stylesheet" type="text/css" href="resources/simple.css"
title="Simple Style"/>
</head>
<body>
-
- <!-- THE MAIN PANEL (SIDEBAR AND CONTENT) -->
- <table id="main-panel">
- <tr>
- <!-- THE SIDE BAR -->
- <td id="side-bar" valign="top">
- <xsl:apply-templates select="document($stylebook.project)"/>
- </td>
- <!-- THE CONTENT PANEL -->
- <td id="content-panel">
- <xsl:apply-templates/>
- </td>
- </tr>
- </table>
+ <xsl:apply-templates/><br/>
+ <xsl:apply-templates select="document($stylebook.project)"/>
</body>
</html>
</xsl:if>
@@ -186,4 +174,4 @@
<a name="{@id}"><xsl:comment>anchor</xsl:comment></a>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]