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]

user selects information


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

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