I need to be able to load the XML definition for the menu t

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?

Yes you can use loadXML() for this. If you have
problems please make sure your routine returns valid xml, its content type is
text/xml and it doesn�t contain any white spaces before tag <?xml (if you
use this tag).