I have a XSLT page, where i am checking a condition and if this is true, then i need to redirect to a different XSLT page in the same window.

Please provide code to perform this ASAP!!Its urjent!!

<xsl:if test="$savedorder=1">
<!-- Need to put redirection code here-->
</xsl:if>

You cannot redirect to another stylesheet. You can, however, include or import another stylesheet using the <xsl:import> or <xsl:include> instructions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.