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

How to test if the variable contains nodeset or not

Subject: How to test if the variable contains nodeset or not
From: DURDINA Michal <durdina@xxxxxxxx>
Date: Thu, 5 Jun 2003 14:44:29 +0200
if variable contains
Hello,
I am using Saxon and stylesheet version 1.1 and I regularly pass node-sets
as parameters to xsl:call-template.

Now I need to test, if a parameter within called template contains nodeset
or it contains string, because when it is not handled I get exception > The
value is not a node-set

  <xsl:template name="normalize-messages">
    <xsl:param name="messages"/>

    <xsl:choose>
      <xsl:when test="$messages/tr/td">
	...
      </xsl:when>
    </xsl:choose>
  </xsl:template>
...
   <xsl:call-template name="normalize-messages">
      <xsl:with-param name="messages">
        <tr>
           <td>Message type 1</td>
        </tr>
      </xsl:with-param>
       or 
      <xsl:with-param name="messages" select="'Messsage type 2'"/>
   </xsl:call-template>

I found similar problem on XSLT FAQ, but it does not provide solution.
http://www.dpawson.co.uk/xsl/sect2/N8090.html#d8048e946 

Thank you,
Michal

 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.