[xsl] How to display XML data partially

Subject: [xsl] How to display XML data partially
From: Davut Karabay <dkarabay@xxxxxxxxx>
Date: Wed, 21 Mar 2001 09:32:06 -0800 (PST)
Hi All,
I have this long running problem and I could not find
a solution yet.
I have a XML data in the form:

<devices>
  <device>
    <device_name>device1</device_name>
    <domain>domain1</domain>
  </device>
  <device>
    <device_name>device2</device_name>
    <domain>domain2</domain>
  </device>
  <device>
    <device_name>device3</device_name>
    <domain>domain3</domain>
  </device>
  <device>
    <device_name>device4</device_name>
    <domain>domain4</domain>
  </device>
   :
   :
   :
   :
</devices>

I want to display those devices in an HTML page BUT 10
DEVICES AT A TIME.
Does anyone know how to do that? What sould I do in
the XSL?
Thanks in Advance,
Davut

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread