This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

expected action not xsl:param-variable error


When I am trying to create a template

<xsl:template name = "SalesServiceTechnicalClassDisplay">
         
        <xsl:param-variable name="curr">
          Sales
        </xsl:param-variable>
        
        <xsl:param-variable name="dlvy">
          Self-paced
        </xsl:param-variable>

I am getting the error "Expected Action not xsl:param-variable" error.
Can someone please help.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]