aujasonwl6
New Member
hi all<BR><BR>can someone help me with this. i am using a xsl file in my .net utility. this xsl file is importing another xsl file via <xsl:import>. All this was working fine till i was working on Beta version but after shifting my site to the Release Version i am having some problems with the code. It does not understand the <xsl:import> and hence does not import the file mentioned in the tag. However it does not give any error on <xsl:import> syntax either. my import syntax is like this:<BR><BR><xsl:import href=http://aspmessageboard.com/archive/index.php/"MyXSLFileToImport.xsl" /><BR><BR>The best thing is that this file/code runs perfectly on the Beta Version but not on Release Version. How do I get around this problem. Is there some sort of a new syntax for importing an XSL file in the dot net environment. Please suggest ASAP. <BR><BR>Thanks<BR><BR>