Revision 3670
Added by barteau almost 17 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
29 | 29 |
* into an HTML format suitable for rendering with modern web browsers. |
30 | 30 |
--> |
31 | 31 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
32 |
<xsl:import href="./style/common/resultset-table.xsl"/>
|
|
32 |
<xsl:import href="./resultset-table.xsl"/> |
|
33 | 33 |
|
34 | 34 |
<xsl:output method="html"/> |
35 | 35 |
<xsl:param name="sessid"/> |
Also available in: Unified diff
Revise relative referance to resultset-table.xsl