Hi,

I'm in the middle of building an XSP page that can retrieve information from
my CORBA-based server. I'm now writing a helper class in Java that can take
the output of the server and transform it into something I can easily manage
in the XSP page.
However, I'm stuck. The results are in a hierarchical structure based on
Vector and String or String[]. I want to manipulate this before returning it
to the XSP page, but I don't want to traverse the structure for the
manipulation and then once more in the XSP page to build the XML.

Can anyone help?

Bye, Helma

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to