In spite of what the documentation says I have a MSXML Style Sheet
that will not load with the new .net classes.  

        protected XslTransform xslt = new XslTransform();
xlst.Load(mystylesheet.xsl);  <-- does not load

it does load when :

objXSL = Server.CreateObject("MSXML.DOMDocument");
objXSL.Load(mystylesheet.xsl) <--- does load


any ideas?      

         





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to