Subject:Save XML thru href Author:Abhishek Kaukuntla Date:11 Jun 2008 11:13 PM
Hello,
I looked at other topics but didn't find what I was looking for.
I'm sorry if its a repost.
Actually, I get an XML response and using XSLT I transform it into HTML. Now, my requirement demands me to have a hyperlink on the transformed HTML (eg: Save XML File) to allow the user to save that XML.
I don't know if it can be done because hyperlink is on the transformed HTML and when the user clicks on the link where would he get the XML from?
Is there a way that I could store the XML as soon as I get (before transformation) and when the hyperlink on HTML is clicked, just grab that XML from there?
Subject:Save XML thru href Author:Abhishek Kaukuntla Date:11 Jun 2008 11:53 PM
After posting this here something just clicked into my lazy brain.
What if, I create a hyperlink in xsl stylesheet and on clicking it run the javascript (which is also inside the stylesheet) and bring the xml here and save it locally?
Am I thinking in the right way?
Either yes or no, please pour in your comments and suggestions.