You do not need to manually configure Komodo for XSLT debugging. Komodo is hard-coded to use the Xalan-C engine, an XSL processor for transforming XML documents into HTML, text, or other XML document types. When you debug XSLT files with Komodo, you can simultaneously view the XSLT file, the input XML file, and the results of the transformation . If you assign a XML file to the XSLT program (by using the Choose File button, or by specifying the file name and path in the Input File field), Komodo will open a new horizontal editor pane beneath the XSLT editor pane, and display the XML file in it. You can set breakpoints in the XSLT file, the XML file, or both. During debugging, a yellow arrow on the breakpoint margin shows the current line of execution in both the XSLT and the XML file. Note - To debug an XML file on a remote server,enter the full URL to the XML file in the Input File field (for example, http://www.yourdomain.com/yourfile.xml). To debug an XSLT file:
Note - this release of Komodo does not support remote XSLT debugging (i.e., debugging an XSLT program that resides on a remote machine) or console XSLT debugging (i.e., debugging XSLT programs in a console window). ![]()
|