Click to See Complete Forum and Search --> : Creating tree nodes


abvarghe
03-15-2005, 07:10 AM
Hi, I've a problem. I created an xml file that creates a tree with child nodes. When I click on the root, I get the child node expanded. Problem is that the nodes are all appearing in a single line without any line breaks. I need each of these nodes in new line.
Say for eg:
Emp1
Emp11
Emp12
Emp13
Emp2
Emp3
Emp4
Emp41
Emp42
Emp43
Emp44
Thanks in advance.
Any more info. reqd. please feel free to ask.
Regards
Sam

Khalid Ali
03-15-2005, 08:01 AM
doesn't look like an xml problem typically a tree is created using CSS and JavaScript, therefore take look at your CSS and /Or JavaScript for an answer...

abvarghe
03-16-2005, 04:52 AM
But my only concern now is to see the icon & it's corresponding caption to appear in a new line. I need the tag or stmt that we use for inserting a new line. I've my own custom dtd, xsl & xml files.