I have an XSLT and XML document. I have transformed the XSLT and XML document into HTML on the server using ASP. I am using the <xsl:include> element within my XSLT. I am trying to figure out if the include is executed before the data is sent to the client? The reason for my question is that I here that the element <xsl:include> only works with clients using IE6.