xsl-list
[Top] [All Lists]

Re: Displaying xml with xsl and without?

2003-10-25 06:34:44

Thank you!!  These seems to be exactly what I had in mind....

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.

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>