XSLPalette is a floating palette that brings XSLT 2.0 XPath 2.0, XQuery debugging features to your favorite Mac OS X text editor. I like to combine Marc Liyanage's XSTL BBEdit Gossary for XSLT code auto-completion with XSLPalette for a full-featured XSLT editing environment.
XSLPalette is a floating, non-activating palette that will integrate well with your favorite text editor. XSLPalette will add the following to your text editor:
Ability to select XML source documents and XSLT stylehseets created in your editor of choice (like BBEdit).
Execute your XSLT transformation from the XSLPalette UI.
View intuitive error messages, s, and other diagnostic info in the XSLPalette console tab.
Ability to specify global s from the UI for dynamic XSLT.
View result of your transformation as raw text, a pretty DHTML Tree view (when appropriate), or a rendered HTML page (when appropriate).
Save your document and param settings as .xslpalette documents for opening later.
WHAT'S NEW
Version 1.3.3 is a bug fix release that should resolve classpath issues that prevented XSLPalette from working for many users.
Also a couple of small treats:
The bundled version of Saxon-B has also been updated to 8.9.
I've added one small feature: a user default for making the XSLPalette window a non-floating panel. This will prevent XSLPalette from floating above all other windows if you so desire:
defaults write us.dalo.XSLPalette floatingPanel -bool NO