Revision e1ac9628
Added by O'Neil Delpratt 3 months ago
latest10/hen/csource/api/Saxon.Api/Xslt.cs | ||
---|---|---|
708 | 708 |
get { return xsltCompiler.isFastCompilation(); } |
709 | 709 |
} |
710 | 710 |
|
711 |
|
|
712 |
[Obsolete("This property has been replaced by FastCompilation.")] |
|
713 |
public bool FastCompliation |
|
714 |
{ |
|
715 |
|
|
716 |
set { xsltCompiler.setFastCompilation(value); } |
|
717 |
get { return xsltCompiler.isFastCompilation(); } |
|
718 |
} |
|
719 |
|
|
711 | 720 |
/// <summary> |
712 | 721 |
/// Compile a stylesheet supplied as a <c>TextReader</c>. |
713 | 722 |
/// </summary> |
Also available in: Unified diff
Further bug fix to issue #4816 - deprecated the misspelt property name