Turn TextMate into an XSTL/XQuery editor/debugger.
To install, quit TextMate, download TeXSLMate PlugIn, unzip, and double-click. Then launch TextMate and select Show TeXSLMate Palette from the Window menu.
The TeXSLMate 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 TeXSLMate 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, TeXSLMate 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
TeXSLMate is written in Objective-C and C, and is based on:
TeXSLMate requires Mac OS X 10.4 Tiger or later.
TeXSLMate is developed by Todd Ditchendorf. Have feedback? Email me.