xsl-list
[Top] [All Lists]

FW: problem integrating xsl iteration

2004-09-27 08:44:35


-----Original Message-----
From: Mac Rost [mailto:mac(_dot_)rost(_at_)mchsi(_dot_)com] 
Sent: Monday, September 27, 2004 10:40 AM
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: problem integrating xsl iteration

List,

Been a while since I have posted, I hope this isn't too rudimentary.

I have been trying to implement this solution that is in the archive
http://www.biglist.com/lists/xsl-list/archives/199912/msg00091.html.

What I'm trying to do is to create links from a number that is specified in
the xml that I am using.

 

Here is a snippet of the xml.

<?xml version="1.0" encoding="UTF-8"?>

<ItemSearchResponse>

            <OperationRequest>

            </OperationRequest>

            <Items>

                        <Request>

                        </Request>

                        <TotalResults>370</TotalResults>

                        <TotalPages>37</TotalPages>

                        <Item>

                        </Item>

            </Items>

</ItemSearchResponse>

 

What I'm trying to accomplish is to create "paging" links from the
totalpages node. It seems that I have deleted my previous try. Let me start
working on it.

Thanks in advance!

Mac