This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

parameter count in xsl:number


I'm trying to pass an element as parameter for a named template, to be used 
in a xsl:number expression. I use it like this :

             <xsl:number level="any"
                         format="_1"
                         count="$element"/>

My processor (Oracle) is complaining that there is an error in the 
expression. If I try name($element) or string($element), same thing. Any 
idea what kind of expression it expects ?

Thanks
--
Paul Terray - terray@4dconcept.fr
tel : 01 34 58 70 76



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]