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]

Aggregate


 Hi,

I would like to know if we can aggregete a set of xml data. I want the
average of time in this file which should be (10+12+8)/3. The answer would
be 10

 For Example

 <IN>

 <name>A</name>

 <time>10</time>

 </IN>


 <IN>

 <name>B</name>

 <time>12</time>

 </IN>


 <IN>

 <name>C</name>

 <time>8</time>

 </IN>


I am using Schemas and XML so where do i do the average in Schemas or XML
please respond at the earliest.

Thanks
Nagesh Reddy




 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]