What is the error?
Do you have a custom namespace defined in the stylesheet?  If so you
will need to load using the namespace manager.


On Thu, 10 Mar 2005 13:50:44 -0000, scaevola637 <[EMAIL PROTECTED]> wrote:
> 
> 
> 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
> 
> 
> 
> 
> 


-- 
Dean Fiala
Very Practical Software, Inc
http://www.vpsw.com


 
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