[Home] [By Thread] [By Date] [Recent Entries]
In your generated html have the following script (IE only):
function showSource()
{
var oXmlDoc = document.XMLDocument;
var oWin = window.open("about:blank")
var oDoc = oWin.document;
oDoc.open();
oDoc.write(oXmlDoc.xml);
oDoc.close();
}attach the code to a button onclick. -- Joe From: David Carlisle <davidc@xxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: Displaying xml with xsl and without? Date: Fri, 24 Oct 2003 17:21:59 +0100 _________________________________________________________________ Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



