从 BizTalk Server 2013 R2 开始,使用 Use XSL Transform 属性指定是将 XslTransform 还是 XslCompiledTransform) 用于 XSLT 转换。 仅当为 XSLT 转换引擎属性选择 .Net Framework 时,才使用此属性。
类别
编译器
允许的值
| 值 | 说明 |
|---|---|
| Undefined | 如果选择“ 未定义 ”,则会在全局级别使用 “使用 XSL 转换 ”。 |
| 是 | XslTransform 用于 XSLT 转换。 |
| 否 | XslCompiledTransform 用于 XSLT 转换。 |
默认值
Undefined
注解
如果为映射级别属性选择了 “未定义 ”,则在全局级别使用 “使用 XSL 转换 ”。
在BizTalk Server上,打开注册表编辑器应用 (
regedit) ,然后转到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Server\3.0\Configuration。 添加具有以下属性的新 DWORD 值 :名称:UseXslTransform
值数据:11表示使用 XslTransform。 否则,使用 XslCompiledTransform。 如果此注册表项不存在,则 使用 XSL 转换 为0,这意味着使用 XslCompiledTransform。
注意
无法撤消或重做 Use XSL Transform 属性。