Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: Can i use XSL for redirection [Thread Next] Re: Can i use XSL for redirectionTo: NULL Date: 5/12/2005 2:43:00 PM This works on my local PC (sorry don't have a web server handy). It's not the whole XSL file that you'll want but it does generate a page which redirects to the local file on my laptop. You might want to purty it up some... <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html"/> <xsl:template match="/*"> <SCRIPT language="VBScript"> <![CDATA[ Sub MyRedirectScript window.navigate "C:\Test\HU\Attribute Screen.html" End Sub ]]> </SCRIPT> <BODY onload="MyRedirectScript"> <h2>Redirecting you...</h2> </BODY> </xsl:template> </xsl:stylesheet> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
