I
need to be able to load the XML definition for the menu tree structure from a
serve side. Basically, I want to be able to do something like this:
tree1.loadXML(“http://www.anyschool.edu/project/handler.do”)
It is
an arbitrary URL (pointing to a Servlet, for instance) whose response contains
the xml definition. This is not the same as the dynamic loading feature
though; my tree structure is small so I can and I want to load the whole thing
at one time. Does your package support that?