[Fotios Bassayiannis]
>
> I was wondering whether there is some component (activeX, flash movie,
> js, java, etc.) that can be used to visually display an xml hierarchy
> in tree form within the browser (IE specific solution would be ok).
>
> It should be possible to programmatically pass it the xml string to
> display at runtime (dynamically).
>
> Is there something like that readily and freely available?
>
Have you noticed that the default display of xml in Internet Explorer is
precisely a tree (with folding features to boot)? You can load xml
programatically.
Tom P