IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

count of nodes in xsl

  • 1.  count of nodes in xsl

    Posted Fri June 07, 2002 12:29 PM

    i have a xsl with the following line
    <xsl:value-of select=“count(.)”/>
    the result is as follows
    “Unknown method. -->count(.<–)”
    the xsl runs well once i removed the above line

    does this means my tamino is not able to support the ‘count’ xsl function?
    What can i do to overcome this?
    system setting/upgrade?
    API workarround?
    Thanks alot


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: count of nodes in xsl

    Posted Sun June 09, 2002 03:13 PM

    Strange. How are you running this stylesheet, what XSLT processor are you using?

    count(.) is an odd thing to do - the answer will always be 1 - but it’s legal and should work.

    Michael Kay


    #API-Management
    #Tamino
    #webMethods