- Timestamp:
- 08/20/10 14:31:13 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/xsltcomp-2010-08-11/pfixcore/projects/core/xsl/master.xsl
r5261 r5311 104 104 <ixsl:import href="core/xsl/include.xsl"/> 105 105 <ixsl:import href="core/xsl/functions.xsl"/> 106 <ixsl:import href="core/xsl/render.xsl"/> 106 107 107 108 <!-- generate user defined imports --> … … 128 129 <ixsl:param name="navitree" select="$__navitree"/> 129 130 130 <!-- The next threeparameters are opaque Java objects. Use them only to pass them to extension functions! -->131 <!-- The next four parameters are opaque Java objects. Use them only to pass them to extension functions! --> 131 132 <ixsl:param name="__context__"/> 132 133 <ixsl:param name="__spdoc__"/> … … 260 261 261 262 <ixsl:template match="/"> 263 <ixsl:call-template name="__render_start__"/> 262 264 <xsl:choose> 263 265 <!-- <xsl:when test="//frameset"> -->
