I am just starting to get into XML. I have created my first document which looks something like this.
And in many cases lists 100's or 1000's of records. When I open that in IE 5.0, it displays the tree value with all the little minuses next to the expandable/collapsable elements.
My questions are, is there any way that I can format this document so all elements are collapsed when opened in IE ? Is there any way I can get that tree type effect in Netscape.
Thank you.
ToddWW
Code:
<?xml version='1.0'?>
<alarmhistory>
<location id='651922554028.98'>
<alarm id='I01AVBHD'>
<date>10/8/2001</date>
<time>8:01:00 AM</time>
<device id='L3'>
<description>FILL HOLE SUMP</description>
</device>
<description>FUEL ALARM</description>
</alarm>
<alarm id='I01AVBMS'>
<date>10/8/2001</date>
<time>7:36:00 AM</time>
<device id='L4'>
<description>DUAL MASTER</description>
</device>
<description>FUEL ALARM</description>
</alarm>
</location>
</alarmhistory>
My questions are, is there any way that I can format this document so all elements are collapsed when opened in IE ? Is there any way I can get that tree type effect in Netscape.
Thank you.
ToddWW