XsltCompiler Class
- Namespace
- Kampute.DocToolkit.Xslt
- Assembly
- Kampute.DocToolkit.dll
Definition
Provides functionality for compiling XSLT transformations.
public static class XsltCompiler- Inheritance
- object
- XsltCompiler
Remarks
The XsltCompiler class offers a set of utility methods to compile XSLT transformations from various sources, including text readers, streams, strings, and embedded resources.
Thread Safety
Public static members of the type are guaranteed to be thread-safe.
Methods
| Compile(TextReader) | Compiles the XSLT transformation from the provided text reader. |
| Compile(Stream) | Compiles the XSLT transformation from the provided stream. |
| Compile(string) | Compiles the XSLT transformation from the provided string. |
