2 Replies Latest reply on Jan 28, 2014 9:54 AM by edilmar

    XML file to rich:tree

    edilmar

      Hi,

       

      I made a webpage where a XML file is imported to a rich:tree (RF 4.3.4).

      But there is a problem, that the nodes are put all before the leaves, and this is not the same location in the XML file.

      For example:

      <level1>

        data1

        <level2>

          data2

        <level2>

        data3

      </level1>

      The rich:tree becomes with a root level1, then level2 => data2, and after data1, data3.

      Is there some way to force the order to display each node and each leaf?