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]

Re: Paging in XSL


I figured it out the logic

Thanks
Narsu


----- Original Message ----- 
From: "Gitanjali" <narsu@gitanjali.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Sunday, June 10, 2001 4:38 PM
Subject: Paging in XSL


> I have the following requirement.  Can anyone tell me how to do this
> 
> Say Example:
> <messages>
>  <message>
>   <from><![CDATA[Vasu R <vasu@vasu.com>]]></from>
>   <subject>Test 1</subject>
>   <date>29 May 2001 22:37:32</date>
>  </message>
>  <message>
>   <from><![CDATA[Vasu R <vasu@vasu.com>]]></from>
>   <subject>Aasdf sdfasdf 2</subject>
>   <date>30 May 2001 23:15:24</date>
>  </message>
>  <message>
>   <from><![CDATA[Narsu A <narsu@narsu.com>]]></from>
>   <subject>Test attachment 3</subject>
>   <date>31 May 2001 18:45:25</date>
>  </message>
>  <message>
>   <from><![CDATA[John K <john@k.com>]]></from>
>   <subject>Multiple attachmetns 4</subject>
>   <date>2 Jun 2001 08:03:41</date>
>  </message>
> </messages>
> 
> First I want build the index like
>  [J] [N] [V]      ...Prev [1] [2] [3] Next...
> 
> I took the first character of <from> element,
>  If I click on any of the characters above, I should go to the page which
> has name starts with the character I clicked .
>  There may be 'n' number of pages.  Is it possible to do this in XSL
> 
> 
>  Thanks in advance
>  Narsu
> 
> 


 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]