Name

XslTransform — System.Xml.Xsl (system.xml.dll)   sealed class 

Synopsis

public sealed class XslTransform {
// Public Constructors
   public XslTransform( );  
// Public Instance Properties
   public XmlResolver XmlResolver{set; }                              // obsolete
                  // Public Instance Methods
   public void Load( System.Xml.XPath.IXPathNavigable stylesheet);    // obsolete
   public void Load( System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver);    // obsolete
   public void Load( System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver, 
        System.Security.Policy.Evidence evidence);  
   public void Load( string url);  
   public void Load( string url, System.Xml.XmlResolver resolver);  
   public void Load( System.Xml.XmlReader stylesheet);                // obsolete
   public void Load( System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver);    // obsolete
   public void Load( System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence);  
   public void Load( System.Xml.XPath.XPathNavigator stylesheet);     // obsolete
   public void Load( System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver);    // obsolete
   public void Load( System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver, 
        System.Security.Policy.Evidence evidence);  
   public void Transform( System.Xml.XPath.IXPathNavigable input, XsltArgumentList args, System.IO.Stream output);    // obsolete
   public void Transform( System.Xml.XPath.IXPathNavigable input, XsltArgumentList args, System.IO.Stream ...

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.