Hi,
I would like to process an XML file using REXML and recurse down through
some sub elements, e.g. the “group” and “cond” elements in the following
XML:
However, I need to produce output that maintains the hierarchy so it can
be displayed as a nested list such as:-
Rule Name - Test Rule
Rule Description - Test Rule
- group operator is all - condition name is condition 1
- group operator is not - condition name is condition 2
- group operator is not - condition name is condition 3
- group operator is not - condition name is condition 2
I can’t seem to find any examples of doing this, would somebody be so
kind as to provide me with an example of how I could do this?
Regards,
Carl