ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
Komodo
Tutorials
Feature Showcase
Live Projects
Remote Files
Custom Toolbars
Directory Shortcut
Export/Import a Project Package
Filesystem in Project
Custom Keybindings
Custom Template in a Project
Preview Cascading Style Sheets
Simple Snippets
Create a Prompting Snippet
Code Completion Snippet
Break on a Variable Value
Debug an XSLT Program
Fast String Finder
Incremental Searching
The Open/Find Toolbar
Installing Extensions
Using SCC
Google Run Command
Using Interactive Shells
Test a Regular Expression

MyASPN >> Reference >> Komodo >> Tutorials >> Feature Showcase
Komodo documentation

Feature Showcase: Debug an XSLT Program Komodo IDE only


When debugging XSLT programs in Komodo, view the execution location of the XSLT file and the XML input file at the same time.

Before you start: Open the xslt_sample.xsl file contained in the sample project. The key bindings used in this showcase are for Windows/Linux users. To find the equivalent key bindings for OS X, click Help|Key Bindings.

On the Debug menu, click Step In.






In the Debugging Options dialog box, enter birds.xml (also in the Komodo Sample Project) as the input file. Click OK.






Komodo displays split editor pane with yellow arrows showing point of execution in both the XML and XSLT files. Step through the code using the Step In button ('F11'), or set breakpoints and use the Go/Continue button ('F5').






When debugging is complete the results of the transformation appear in the Output tab. Select the HTML tab to preview the rendered results.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved