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

Re: Subject: Re: Bug in treating an RTF by Saxon 6.5 a

Subject: Re: Subject: Re: Bug in treating an RTF by Saxon 6.5 and MSXML
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 16 May 2002 20:37:56 +0200
Re: Subject: Re:  Bug in treating an RTF by Saxon 6.5 a
Here's the template with the offending lines again:

   <xsl:template match="str-split2words-func:*">
     <xsl:param name="arg1" select="/.."/>


<snip/>

If the select attribute is used on a xsl:param, isn't the value of
the parameter the result of the XPath expression, in which case its a boolean, a number, a string, or a nodeset? Its only an RTF is you
include a template in the body of the xsl:param elements. So the
correctness or otherwise of the later operations depends on what
XPath expression you use.


Regards
Michael

Hello Michael,


the select-statement at <xsl:param/> is only for the default value of the param. If you write something like:

<xsl:with-param name="arg1">
  <test>constructing a RTF</test>
</xsl:with-param>

you pass a RTF to template.

Joerg


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



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.