|
Subject: Re: [xsl] Displaying xml with xsl and without? From: "Diana Garroway" <dgarroway98@xxxxxxxxxxx> Date: Sat, 25 Oct 2003 10:34:44 -0300 |
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.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Displaying xml with xsl a, David Carlisle | Thread | [xsl] Keys with different parents, , Ganesh Sindigi |
| Re: [xsl] Displaying xml with xsl a, Diana Garroway | Date | [xsl] Re: Re: Generate Id's usage a, Dimitre Novatchev |
| Month |