summaryrefslogtreecommitdiffstats
path: root/doc/en/xslt.html
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-13 21:47:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-06-25 10:41:03 +0200
commitae6f04289851574f38aedbd4666f7154cc67cad3 (patch)
treec8066d830ea80b8858878fce8e346473f135030c /doc/en/xslt.html
parentc9d8d7c859171b71180fd448aa53dd40e5e40c7e (diff)
downloadkdbg-ae6f04289851574f38aedbd4666f7154cc67cad3.tar.gz
kdbg-ae6f04289851574f38aedbd4666f7154cc67cad3.zip
Remove CMakeLists.txt for doc
Move doc directory up a level from kdbg/doc Add macro call to source root CMakeLists.txt Remove tde_conditional_add_subdirectory() macro call for doc Signed-off-by: Ray-V <ray-v@inbox.lv>
Diffstat (limited to 'doc/en/xslt.html')
-rw-r--r--doc/en/xslt.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/en/xslt.html b/doc/en/xslt.html
new file mode 100644
index 0000000..fdc5ec3
--- /dev/null
+++ b/doc/en/xslt.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="Author" content="Johannes Sixt">
+ <title>KDbg - User's Manual - Debugging XSLT scripts</title>
+</head>
+<body text="#000000" bgcolor="#FFFFFF">
+<p><a href="index.html">Contents</a></p>
+<h1>Debugging XSLT scripts</h1>
+<p>KDbg allows to debug XSLT (XML stylesheet translation) scripts using
+<a href="http://xsldbg.sourceforge.net/">xsldbg</a>, which must be available
+on your system.</p>
+<h2>Specifying the script and an XML file to transform</h2>
+<p>XSLT mode is automatically entered if a &quot;program&quot; is loaded
+that has a file name that ends in <tt>.xsl</tt>. In addition, the
+<A href="invocation.html">command line option</A> <tt>-l XSL</tt> can be
+specified to explicitly choose this mode.</p>
+<p>To debug an XSLT script it is necessary to specify an XML data file
+that the script can transform. This is done in the
+<a href="argspwdenv.html">Program Arguments</a> dialog, where the XML
+file is specified in the <em>Program Arguments</em> edit box.</p>
+</body>
+</html>