Revision 8e927388
Added by O'Neil Delpratt 3 months ago
latest10/hen/csource/api/Saxon.Api/Xslt.cs | ||
---|---|---|
702 | 702 |
/// defined in the Configuration.</para> |
703 | 703 |
/// </remarks> |
704 | 704 |
|
705 |
public bool FastCompliation {
|
|
705 |
public bool FastCompilation {
|
|
706 | 706 |
|
707 | 707 |
set { xsltCompiler.setFastCompilation(value); } |
708 | 708 |
get { return xsltCompiler.isFastCompilation(); } |
Also available in: Unified diff
Bug fix relating to issue #4816