Chris, 

Read up on XML first, then try this XML structure

<root>
<node1/>
<node2/>
<node3/>
<node4/>
<node5/>
<node6/>
<node7/>
</root>


--- In [email protected], "chrislpigg" <[EMAIL PROTECTED]> wrote:
>
> Here is my xml structure.
> 
> <node>
>  <node1>
>  <node2>
>  <node3>
>  <node4>
>  <node5>
>  <node6>
>  <node7>
> </node>
> 
> I'm trying to drop <node1> onto <node2> but the tree drops it after
> <node2>.  Does anyone know how to get the tree to make <node2> a
> branch when you drop <node1> onto it.
>


Reply via email to