[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: (newbie) problem with parameters in call-template.

Subject: Re: (newbie) problem with parameters in call-template.
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 16 Aug 2004 19:46:25 -0400
call template with par
This is a common newbie problem.

At 2004-08-16 15:19 -0700, Glen Mazza wrote:
         <xsl:with-param name="second-line-right">
             <fo:block>System Codes
<fo:retrieve-marker retrieve-class-name="code"
                        retrieve-boundary="page"
retrieve-position="first-starting-within-page"/>
             <fo:block>-</fo:block>
             <fo:retrieve-marker
                 retrieve-class-name="code"
                 retrieve-boundary="page"

retrieve-position="last-ending-within-page"/>
            </fo:block>
         </xsl:with-param>

I note the above is a result-tree-fragment parameter.


      </xsl:call-template>
  </fo:static-content>
</xsl:template>

<xsl:template name="get-xsl-region-before-header">
    <xsl:param name="second-line-right"/>
        <fo:block>
           <xsl:value-of select="$second-line-right"/>

An xsl:value-of will add the text value of a result-tree-fragment to the result tree.


Use xsl:copy-of to add the nodes of a result-tree-fragment to the result tree.

I hope this helps.

.................... Ken

--
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.