Я пробую свой первый XSLT 3.0 в BizTalk 2020 и выполняю «тестовую карту» в Visual Studio 2019. Ниже приведено окно вывода:
Invoking component...
C:\Users\Administrator\source\repos\SchemaLesson\MapXSLTDemos\Map_FlightReservation_to_FlightData_3.0.btm:
The compilation is using the CustomXslt and CustomExtensionXml tags to generate the output. The map content is ignored.
TestMap used the following file:
<file:///C:\Users\Administrator\AppData\Local\Temp\inputfile.xml> as input to the map.
C:\Users\Administrator\source\repos\SchemaLesson\MapXSLTDemos\Map_FlightReservation_to_FlightData_3.0.btm:
error btm1050: XSL transform error: Unable to write output instance to the following <file:///C:\Users\Administrator\AppData\Local\Temp\_MapData\MapXSLTDemos\Map_FlightReservation_to_FlightData_3.0_output.xml>.
Errors were reported during stylesheet compilation
Test Map failure for map file <file:///C:\Users\Administrator\source\repos\SchemaLesson\MapXSLTDemos\Map_FlightReservation_to_FlightData_3.0.btm>.
The output is stored in the following file: <file:///C:\Users\Administrator\AppData\Local\Temp\_MapData\MapXSLTDemos\Map_FlightReservation_to_FlightData_3.0_output.xml>
Component invocation succeeded.
Для меня проблема заключается в том, что есть ошибки [как говорится «ошибки были сообщены во время компиляции таблицы стилей»], но они не отображаются в окне вывода. Они записаны на диск в каком-то загадочном файле, который не указан в окне вывода? Я не прошу исправить мою указанную ошибку c, поэтому я не публикую код. Я хочу знать, как увидеть ошибки, которые «были зарегистрированы».
Из пользовательской сетки я перешел в окно свойств и установил «XSLT transform engine» на «Saxon 9 HE».
![enter image description here](https://i.stack.imgur.com/zQVGT.jpg)
Аналогичный вопрос был задан здесь . Но ответ решил определенные проблемы с кодом c, вместо того, чтобы рассказать человеку, как найти ошибки.