Hey,
I have a structure in the registry like this:
text1
--- text2
-------text3
-------text4
Does someone know how I can retrieve the structure from
the registry. Meaning, I want to retrieve text3,text4 and
this without knowing what text3 and text4 are.
More specific, what are the child nodes of text2.

THANKS.