xsl-list
[Top] [All Lists]

Re: [xsl] debugging xslt

2010-06-11 16:12:45
In addition to the XSLT IDEs already mentioned, some XSLT developers
use a standalone XPath tool for testing XPath expressions.

Features in such a tool that could help you and that might be missing
from more general purpose tools
:
1. An XPath debugger to step-through or into your expression
2. Context-aware auto-completion
3. Support for XPath variables
4. Fine control over namespaces and the context node
5. (A nice to have) Simultaneous testing/result-viewing over multiple documents
6. Facilties for naming, grouping, commenting and saving your
expressions for further testing/development

If you search online for 'XPath Tool' you will find a wide selection
listed, including the freeware SketchPath product that I've developed
(there's also a commercial product - SketchPath-Pro).

Regards
Phil Fearon
http://qutoric.com

On Fri, Jun 11, 2010 at 7:56 PM, Monosij Dutta-Roy
<monosij(_dot_)forums(_at_)gmail(_dot_)com> wrote:

I have also resorted to testing out XPath expressions in Java to check
what they contain and then trying them in XSLT. Just wondering if
there is a better way.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>