Link to home
Start Free TrialLog in
Avatar of nahomm
nahomm

asked on

XSL/XML

Hi,
I want to use XSL to display my XML file contents in tree view form.How can I do this?.
That is,
<Chapter>
  <Chapter>
    <Chapter>
....//My attributes
    </Chapter>
  </Chapter>

  <Chapter>
  </Chapter>
 
  <Chapter>
  </Chapter>
  My chapter can have any number of sub chapters and I have to create a tree view form.I know we have to use DIV.I don't know how to start with using XSL.Can anyone help me out.I'm trying here.As this is very urgent,I'm mailing this.If any ideas/answers are there,I can proceed and complete it soon.Please don't mistake me.Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of assafkarpol
assafkarpol

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tmmet
tmmet

Hi,
I'm also looking out for the same question but,what I need is when I click on the chapter,its attribute values has to be displayed on the right frame.Hoe can this be done?.Any ideas will be greatly helpful for me.Thanks in advance.