Method | Description | |
---|---|---|
Transform ( |
Applies the XSL transformation to the indicated DOM XmlNode and returns the resulting document.
|
|
Transformation ( string filename ) : System |
Constructs a Transformation instance using the XSL source in the specified file.
|
Method | Description | |
---|---|---|
CloneNode ( |
Makes copy of the indicated XmlNode and its child nodes.
|
|
CreateFragment ( |
Copies the XmlNode into a new XmlDocument.
|
public Transform ( |
||
node | The source DOM |
|
return |
public Transformation ( string filename ) : System | ||
filename | string | The XSL filename. |
return | System |