user selects information

Subject: user selects information
From: "Johan Andreasson" <johan_andreasson@xxxxxxxxxxx>
Date: Tue, 14 Mar 2000 03:38:22 PST
This is probably a very easy problem, although I haven't succiede at all

Suppose I have my XML document

<LIST>
 <ELEMENT>
   <NAME>elment 1</NAME>
   <NUMBER>1</NUMBER>
   <QUALITY>good</QUALITY>
   <MATERIAL>steel</MATERIAL>
   <SURFACE>
     <COLOR>blue</COLOR>
     <FINISH>painted</FINISH>
   </SURFACE>
 </ELEMENT>
 <ELEMENT>
   <NAME>elment 2</NAME>
   <NUMBER>2</NUMBER>
   <QUALITY>excellent</QUALITY>
   <MATERIAL>wood</MATERIAL>
   <SURFACE>
     <COLOR>transparent</COLOR>
     <FINISH>polished</FINISH>
   </SURFACE>
 </ELEMENT>
</LIST>

Now, I want to present a list of only the elment names and numbers. Althout by clicking on a button by each name, the rest of the information should be shown between the name/number and the name/number of the next element in the list.


______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com


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



Current Thread