Thnax however still ,  i have no idea how to use it
bhavya

On 7/31/06, Michael Wohlfart <[EMAIL PROTECTED]> wrote:
Hi Bhavya,
maybe an _expression_ like emps/emp[position()=$n] is a good idea
to start with. Please look it up ASAP ;-)

http://www.w3.org/TR/xslt

Thank you
Michael

Bhavya Sharma wrote:
> Hi
>
> i am facing a problem in pagination, i have a XML file Like this , i
> want to
> show one record at a time however ihave no idea how can i do that,
> specially
> how to wtite its xsl, please reply ASAP
> Thank you
> Bhavya
>
> <?xml version="1.0"?>
>
> <emps>
>    <emp>
>      <ename> Sumit </ename>
>    </emp>
>    <emp>
>      <ename> Namit </ename>
>    </emp>
>    <emp>
>      <ename> Amit </ename>
>    </emp>
>    <emp>
>      <ename> Ajit </ename>
>    </emp>
>    <emp>
>      <ename> Namit </ename>
>    </emp>
>    <emp>
>      <ename> Ankit </ename>
>    </emp>
> </emps>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Thank you,
Bhavya Sharma

Reply via email to