Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, I am very excited with the efficiency of umbraco and the excellent support I get on forums. (Thanks doug!!!). I want to use XML published by a classical ASP page in my XSLT in umbraco. But I don't have any idea how I can do it. I am given a webaddress of a classical ASP page (www.blah.com/test.asp) which outputs standard XML. I have to render this XML in my umbraco website using XSLT. Can someone please help? Thanks in advance, Dharmesh
Hi Dharmesh, umbraco.library:GetXmlDocumentByUrl(url) is what you need to retrieve some xml from external url in your xslt. Regards, /Dirk
Yes, it works fine now. Thanks Dirk for your quick response. Thanks again.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using XML output from webpage in XSLT/Macro
Hi,
I am very excited with the efficiency of umbraco and the excellent support I get on forums. (Thanks doug!!!).
I want to use XML published by a classical ASP page in my XSLT in umbraco. But I don't have any idea how I can do it.
I am given a webaddress of a classical ASP page (www.blah.com/test.asp) which outputs standard XML.
I have to render this XML in my umbraco website using XSLT.
Can someone please help?
Thanks in advance,
Dharmesh
Hi Dharmesh,
umbraco.library:GetXmlDocumentByUrl(url) is what you need to retrieve some xml from external url in your xslt.
Regards,
/Dirk
Yes, it works fine now.
Thanks Dirk for your quick response.
Thanks again.
is working on a reply...