vmote 2003/03/30 15:52:26
Modified: src/documentation/resources/stylesheets compliance2html.xsl
Log:
Create pdf icon & trigger pdf creation from Cocoon.
Revision Changes Path
1.2 +11 -6
xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl
Index: compliance2html.xsl
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compliance2html.xsl 18 Mar 2003 09:15:36 -0000 1.1
+++ compliance2html.xsl 30 Mar 2003 23:52:26 -0000 1.2
@@ -33,12 +33,17 @@
</xsl:template>
<xsl:template match="body">
- <body>
- <h1>
- <xsl:value-of select="/compliance/head/title"/>
- </h1>
+ <table class="title" summary="">
+ <tr>
+ <td valign="middle">
+ <h1><xsl:value-of select="/compliance/head/title"/></h1>
+ </td>
+ <td nowrap="nowrap" width="40" align="center">
+ <a class="dida" href="compliance.pdf"><img alt="PDF"
src="skin/images/pdfdoc.gif" border="0"/><br/>PDF</a>
+ </td>
+ </tr>
+ </table>
<xsl:apply-templates select="standard"/>
- </body>
</xsl:template>
<xsl:template match="standard">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]