Turn TextMate into an XSTL/XQuery editor/debugger.
To install, quit TextMate, download XSLMate PlugIn, unzip, and double-click. Then launch TextMate and select Show XSLMate Palette from the Window menu.
The XSLMate PlugIn adds an XSLT/XQuery debugging palette to the popular TextMate text editor for Mac OS X. While editing an XSTL stylesheet or XQuery program in TextMate, you can open the XSLMate palette to conveniently transform/execute the stylesheet/query against any source file and see different views of the result as well as console error messages. Here's how:
Currently, XSLMate is powered by libxml and NSXML and supports XSLT 1.0+XPath 1.0+EXSLT in XSLT mode and XQuery 1.0 in XQuery mode.
Implementation Details
XSLMate is written in Objective-C and C, and is based on:
XSLMate requires Mac OS X 10.4 Tiger or later.
XSLMate is developed by Todd Ditchendorf. Have feedback? Email me.