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]
Other format: [Raw text]

RE: Count problem


Hi,

> and this return me total number of @Name ..means it also 
> count those @Name
> which has ""(empty)value .
> So I want to know is it possible to count only those @Name 
> ....which are
> not empty. if it is possible ..then anyone tell me how.

<xsl:variable name="total" select="count($t4-31.Envelop.TaskEnvelop.Contents.TaskSheet.TaskSheetInstructions.Instruction.DataSet.Query.WhereDetails.Description/@Name[not(. = '')])"/>

Santtu

 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]