wearefrank / xslt-debugger

Utility library to debug XSLT's processed by Saxon and Xalan
2 stars 0 forks source link

Moved the exception given in xml output to the trace output #31

Closed MarkvdVorst closed 1 week ago

MarkvdVorst commented 2 weeks ago

Solves issue #29 Exception was shown in output xml. Instead it should be shown in the trace output for debugging. Added a getter for selectedTrace so that the exception can be added to the node that was currently being done.