| ConfigRender Method |
| Name | Description | |
|---|---|---|
| Render(Stream, XslCompiledTransform) |
Closes the XML document, and transforms it with the current xslt stylesheet into a Stream.
| |
| Render(TextWriter, XslCompiledTransform) |
Closes the XML document, and transforms it with the current xslt stylesheet into a TextWriter.
| |
| Render(XmlWriter, XslCompiledTransform) |
Closes the XML document, and transforms it with the current xslt stylesheet into an XmlWriter.
|