Documented XSLT debugging.
[kdbg.git] / kdbg / doc / en / xslt.html
blobfdc5ec3897a67f93801443829c9962d34adc4c8c
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="Author" content="Johannes Sixt">
6 <title>KDbg - User's Manual - Debugging XSLT scripts</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>Debugging XSLT scripts</h1>
11 <p>KDbg allows to debug XSLT (XML stylesheet translation) scripts using
12 <a href="http://xsldbg.sourceforge.net/">xsldbg</a>, which must be available
13 on your system.</p>
14 <h2>Specifying the script and an XML file to transform</h2>
15 <p>XSLT mode is automatically entered if a &quot;program&quot; is loaded
16 that has a file name that ends in <tt>.xsl</tt>. In addition, the
17 <A href="invocation.html">command line option</A> <tt>-l XSL</tt> can be
18 specified to explicitly choose this mode.</p>
19 <p>To debug an XSLT script it is necessary to specify an XML data file
20 that the script can transform. This is done in the
21 <a href="argspwdenv.html">Program Arguments</a> dialog, where the XML
22 file is specified in the <em>Program Arguments</em> edit box.</p>
23 </body>
24 </html>