Re: [xsl] use choose in call-templates not possble

Subject: Re: [xsl] use choose in call-templates not possble
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 May 2012 08:19:15 -0400
At 2012-05-10 13:02 +0100, henry human wrote:
Hello I am using a xsl:choose in call-template but get ever the message: Child element <xsl:choose> is not allowed within xsl:call-template How can i avod it? ???

Are you trying to choose between different values for parameters?


  <xsl:call-template ...>
    <xsl:with-param name="...>
      <xsl:choose>

What is it you are trying to choose between?

I hope this helps.

. . . . . . . Ken

--
Public XSLT, XSL-FO, UBL and code list classes in Europe -- Oct 2012
Contact us for world-wide XML consulting and instructor-led training
Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm
Crane Softwrights Ltd.            http://www.CraneSoftwrights.com/s/
G. Ken Holman                   mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Google+ profile: https://plus.google.com/116832879756988317389/about
Legal business disclaimers:    http://www.CraneSoftwrights.com/legal

Current Thread