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]

How to display XML data partially


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]