I have a regular HTML page with a form on it. The form POSTs to a remote server that returns its data in XML.
I want to then transform this data into an easy-to-read format. How do I go about doing this? I am willing to try client-side or server-side solutions. We do our development work using Oracle Portal (yuck), and I am not entirely sure how I can do this using the built-in Portal XML-components, or through a hand-built stored procedure.
This is probably a pretty basic question, but I am fried and can't find anything online that would really help me.
Thanks for your help, Tom