Navigate
Home
ArticleWiki
Forum
Newsletter
Links
Tech News
Welcome Guest.
Username:

Password:

Remember me

Applying Xsl Transforms On Xml String
Welcome, Guest. Please login or register.
September 10, 2010, 04:51:44 PM
11491 Posts in 1260 Topics by 496 Members
Latest Member: Beerdernill
Experts Round Table Network  |  Clientside Technology  |  Javascript  |  Applying Xsl Transforms On Xml String « previous next »
Pages: [1]
Author Topic: Applying Xsl Transforms On Xml String  (Read 905 times)
Srirangan
Mentor

Offline Offline

Posts: 52



WWW
« on: November 15, 2007, 10:21:06 PM »

I have written an engine of a web service that returns custom Xml data. I am building a web based client for it (after building a cleint app in Flex). I've written generic Ajax functions and am able to ping, send and get results from the web service. Is there any way to directly add Xsl Transforms on the Xml result I'm getting from the web service?

Thanks,
Sri
Logged

I rant therefore I am!
GrandSchtroumpf
Mentor

Offline Offline

Posts: 431



« Reply #1 on: November 23, 2007, 09:40:51 AM »

Web services are not designed to be accessed by browsers.

If you need to apply an XSLT client-side, it looks like it's possible to do so using browser-specific code.

Mozilla:
http://developer.mozilla.org/en/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations

IE:
http://msdn2.microsoft.com/en-us/library/ms761399.aspx
Logged
Pages: [1]
« previous next »
    Jump to: