Compile a stylesheet supplied as a Stream.
An XsltExecutable
which represents the compiled stylesheet object.
The XsltExecutable may be loaded as many times as required, in the same or a different
thread. The XsltExecutable
is not affected by any changes made to the XsltCompiler
once it has been compiled.
XsltExecutable q = compiler.Compile(new FileStream("input.xsl", FileMode.Open, FileAccess.Read));
XsltCompiler Class | Saxon.Api Namespace | XsltCompiler.Compile Overload List