Show
Ignore:
Timestamp:
08/20/10 14:31:13 (21 months ago)
Author:
mtld
Message:

added xslt component stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/xsltcomp-2010-08-11/pfixcore/projects/core/xsl/master.xsl

    r5261 r5311  
    104104      <ixsl:import href="core/xsl/include.xsl"/> 
    105105      <ixsl:import href="core/xsl/functions.xsl"/> 
     106      <ixsl:import href="core/xsl/render.xsl"/> 
    106107 
    107108      <!-- generate user defined imports --> 
     
    128129      <ixsl:param name="navitree" select="$__navitree"/> 
    129130       
    130       <!-- The next three parameters 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! --> 
    131132      <ixsl:param name="__context__"/> 
    132133      <ixsl:param name="__spdoc__"/> 
     
    260261 
    261262      <ixsl:template match="/"> 
     263        <ixsl:call-template name="__render_start__"/> 
    262264        <xsl:choose> 
    263265          <!-- <xsl:when test="//frameset"> -->