Use XSL Transform (Grid Property)
Starting with BizTalk Server 2013 R2, use the Use XSL Transform property to specify whether XslTransform or XslCompiledTransform) is used for XSLT transform. This property is only used when .Net Framework is selected for XSLT transform engine property.
Category
Compiler
Allowed Values
Value | Description |
---|---|
Undefined | If Undefined is selected, Use XSL Transform is used at the global level. |
Yes | XslTransform is used for XSLT transform. |
No | XslCompiledTransform is used for XSLT transform. |
Default Value
Undefined
Remarks
If Undefined is selected for the map level property, then Use XSL Transform is used at the global level.
On the BizTalk Server, open the registry editor app (
regedit
), and go toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Server\3.0\Configuration
. Add a new DWORD Value with the following properties:Name: UseXslTransform
Value data: 11
means XslTransform is used. Otherwise, XslCompiledTransform is used. If this registry entry doesn't exist, then Use XSL Transform is0
, which means XslCompiledTransform is used.
Note
You can't undo or redo the Use XSL Transform property.