vote up 12 vote down star
12

I think a lot of people know about tools like RegexBuddy. Is there something similar for XSLT?

flag

75% accept rate

6 Answers

vote up 14 vote down check

XSLT IDEs (Interactive Development Environments):

  • XSelerator (the one I've been using for 6-7 years). Free, has a Debugger for MSXML, has intellisense for both XSLT 1.0 and XSLT 2.0. In addition has some dynamic intellisense. The debugger has breakpoints, data breakpoints,visualizes temporary trees, variables, test conditions, current output, ..., etc.
  • VS2008 -- a good XML Editor + XSLT Debugger. Good static intellisence. Match patterns are statically checked. Breakpoints, data breakpoints, visualization of variables and the current output.
  • oXygen
  • XML-SPY (Altova)
  • Stylus Studio

XPath tools:

  • The XPath Visualizer -- A popular tool for learning XPath by playing with XPath expressions. Free and open source. Allows any XPath expression to be evaluated against a given XML document and displayes the results hi-lighted in the xml document (if they are node(s)) or in a separate box (if the results are atomic values). Allows xsl:variable-s to be defined and then used in XPath expressions. Allows xsl:key-s to be defined and then referenced by key() functions within XPath expressions.
link|flag
@Dimitre - thanks for posting the link to Xselerator! I've been using it for years (7?). When Marrow stopped selling it, I didn't know where it went. Now I know :) – Metro Smurf Jan 2 '09 at 22:07
Found myself struggling with the Visual Studio xslt debugger a lot, Xselerator's debugger seems a lot better (although suffers from programmer UI syndrome somewhat) – Luke Apr 7 at 21:48
+1, xselerator is the ultimate xslt weapon. – axel_c Dec 3 at 11:17
vote up 2 vote down

This is the closest I know that is free: XML Copy Editor

Altova XML Spy is excellent but expensive.

link|flag
vote up 1 vote down

If you just want to experiment with an XSLT expression, there's a sandbox on orbeon.com. Obviously, there are a bunch more features in RegexBuddy that this has no equivalent to, but it's a nice interactive way to play with some strange XSLT expression that you're trying to debug.

link|flag
vote up 2 vote down

I have used Architag XRay in the past (I have oXygen now). XRay is free and lightweight.

link|flag
Thanks for mentioning XRay. I am using it almost every day since I read this your answer. – thorn Dec 3 at 11:15
vote up 0 vote down

And your guerilla option, the bugged and seemingly unsupported free family favourite: XML cooktop

link|flag
vote up 0 vote down

Anybody, let's vote for XSLT support in LINQPad! http://linqpad.uservoice.com/pages/18302-linqpad-feature-suggestions/suggestions/405270-support-xslt

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.