formatting POSTed XML

K

KhanyBoy

hi,

I send an XML text form item to a web service vendor who replies with
XML - so this XML fills all the browser and replaces the previous page
that was there.

Question: Is there any way I can format that XML (with XSL) before the
browser renders it?

Thanks
 
M

Martin Honnen

KhanyBoy wrote:

I send an XML text form item to a web service vendor who replies with
XML - so this XML fills all the browser and replaces the previous page
that was there.

Question: Is there any way I can format that XML (with XSL) before the
browser renders it?

Not all browsers support client-side XSLT so the best approach is to put
(on your server) a layer between the client and the web service that
receives the XML from the web service and transforms it with XSLT to
HTML that is then sent to the browser. ASP can do that, PHP with the
right extension, or JSP or other server side languages like Perl.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top