On 13 January 2012 19:25, Peter Dietz <[email protected]> wrote: > You can't debug XSLT development, but that doesn't bother me.
As of IntelliJ IDEA 11 - well, the commercial 'Ultimate' edition - that isn't the case any more. If you create an XML file for the input that you expect to pass to the stylesheet, you can set up a 'run' profile for a stylesheet and XML file, and either simply run the transformation, or set a breakpoint in the XSLT file and debug it. The operation of the debugger is a little bit idiosyncratic compared to the Java debugging, but it does work. G ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
