Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2004, 02:45 PM
Registered User
 
Join Date: May 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default xslt distinct and countnumber of occurance

tst

 
Old May 5th, 2004, 02:50 PM
Registered User
 
Join Date: May 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

<?xml version="1.0" encoding="ISO-8859-1"?>
<K2Log>
<Time> 2004-01-14 11:18:46 </Time>
<K2CollSearch fromCache="0">
    <Time> 2004-01-14 11:18:53 </Time>
    <SearchTime> 370 </SearchTime>
    <ServiceSearchTime> 333 </ServiceSearchTime>
    <HitNum> 16310 </HitNum>
    <TotalDocs> 20204 </TotalDocs>
    <Query>tst1 </Query>
    <SourceQuery> </SourceQuery>
    <Collection> globalKEDomino </Collection>
  </K2CollSearch>
<K2CollSearch fromCache="0">
    <Time> 2004-01-14 11:18:56 </Time>
    <SearchTime> 368 </SearchTime>
    <ServiceSearchTime> 330 </ServiceSearchTime>
    <HitNum> 16310 </HitNum>
    <TotalDocs> 20204 </TotalDocs>
    <Query>tst</Query>
    <SourceQuery> </SourceQuery>
    <Collection> All catalogs </Collection>
  </K2CollSearch>



i want to find number of occurance of
Query when Query and Collection are same.










Similar Threads
Thread Thread Starter Forum Replies Last Post
XSLT Select Distinct jaa XSLT 1 April 6th, 2006 11:10 AM
Occurance Index d_sathish XSLT 2 November 4th, 2005 04:45 AM
Distinct SELECT DISTINCT question... EndEffect Classic ASP Databases 4 August 18th, 2005 08:53 AM
11th occurance ONLY crmpicco Classic ASP Basics 1 February 11th, 2005 04:01 AM
xslt 1.0 distinct grouping cassebn XSLT 3 July 30th, 2003 07:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.