From b90048d2140f0dd9b729dda2fbf0d2204ae1dc3c Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 16 Oct 2025 21:11:24 +0200 Subject: Remove kxsldbg - has been moved to a separate repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/CMakeLists.txt | 2 - doc/kxsldbg/1downarrow.png | Bin 485 -> 0 bytes doc/kxsldbg/CMakeLists.txt | 1 - doc/kxsldbg/Makefile.am | 3 - doc/kxsldbg/breakpoints_window.png | Bin 25394 -> 0 bytes doc/kxsldbg/callstack.docbook | 37 -- doc/kxsldbg/callstack_window.png | Bin 22889 -> 0 bytes doc/kxsldbg/configure.png | Bin 372 -> 0 bytes doc/kxsldbg/configure_window.png | Bin 19161 -> 0 bytes doc/kxsldbg/credits.docbook | 44 -- doc/kxsldbg/entities.docbook | 42 -- doc/kxsldbg/entities_window.png | Bin 18402 -> 0 bytes doc/kxsldbg/exit.png | Bin 705 -> 0 bytes doc/kxsldbg/glossary.docbook | 47 -- doc/kxsldbg/index.docbook | 150 ------ doc/kxsldbg/kxsldbg_configure.docbook | 102 ----- doc/kxsldbg/kxsldbg_inspector.docbook | 103 ----- doc/kxsldbg/kxsldbg_mainwindow.docbook | 455 ------------------- doc/kxsldbg/kxsldbg_tools.docbook | 93 ---- doc/kxsldbg/main_window.png | Bin 32294 -> 0 bytes doc/kxsldbg/next.png | Bin 165 -> 0 bytes doc/kxsldbg/publicid_window.png | Bin 7770 -> 0 bytes doc/kxsldbg/run.png | Bin 557 -> 0 bytes doc/kxsldbg/sources.docbook | 44 -- doc/kxsldbg/sources_window.png | Bin 18819 -> 0 bytes doc/kxsldbg/step.png | Bin 357 -> 0 bytes doc/kxsldbg/systemid_window.png | Bin 7808 -> 0 bytes doc/kxsldbg/templates.docbook | 34 -- doc/kxsldbg/templates_window.png | Bin 22782 -> 0 bytes doc/kxsldbg/variables.docbook | 69 --- doc/kxsldbg/variables_window.png | Bin 21549 -> 0 bytes doc/kxsldbg/walk_window.png | Bin 9652 -> 0 bytes doc/kxsldbg/xsldbg_break.png | Bin 181 -> 0 bytes doc/kxsldbg/xsldbg_data.png | Bin 192 -> 0 bytes doc/kxsldbg/xsldbg_delete.png | Bin 160 -> 0 bytes doc/kxsldbg/xsldbg_enable.png | Bin 204 -> 0 bytes doc/kxsldbg/xsldbg_output.png | Bin 108 -> 0 bytes doc/kxsldbg/xsldbg_refresh.png | Bin 183 -> 0 bytes doc/kxsldbg/xsldbg_source.png | Bin 189 -> 0 bytes doc/kxsldbg/xsldbg_stepdown.png | Bin 109 -> 0 bytes doc/kxsldbg/xsldbg_stepup.png | Bin 169 -> 0 bytes doc/man/CMakeLists.txt | 1 - doc/man/kxsldbg/CMakeLists.txt | 5 - doc/man/kxsldbg/kxsldbg.1 | 54 --- doc/xsldbg/CMakeLists.txt | 6 - doc/xsldbg/Makefile.am | 3 - doc/xsldbg/commands.docbook | 801 --------------------------------- doc/xsldbg/credits.docbook | 21 - doc/xsldbg/index.docbook | 112 ----- doc/xsldbg/introduction.docbook | 20 - doc/xsldbg/usage.docbook | 147 ------ doc/xsldbg/xsldbghelp.xml | 22 - doc/xsldbg/xsldbghelp.xsl | 115 ----- 53 files changed, 2533 deletions(-) delete mode 100644 doc/kxsldbg/1downarrow.png delete mode 100644 doc/kxsldbg/CMakeLists.txt delete mode 100644 doc/kxsldbg/Makefile.am delete mode 100644 doc/kxsldbg/breakpoints_window.png delete mode 100644 doc/kxsldbg/callstack.docbook delete mode 100644 doc/kxsldbg/callstack_window.png delete mode 100644 doc/kxsldbg/configure.png delete mode 100644 doc/kxsldbg/configure_window.png delete mode 100644 doc/kxsldbg/credits.docbook delete mode 100644 doc/kxsldbg/entities.docbook delete mode 100644 doc/kxsldbg/entities_window.png delete mode 100644 doc/kxsldbg/exit.png delete mode 100644 doc/kxsldbg/glossary.docbook delete mode 100644 doc/kxsldbg/index.docbook delete mode 100644 doc/kxsldbg/kxsldbg_configure.docbook delete mode 100644 doc/kxsldbg/kxsldbg_inspector.docbook delete mode 100644 doc/kxsldbg/kxsldbg_mainwindow.docbook delete mode 100644 doc/kxsldbg/kxsldbg_tools.docbook delete mode 100644 doc/kxsldbg/main_window.png delete mode 100644 doc/kxsldbg/next.png delete mode 100644 doc/kxsldbg/publicid_window.png delete mode 100644 doc/kxsldbg/run.png delete mode 100644 doc/kxsldbg/sources.docbook delete mode 100644 doc/kxsldbg/sources_window.png delete mode 100644 doc/kxsldbg/step.png delete mode 100644 doc/kxsldbg/systemid_window.png delete mode 100644 doc/kxsldbg/templates.docbook delete mode 100644 doc/kxsldbg/templates_window.png delete mode 100644 doc/kxsldbg/variables.docbook delete mode 100644 doc/kxsldbg/variables_window.png delete mode 100644 doc/kxsldbg/walk_window.png delete mode 100644 doc/kxsldbg/xsldbg_break.png delete mode 100644 doc/kxsldbg/xsldbg_data.png delete mode 100644 doc/kxsldbg/xsldbg_delete.png delete mode 100644 doc/kxsldbg/xsldbg_enable.png delete mode 100644 doc/kxsldbg/xsldbg_output.png delete mode 100644 doc/kxsldbg/xsldbg_refresh.png delete mode 100644 doc/kxsldbg/xsldbg_source.png delete mode 100644 doc/kxsldbg/xsldbg_stepdown.png delete mode 100644 doc/kxsldbg/xsldbg_stepup.png delete mode 100644 doc/man/kxsldbg/CMakeLists.txt delete mode 100644 doc/man/kxsldbg/kxsldbg.1 delete mode 100644 doc/xsldbg/CMakeLists.txt delete mode 100644 doc/xsldbg/Makefile.am delete mode 100644 doc/xsldbg/commands.docbook delete mode 100644 doc/xsldbg/credits.docbook delete mode 100644 doc/xsldbg/index.docbook delete mode 100644 doc/xsldbg/introduction.docbook delete mode 100644 doc/xsldbg/usage.docbook delete mode 100644 doc/xsldbg/xsldbghelp.xml delete mode 100644 doc/xsldbg/xsldbghelp.xsl (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 27232392..ac4235de 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,8 +1,6 @@ add_subdirectory( man ) tde_conditional_add_subdirectory( BUILD_QUANTA quanta ) -tde_conditional_add_subdirectory( BUILD_KXSLDBG kxsldbg ) -tde_conditional_add_subdirectory( BUILD_KXSLDBG xsldbg ) tde_conditional_add_subdirectory( BUILD_KOMMANDER kommander ) tde_conditional_add_subdirectory( BUILD_KLINKSTATUS klinkstatus ) tde_conditional_add_subdirectory( BUILD_KIMAGEMAPEDITOR kimagemapeditor ) diff --git a/doc/kxsldbg/1downarrow.png b/doc/kxsldbg/1downarrow.png deleted file mode 100644 index 7f38ac13..00000000 Binary files a/doc/kxsldbg/1downarrow.png and /dev/null differ diff --git a/doc/kxsldbg/CMakeLists.txt b/doc/kxsldbg/CMakeLists.txt deleted file mode 100644 index 10326ba8..00000000 --- a/doc/kxsldbg/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION kxsldbg ) diff --git a/doc/kxsldbg/Makefile.am b/doc/kxsldbg/Makefile.am deleted file mode 100644 index 41691557..00000000 --- a/doc/kxsldbg/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -KDE_LANG = en -KDE_DOCS = AUTO - diff --git a/doc/kxsldbg/breakpoints_window.png b/doc/kxsldbg/breakpoints_window.png deleted file mode 100644 index 07dea01e..00000000 Binary files a/doc/kxsldbg/breakpoints_window.png and /dev/null differ diff --git a/doc/kxsldbg/callstack.docbook b/doc/kxsldbg/callstack.docbook deleted file mode 100644 index 20c46fab..00000000 --- a/doc/kxsldbg/callstack.docbook +++ /dev/null @@ -1,37 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
- -Working With the Callstack - - -All call stack items found are listed here. The older the callstack entry -the lower the frame number it will have. See below for an example. - - -The Callstack Window - - - - -The Callstack Window - - - - -Clicking on a callstack entry in the list shown will cause the cursor in -the main window to move to the file and line number indicated. - -
- diff --git a/doc/kxsldbg/callstack_window.png b/doc/kxsldbg/callstack_window.png deleted file mode 100644 index b61e05d4..00000000 Binary files a/doc/kxsldbg/callstack_window.png and /dev/null differ diff --git a/doc/kxsldbg/configure.png b/doc/kxsldbg/configure.png deleted file mode 100644 index 63100c47..00000000 Binary files a/doc/kxsldbg/configure.png and /dev/null differ diff --git a/doc/kxsldbg/configure_window.png b/doc/kxsldbg/configure_window.png deleted file mode 100644 index 1b8f3b53..00000000 Binary files a/doc/kxsldbg/configure_window.png and /dev/null differ diff --git a/doc/kxsldbg/credits.docbook b/doc/kxsldbg/credits.docbook deleted file mode 100644 index 0bd018d6..00000000 --- a/doc/kxsldbg/credits.docbook +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
-Credits and Licenses - -&kxsldbg; © 2004 Keith Isdale -Documentation © 2004 Keith Isdale - - - -Thanks to: - - -The writers the libxml and -libxslt. - - - - -Robert Jacolin for feedback on earlier version of &kxsldbg;. - - - - -Igor Zlatkovic for creating WIN32 binaries of -libxml/xslt and &xsldbg;. - - - -&underFDL; -&underGPL; - -
diff --git a/doc/kxsldbg/entities.docbook b/doc/kxsldbg/entities.docbook deleted file mode 100644 index 1f680971..00000000 --- a/doc/kxsldbg/entities.docbook +++ /dev/null @@ -1,42 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
-Working With &XML; Data Files (Entities) - - If the inspector dialog is not showing use the -Tools Show inspectors - menu item. To work with entities click on the -Entities tab of dialog shown. - - All external &XML; entities included via the DATA file or one -of its siblings are listed here. For this example I have run &kxsldbg; -on testdoc.xsl with -testdoc.xml (found in the -<KDE PREFIX>/share/apps/kxsldbg folder so that you can see some entities. - - -The Entities Window - - - - -The Entities Window - - - - -Clicking on a entity entry in the list shown will cause the cursor in the -main window to move to the start of the file indicated. - -
diff --git a/doc/kxsldbg/entities_window.png b/doc/kxsldbg/entities_window.png deleted file mode 100644 index 6cfd38c1..00000000 Binary files a/doc/kxsldbg/entities_window.png and /dev/null differ diff --git a/doc/kxsldbg/exit.png b/doc/kxsldbg/exit.png deleted file mode 100644 index 19cae8de..00000000 Binary files a/doc/kxsldbg/exit.png and /dev/null differ diff --git a/doc/kxsldbg/glossary.docbook b/doc/kxsldbg/glossary.docbook deleted file mode 100644 index 4a980984..00000000 --- a/doc/kxsldbg/glossary.docbook +++ /dev/null @@ -1,47 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
- - -Keywords - -&xsldbg; - - -See . - - - - - -XPath - - -A valid expression that defines what data is required. See -W3C web site. - - - - - -QName - - -A fully qualified name. For example, xsl:myvariable. -See W3C web site - - - - -
diff --git a/doc/kxsldbg/index.docbook b/doc/kxsldbg/index.docbook deleted file mode 100644 index 3dc746bd..00000000 --- a/doc/kxsldbg/index.docbook +++ /dev/null @@ -1,150 +0,0 @@ - -KXSLDbg"> - - - - - - - - - - - - - - - xsldbg"> - DTD"> - XSD"> - XSLT"> -]> - - - - -The &kxsldbg; Handbook - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- - - -
- - -2002 -2003 -2004 -Keith Isdale - - -&FDLNotice; -2004-11-18 -0.5 - - - -&kxsldbg; provides a graphic user interface front-end to -&xsldbg;, which supports -debugging of &XSLT; scripts. - - - - -KDE -xsldbg -libxslt -debugger - -
- - -Introduction - - -Features - - -&kxsldbg; provides access to most of &xsldbg;'s commands to - - - - -Set and modify breakpoints - - - - -Display value of XPaths - - - - -Display information about the templates, variables, -callstack entries, stylesheets and entities present - - - - -Set and modify breakpoints and variables - - - - -Move around &XSL; source and &XML; document via XPaths - - - - -Lookup PUBLIC and SYSTEM ID's in the current &XML; catalog - - - - - - - -Recently added features -&kxsldbg; can now - - - - -Set and modify variables - - - - -Renders the text in the main window using the &kate; libraries - - - - - - - - - -Using &kxsldbg; -&configure-section; -&mainwindow-section; -&inspector-section; -&variables; -&callstack; -&templates; -&sources; -&entities; -&tools-section; - - -&credits-chapter; - -
diff --git a/doc/kxsldbg/kxsldbg_configure.docbook b/doc/kxsldbg/kxsldbg_configure.docbook deleted file mode 100644 index 115cd4d3..00000000 --- a/doc/kxsldbg/kxsldbg_configure.docbook +++ /dev/null @@ -1,102 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
- -Configuring a &kxsldbg; Session - - -You start configuration by clicking - -Debug -Configure - in the Menubar. - - - -The Configuration Dialog - - - - -The Configuration Dialog -The Configuration Dialog. - - - - -Getting Started - - -To be able to run a stylesheet you need to specify the: - -&XSL; source -&XML; data -Output file - - - - By using the ... button to choose file -desired. The &XSL; source and >&XML; data may refer -to URI that contains a http://, ftp:// or file://. The Output file -must refer to a writable local file. - -To follow along with the examples, select the following files in the -example <KDE PREFIX>/share/apps/kxsldbg folder - -&XSL; source: testdoc.xsl -&XML; data: testdoc.xml -Output file: /tmp/xsldbg_output.txt - - - - - -Working With Options - - -You can select zero or more options from the Options dialog. Each option has a tooltip with a hint on what effect it has. - - - - -Working With Parameters - - -You can add zero or more parameters via the LibXSLT Parameters -section of dialog. This allows you to provide parameter values to the -stylesheet. - - - -For example you could add a enter a Parameter name of myparam -with a Parameter value of 'Hello World!' and click the Add button. -. To update the value of an existing -parameter just use the navigate to the value you wish to change with the Prev or Next button, provide a new Parameter value then click the Apply. - - - - -Apply Changes - - -For the changes you have made to take effect press the Apply -button. To ignore any changes press the Cancel button. - - - -You can close the dialog using the X provided at the top right of the window. If you need to change the configuration just re-open the -configuration dialog as shown before. - - -
diff --git a/doc/kxsldbg/kxsldbg_inspector.docbook b/doc/kxsldbg/kxsldbg_inspector.docbook deleted file mode 100644 index ec9995bc..00000000 --- a/doc/kxsldbg/kxsldbg_inspector.docbook +++ /dev/null @@ -1,103 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
-Setting and Modifying Breakpoints - - -The primary way to work with breakpoints is via the main window. See - - - - -Once you have started the style sheet, you can use the - -Tools -Show inspectors - -menu item. Then click on the Breakpoints tab. See below for an example. - - - -Setting Breakpoints - - - - -Setting Breakpoints - - - - -Adding a Breakpoint - - -You can add a breakpoint by supplying any of: - -a file and line number - -a template name - -a template name and a mode name - -a mode name - - - - - -And then pressing the Add button. - - - - -Argument Details - - -A file name may be absolute path to a local file. Or partial file (⪚ -xsldoc.xsl). - - - -A template or mode name may is fully Qualified Name where the non-local -part is optional ⪚ xsl:mytemplate is matched by -mytemplate - - - - -Deleting a Breakpoint - - -Firstly left mouse click the breakpoint you want to delete in the list of -current breakpoints. Then click the Delete button. - - - - -Deleting All Breakpoints - - -Click the Delete All button. - - - - -Enabling or Disabling a Breakpoint - - -Firstly &LMB; click the breakpoint you want to delete in the list of -current breakpoints. Then click the Enable button. - - -
diff --git a/doc/kxsldbg/kxsldbg_mainwindow.docbook b/doc/kxsldbg/kxsldbg_mainwindow.docbook deleted file mode 100644 index 3dcd3a55..00000000 --- a/doc/kxsldbg/kxsldbg_mainwindow.docbook +++ /dev/null @@ -1,455 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
-Using the Main Window - - -The Main Window - - - - -A text view of the current file being debugged -A text view of the current file being debugged. - - - - -Working With the Main Window - - -The state of a given breakpoint is indicated via the relevant text with a different background color. -You can choose the color desired: see the -SettingsConfigure -Editor dialog, on the -Colors page. - - -You can set, disable or delete a breakpoint using keys, the Debug menu or the buttons on the tool bar. - -You can move the cursor around the text using the following keys: - - -Arrow keys: Left Arrow, Right Arrow, Up Arrow or Down Arrow. -Page keys: Page Up or Page Down - - - - - - -Working With &kxsldbg; Output - - -Most of the output from &kxsldbg; is captured and presented either in the -inspectors dialog or the &kxsldbg; output window. The exceptions to this rule -are: - - -An error message that comes from &kxsldbg; is displayed inside a message dialog. - - -The result of evaluating an expression is displayed in a message dialog. - - -The output of search is sent to the file indicated in the &kxsldbg; output window. - - - - - - - -
diff --git a/doc/kxsldbg/kxsldbg_tools.docbook b/doc/kxsldbg/kxsldbg_tools.docbook deleted file mode 100644 index 0fa7ae8a..00000000 --- a/doc/kxsldbg/kxsldbg_tools.docbook +++ /dev/null @@ -1,93 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
- -Miscellenous Tools - - -Several tools are available via the tools menu the main tool is the -inspector tool. - - - -Inspector Tool - - -The inspector tool is the contains all the individual dialogs for working -with: - -Breakpoints -Templates -Variables -Callstack entries -&XSL; source files -&XML; Enties - - - - - -Execute by Walking - -By clicking on Start execution with -walking menu a dialog is shown to allow the walk speed -to be chosen. - - -The Walk Window - - - - -The Walk Window - - - -To stop walking either use the W key or select the -Start execution with walking menu item. - - - -Lookup &XML; Entities - -To lookup a System ID in the current &XML; catalog -use the Lookup System ID menu then enter the -value to find the the dialog that displays. - - -The System ID Window - - - - -The System ID Window - - - -To lookup a PUBLIC ID use the Lookup Public -ID menu entry then enter the value to find the the dialog that -displays. - - -The Public ID Window - - - - -The Public ID Window - - - - -
diff --git a/doc/kxsldbg/main_window.png b/doc/kxsldbg/main_window.png deleted file mode 100644 index ef4f879a..00000000 Binary files a/doc/kxsldbg/main_window.png and /dev/null differ diff --git a/doc/kxsldbg/next.png b/doc/kxsldbg/next.png deleted file mode 100644 index 8f8da2cc..00000000 Binary files a/doc/kxsldbg/next.png and /dev/null differ diff --git a/doc/kxsldbg/publicid_window.png b/doc/kxsldbg/publicid_window.png deleted file mode 100644 index 70b39eee..00000000 Binary files a/doc/kxsldbg/publicid_window.png and /dev/null differ diff --git a/doc/kxsldbg/run.png b/doc/kxsldbg/run.png deleted file mode 100644 index c5d0907d..00000000 Binary files a/doc/kxsldbg/run.png and /dev/null differ diff --git a/doc/kxsldbg/sources.docbook b/doc/kxsldbg/sources.docbook deleted file mode 100644 index ecfb658e..00000000 --- a/doc/kxsldbg/sources.docbook +++ /dev/null @@ -1,44 +0,0 @@ - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
-Working With &XSLT; Source Files (Sources) - - -If the inspector dialog is not showing use the - -Tools - -Show inspectors - -menu item. To work with sources click on the sources tab of dialog shown. - - - -All &XSLT; source files that are included by the &XSLT; file or one of its -siblings are listed here. - - -The Sources Window - - - - -The Sources Window - - - - -Clicking on a source entry in the list shown will cause the cursor in the -main window to move to the start of file indicated. - -
diff --git a/doc/kxsldbg/sources_window.png b/doc/kxsldbg/sources_window.png deleted file mode 100644 index b29fcf47..00000000 Binary files a/doc/kxsldbg/sources_window.png and /dev/null differ diff --git a/doc/kxsldbg/step.png b/doc/kxsldbg/step.png deleted file mode 100644 index dd04d93b..00000000 Binary files a/doc/kxsldbg/step.png and /dev/null differ diff --git a/doc/kxsldbg/systemid_window.png b/doc/kxsldbg/systemid_window.png deleted file mode 100644 index 92fd023d..00000000 Binary files a/doc/kxsldbg/systemid_window.png and /dev/null differ diff --git a/doc/kxsldbg/templates.docbook b/doc/kxsldbg/templates.docbook deleted file mode 100644 index bdd0bdd2..00000000 --- a/doc/kxsldbg/templates.docbook +++ /dev/null @@ -1,34 +0,0 @@ - -Working With Templates - - -If the inspector dialog is not showing use the - -Tools -Show inspectors - -menu item. To work with templates click on the templates tab of dialog -shown. - - - -All templates found are listed here. Please note that the export rules of -&XSLT; apply. So only there may be more than one template with the same -match and mode details. - - -The Templates Window - - - - -The Templates Window - - - - -Clicking on a template entry in the list shown will cause the cursor in -the main window to move to the file and line number indicated. - - - diff --git a/doc/kxsldbg/templates_window.png b/doc/kxsldbg/templates_window.png deleted file mode 100644 index 3bb892a9..00000000 Binary files a/doc/kxsldbg/templates_window.png and /dev/null differ diff --git a/doc/kxsldbg/variables.docbook b/doc/kxsldbg/variables.docbook deleted file mode 100644 index 7cdd1cdf..00000000 --- a/doc/kxsldbg/variables.docbook +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- -
-
- -Working With Variables - - -If the inspector dialog is not showing use the - -Tools -Show inspectors - -menu item. - - - -Local and global variables are show in a tab on the inspector dialog. -The following example shows a XSLT code segment that declares a global and a local variable - - - - <xsl:variable name="globalvariable" select="'foo'"/> - - <xsl:template match="/"/> - <xsl:param name="localvariable" select="'bar'"/> - </xsl:template match="/"/> - - - -Clicking with with mouse on a variable in the list will cause summary -information to be displayed in the bottom of the dialog. If a variable has - a select expression, for example - - - - <xsl:variable name="changeable" select="'oldValue'" /> - - - -then a new XPath an be choosen by entering a new value - for Variable expression then clicking the Set expression button. - - -The Variables tab - - - - -The Variables Tab -The Variables Tab - - - - -Clicking on a variable entry in the list shown will cause the cursor in -the main window to move to the file and line number indicated. - -
diff --git a/doc/kxsldbg/variables_window.png b/doc/kxsldbg/variables_window.png deleted file mode 100644 index 90e40287..00000000 Binary files a/doc/kxsldbg/variables_window.png and /dev/null differ diff --git a/doc/kxsldbg/walk_window.png b/doc/kxsldbg/walk_window.png deleted file mode 100644 index 4040fa22..00000000 Binary files a/doc/kxsldbg/walk_window.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_break.png b/doc/kxsldbg/xsldbg_break.png deleted file mode 100644 index 84365033..00000000 Binary files a/doc/kxsldbg/xsldbg_break.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_data.png b/doc/kxsldbg/xsldbg_data.png deleted file mode 100644 index db06dc53..00000000 Binary files a/doc/kxsldbg/xsldbg_data.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_delete.png b/doc/kxsldbg/xsldbg_delete.png deleted file mode 100644 index 74486e3d..00000000 Binary files a/doc/kxsldbg/xsldbg_delete.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_enable.png b/doc/kxsldbg/xsldbg_enable.png deleted file mode 100644 index 9d538bf0..00000000 Binary files a/doc/kxsldbg/xsldbg_enable.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_output.png b/doc/kxsldbg/xsldbg_output.png deleted file mode 100644 index 0492efb3..00000000 Binary files a/doc/kxsldbg/xsldbg_output.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_refresh.png b/doc/kxsldbg/xsldbg_refresh.png deleted file mode 100644 index 5f1b025c..00000000 Binary files a/doc/kxsldbg/xsldbg_refresh.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_source.png b/doc/kxsldbg/xsldbg_source.png deleted file mode 100644 index 126cc081..00000000 Binary files a/doc/kxsldbg/xsldbg_source.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_stepdown.png b/doc/kxsldbg/xsldbg_stepdown.png deleted file mode 100644 index 202fccfb..00000000 Binary files a/doc/kxsldbg/xsldbg_stepdown.png and /dev/null differ diff --git a/doc/kxsldbg/xsldbg_stepup.png b/doc/kxsldbg/xsldbg_stepup.png deleted file mode 100644 index 446623d9..00000000 Binary files a/doc/kxsldbg/xsldbg_stepup.png and /dev/null differ diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt index 13caef20..26dc0948 100644 --- a/doc/man/CMakeLists.txt +++ b/doc/man/CMakeLists.txt @@ -1,5 +1,4 @@ tde_conditional_add_subdirectory( BUILD_QUANTA quanta ) -tde_conditional_add_subdirectory( BUILD_KXSLDBG kxsldbg ) tde_conditional_add_subdirectory( BUILD_KOMMANDER kommander ) tde_conditional_add_subdirectory( BUILD_KLINKSTATUS klinkstatus ) tde_conditional_add_subdirectory( BUILD_KIMAGEMAPEDITOR kimagemapeditor ) diff --git a/doc/man/kxsldbg/CMakeLists.txt b/doc/man/kxsldbg/CMakeLists.txt deleted file mode 100644 index d701aad2..00000000 --- a/doc/man/kxsldbg/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -install( - FILES kxsldbg.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) diff --git a/doc/man/kxsldbg/kxsldbg.1 b/doc/man/kxsldbg/kxsldbg.1 deleted file mode 100644 index 11b551f6..00000000 --- a/doc/man/kxsldbg/kxsldbg.1 +++ /dev/null @@ -1,54 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH KXSLDBG 1 "October 19, 2004" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -kxsldbg \- a graphical XSLT debugger for TDE -.SH SYNOPSIS -.B kxsldbg -[ \fIgeneric-options\fP ] -.SH DESCRIPTION -\fBKXSLDbg\fP is a graphical debugger for XSLT scripts. It provides -a graphical front-end to the text-based debugger -.BR xsldbg (1). -KXSLDbg can be run as a standalone application or as an embedded TDE part. -.PP -XSLT is an XML language for defining transformations of XML files from -XML to some other arbitrary format, such as XML, HTML, plain text, etc., -using standard XSLT stylesheets. -.PP -This application is part of the official TDE web development module. -.SH OPTIONS -For a full summary of options, run \fIkxsldbg \-\-help\fP. -.SH SEE ALSO -.BR quanta (1), -.BR xsldbg (1). -.PP -Full user documentation is available through the TDE Help Centre. -You can also enter the URL -\fIhelp:/kxsldbg/\fP -directly into konqueror or you can run -`\fIkhelpcenter help:/kxsldbg/\fP' -from the command-line. -.PP -If the TDE Help Centre is not installed then you can install the package -\fItdewebdev-doc-html\fP and read this documentation in HTML format from -\fI/opt/trinity/share/doc/tde/HTML/en/kxsldbg/\fP. -.SH AUTHOR -KXSLDbg was written by Keith Isdale . -.br -This manual page was prepared by Ben Burton -for the Debian GNU/Linux system (but may be used by others). diff --git a/doc/xsldbg/CMakeLists.txt b/doc/xsldbg/CMakeLists.txt deleted file mode 100644 index 812e1a36..00000000 --- a/doc/xsldbg/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -tde_create_handbook( DESTINATION xsldbg ) - -install( - FILES xsldbghelp.xml xsldbghelp.xsl - DESTINATION ${HTML_INSTALL_DIR}/en/xsldbg -) diff --git a/doc/xsldbg/Makefile.am b/doc/xsldbg/Makefile.am deleted file mode 100644 index 41691557..00000000 --- a/doc/xsldbg/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -KDE_LANG = en -KDE_DOCS = AUTO - diff --git a/doc/xsldbg/commands.docbook b/doc/xsldbg/commands.docbook deleted file mode 100644 index 0c1e6735..00000000 --- a/doc/xsldbg/commands.docbook +++ /dev/null @@ -1,801 +0,0 @@ - - -Command Reference - -Addparam -Add a libxslt parameter ; equivalent to providing --param <QNAME>:<XPATH> via command line. - - -Addparam usage - -addparam <QNAME> <XPATH>    (The <XPATH> must not contain any spaces nor double quotation marks.) -addparam <QNAME> "<XPATH>"    (Must not contain double quotation marks in <XPATH>) - - -
-
- -Addwatch -Add an expression to be watched. See showwatch for display watch values -Shortcut name: watch -Addwatch usage - -addwatch <XPATH> - - -
-
- -Base -Print the base for this node -Base usage - - -base - - -
-
- -Break -Break at a template, at a location in a stylesheet or xml file loaded by xsldbg, or at the current node. -New for xsldbg 3.1.4: When in gdb compatabilty mode orpaned breakpoints can be -set at a specific file and line number and be resolved to an active later on. -Shortcut name: bxsldbg will try to guess the complete URL given a - - -file name without a path specified. -a file name in the same directory as the "top" stylesheet loaded -a file name relative to the current working directory of xsldbg - - -Ie if you have loaded a stylesheet file of ../en/xsldoc.xsl you can do this - break -l xsldoc.xsl 26 -This command will match a partial or complete QNAME template and or mode name provided. Eg "template" will ma/tch any QNAME with a local part of "template" -Any name spaces in the provided QNAME will be expanded as specified -by the names spaces defined in the XSL SOURCE file. eg "xsl:test1" will be expanded to "http://www.w3.org/199/XSL/Transform:test1" -A requested breakpoint may need to be resolved to its associated URL and line number. This is done automaticly after -the first template has been seen by xsldbg. Breakpoints are re-validated shortly after the start of each run. -Automatic breakpoint validation is used when gdb mode is enabled - the default behaviour of xsldbg -Break usage - - -break -l <FILENAME> <LINENO>    (To set breakpoint at specified file, line number) -break -l <URI> <LINENO>    (To set breakpoint at specified URI, line number) -break <TEMPLATE_NAME>    (To break at named or matched template.) -break <TEMPLATE_NAME> <MODE_NAME>    (To break at named template with given mode.)> -break "" <MODE_NAME>    (To break at any template that has a given mode name) -break *    (To break at any template found.) -break \*    (To break at the "*" template. Other name that include '*' will not be treated specialy.) -break     (To break point at current node. Yes that includes xml data nodes!) - - -
-
- -Bye -Exit processing stylesheet as soon as possible. -Bye usage - - -bye - - -
-
- -Cat -Print the result of a xpath expression on relative current node. -Cat usage - - -Usage : cat <XPATH>    (To view a variable or parameter) -Usage : cat $<QNAME> - - -
-
- -Cd -Change to the path specified by a xpath. -Cd usage - - -<< = preceding-sibling::node() ->> = following-sibling::node() -<- = ancestor::node() --> = decendant::node() - -
-
- -Chdir -Change the working directory -Chdir usage - - -chdir <PATH>    (A relative or absolute path for operating system) - - -
-
- -Continue -Continue running stylesheet, stopping at any break points found. -Shortcut name: c -Contine usage - - -continue - - -
-
- -Data -Switch to displaying the current node in xml data. Or change xml data used -Data usage - - -data    (Switch to the current document node.) -data <DATA>    (To change to a new xml data file. A leading "~" is replaced by the $HOME environment variable value. Will need to use "run" command to process it) - - -
-
- -Delete -Delete a template breakpoint -Shortcut name: d -Delete usage - - -delete    (To delete breakpoint at current node) -delete <BREAKPOINT_ID>    (To delete breakpoint at specified break point number) -delete -l <FILENAME> <LINENO>    (Delete at specifed file, line number) -delete -l <URI> <LINENO>    (Delete at specifed URI, line number) -delete <TEMMPLATENAME>    (To delete break point at named template.) -delete *    (To delete all break points.) - - -
-
- -Delparam -Delete a libxslt parameter -Delparam usage - - -delparam    (Delete all parameters present) -delparam <PARAM_ID> - - -
-
- -Delwatch -Delete a watch expression or remove all watch expressions as displayed by "showwatch." command -Delwatch usage - - -delwatch <WATCHID>    (Delete a watch expression with given ID) -delwatch *    (Delete all watch expressions) - - -
-
- -Dir -Print list of nodes in a similary way to the dir shell command. - -Dir usage - - -dir - - -
-
- -Disable -Disable a breakpoint -Disable usage - - -disable    (To disable breakpoint at current node) -disable <BREAKPOINT_ID>    (To disable breakpoint at specified break point number -disable -l <FILENAME> <LINENO>    (Disable breakpoint at specifed file, line number) -disable -l <URI> <LINENO>    (Disable breakpoint at specifed URI, line number) - - -
-
- -Du -Print a summary of child nodes in a tree format. -Du usage - - -du - - -
-
- -Dump -Dump the gory details of this node -Dump usage - - -dump - - -
-
- -Enable -Enable or disable a breakpoint (Toggle enable/disable/) -Shortcut name: e -Enable usage - - -enable    (To enable/disable breakpoint at current node) -enable <BREAKPOINT_ID>    (To enable/disable breakpoint at specified break point number -enable -l <FILENAME> <LINENO>    (Enable/disable breakpoint at specifed file, line number) -enable -l <URI> <LINENO>    (Enable/disable breakpoint at specifed URI, line number) - - -
-
- -Entities -Print list of external General Parsed entities used data file (document) -Shortcut name : ent -Entities usage - - -entities - - -
-
- -Exit -Exit processing stylesheet as soon as possible. -Exit usage - - -exit - - -
-
- -Frame -Print the stack frame at a given depth -Shortcut name: f -Frame usage - - -frame <FRAME_DEPTH>    (Depth is a number from 0 to the current depth of call stack) - - -
-
- -Free -Free stylesheet and data (Disabled see run) -Free usage - - -free - - -
-
- -Globals -Print a list of global stylesheet variables or parameters. Print the value of a global variable -Globals usage - - -globals    (Print list of all globaly available variables) -globals -f    (Print list of all globaly available variables and thier values) -globals <QNAME>    (Print the value of variable specified) - - -
-
- -Help -Display help on command or overiew -Shortcut name: h -Help usage - - -help     (Show overview of product) -help <COMMAND>     (Show help about a command) - - -
-
- -Load -Load the xsldbg's options and user preferences from disk -Load usage - - -load - - -
-
- -Locals -Print a list of local stylesheet variables or parameters. Print the value of a local variable -Locals usage - - -locals    (Print list of all locally available variables) -locals -f    (Print list of all locally available variables and thier values) -locals <QNAME>    (Print the value of variable specified) - - -
-
- -Ls -List nodes in a brief format -Ls usage - - -ls - - -
-
- -Next -Skip over an xsl:call-template or xsl:apply-templates. -This command has the same effect of entering the commands "step" and then "up" -Shortcut name: n -Next usage - - -next    (proceed to next sibling instruction) - - -
-
- -Options -Print the values for xsldbg's option -Options usage - - -options - - -
-
- -Output -Specify a local, writable file to be used for output of results -Shortcut name : o -Output usage - - -output <FILENAME>    (A local writable file name. Which can have a "~" prefix on *nix and CYGWIN platforms. Or environment variables under RISC OS) -output <URI>    (The <URI> must only use the "file://" protocol. This is then converted to a file name suitable for the operating system) -output -    ( Send to standard output. Must only be used when using xsldbg's command line prompt ) - - -
-
- -Public -Print the value that a public ID maps via the current catalog -Shortcut name : pub -Public usage - - -public "<PublicID>" - - -
-
- -Pwd -Print the current working directory. -Pwd usage - - -pwd - - -
-
- -Quit -Exit processing stylesheet as soon as possible. -Shortcut name: q -Quit usage - - -quit - - -
-
- -Run -Restart the stylesheet. -Shortcut name: r -Run usage - - -run - - -
-
- -Save -Save the xsldbg's options and user preferences to disk -Save usage - - -save - - -
-
- -Search -Search a dataBase of all information gathered from stylesheets loaded -All output files are stored in, value of the "searchresultspath" option if set, or the same directory as the provided stylesheet. searchresults.xml is normally transformed by search.xsl, but will be transformed using searchhtml.xsl if the "prefrehtml" option is set. -When the search command is issued a xml file (searchresults.xml) will be created. You can then process this file with your own stylesheet to present data in a other ways. If "preferhtml" option is not set -then searchresult.txt is printed to display. -Depending on the amount of data collected it might take a while to complete this command. - -Search usage - - -search <XPATH>    (See what xpath can be used see search.dtd. The deafault <XPATH> is '//search/*' ) -search -sort <XPATH>    (Tell search.xsl to sort the result before outputing it) - - -
-
- -Set -Set the value of a variable -Set usage - - -set <VARIABLE_NAME> <XPATH> - - -
-
- -Setoption -Set an option for execution of stylesheet -You will need to use run command to active changes -Setoption usage - - -setoption <OPTION_NAME> <INTEGER_VALUE> -Where <OPTION_NAME> can be either - - - - - debug    (If <INTEGER_VALUE> is true dump the tree of the result instead) - catalogs    (If <INTEGER_VALUE> is true use the catalogs from $SGML_CATALOG_FILES or SGML$CatalogFiles for risc operating system) - html    (If <INTEGER_VALUE> is true the input document is an HTML file) - docbook    (If <INTEGER_VALUE> is true and docbook is still supported by libxml the input document is SGML docbook) - xinclude    (If <INTEGER_VALUE> is true do XInclude processing on document intput) - preferhtml    (If <INTEGER_VALUE> is true the prefer html output for search results. : See search command) - autoencode    (If <INTEGER_VALUE> is true try to use the encoding from the stylesheet) - utf8input    (If <INTEGER_VALUE> is true All input from user is in UTF-8.This is normaly used when xsldbg is running as a thread) -      - gdb    (Run in gdb compatability mode) - - - - For a value of 1 this means - - - - Print lots more messages. Increase the frequency of printing "Breapoint at ..." - At most GDB_LINES_TO_PRINT lines will be printed when evalating expressions, followed by a "...". See options.h to change this value, the default is three lines of text - Both local and globals will be printed when the "locals" command is issued - When printing expresssions with cat/print. The evaluated value will be prefixed by "= " < EXPRESSION > - - - - - - For a value of 2 this means - - - - Print messages needed by KDbg as well as the output state above (when value is 1) - - - - - - - - - nonet    (If <INTEGER_VALUE> is true refuse to fetch DTDs or entities over network) - novalid    (If <INTEGER_VALUE> is true skip the DTD loading phase) - repeat    (If <INTEGER_VALUE> is true run the transformation 20 times) - profile    (If <INTEGER_VALUE> is true dump profiling informations) - timing    (If <INTEGER_VALUE> is true display the time used) - noout    (If <INTEGER_VALUE> is true do not dump the result) - - - - -Where value is true if it is NOT equal to zero -Where value is false if it IS equal to zero -stdout    Print all error messages to stdout. Normally error messages go to stderr. -setoption <OPTION_NAME> "<STRING_VALUE>"    (Must not contain double quotation marks in <STRING_VALUE>) -setoption <OPTION_NAME> <STRING_VALUE>    (Must not contain any spaces, nor double quotation marks in <STRING_VALUE>) -Where <OPTION_NAME> can be either - - - - - data    (Data file's URI) - source    (Source file's URI) - output    (Output file's SystemID ) - docspath    (Path to use when looking for documentation) - catalognames    (The names of the catalogs to use when the catalogs option is set. Value will be lost if set before setting catalogs option) - encoding    (What encoding to use for standard output) - searchresultspath    What path is to be used when storing the results of searching. If this is not set then xsldbg will use the path of the stylesheet - - - - - -
-
- -Shell -Execute shell command -Shell usage - - -shell <TEXT>    (<TEXT> is the text to be passed to operating system for execution) - - -
-
- -Showbreak -To display list of template break points. -Shortcut name: showIf a mode exists on a template breakpoint then it will - be appended to the end of template name for breakpoint. An example of the output is : - - - Breakpoint 3 enabled for template :"*" in file test1.xsl : line 105 - Breakpoint 2 enabled for template :"* testMode" in file test1.xsl : line 109 - Breakpoint 1 enabled for template :"* http://www.w3.org/1999/XSL/Transform:testMode" in file test1.xsl : line 113 - - Total of 3 breakpoints present - -Showbreak usage - - -showbreak - - -
-
- -Showparam -Print the libxslt parameters present -Showparam usage - - -showparam - - -
-
- -Showwatch -Show the current expression being watched -Shortcut name: watches -Showwatch usage - - -showwatch    (Show the currently selected watches and thier values) -showwatch 1    (Enable the automatic printing of watch expressions. This is used by default.) -showwatch 0    (Disable the automatic printing of watch expressions.) - - -
-
- -Source -Switch to displaying the current node in stylesheet. Or change stylesheet used -Source usage - - -source    (Switch to the current node in stylesheet.) -source <SOURCE>    (To change to a new source file. A leading "~" is replaced by the $HOME environment variable value. Will need to use "run" command to execute it) - - -
-
- -Step -Step until next stylesheet instruction. -Shortcut name: s -Step usage - - -step - - -
-
- -Stepdown -Step down to a newer "call frame". -Shortcut name: down -Stepdown usage - - -stepdown     (step down one frame) -stepdown <NUMBER_OF_FRAMES>    (step down specified number of frames) - - -
-
- -Stepup -Step up to a older "call frame". -Shortcut name: upThis is not an accurate command, xsldbg will stop as close as it can. -Stepup usage - - -stepup     (step up one frame) -stepup <NUMBER_OF_FRAMES>     (step up specified number of frames) - - -
-
- -Stylesheets -Print out a list of stylesheets loaded -Shortcut name: style -Stylesheets usage - - -stylesheets - - -
-
- - -System -Print the value that a system file maps via the current catalog -Shortcut name : sys -System usage - - -system "<SystemID>" - - -
-
- -Templates -Print a list of available templates. Search for a template -Shortcut name: t -Templates usage - - -templates -templates <TEMPLATE>    (Print details of template named <TEMPLATE> if it can be found) - - -
-
- -Trace -Trace one execution of the stylesheet printing the file and lines of -intermediate steps -Trace usage - - -trace - - -
-
- -Tty -Open a terminal. Set the level of tty redirection. -Tty usage - - -tty <DEVICE_PATH>    (Where <DEVICE_PATH> is a valid terminal on the operating system. Just tries to open the terminal -tty <TTY_LEVEL>    (Set the level of tty redirection, where <TTY_LEVEL> is a valid level of input/output to use) - - - - Where level is - 0 = Default input/output - 1 = Terminal output of results of transformation, tracing and walking     (Default state when tty device has been opened. Not fully implemented yet.) - 2 = Full redirection to terminal    (Not implemented yet.) - All other integer values are assumed to mean level 0 - - - - - - - -
-
- -Validate -Validate the output file generated by stylesheet (Disabled) -Validate usage - - -validate - - -
-
- -Walk -Walk through code using a range of speeds -Walk usage - - -walk <SPEED>    (Use Ctrl-c to stop -execution, <SPEED> is a value between 0 and 9. Where 0 means stop, 1 is -very fast, 9 is very slow) - - -
-
- -Where -Print a trace of templates calls (frame stack) and print the working directory. -Shortcut name: w -Where usage - - -where - - -
-
- -Write -To be completed -Write usage - - -write - - -
-
- - - - - -
diff --git a/doc/xsldbg/credits.docbook b/doc/xsldbg/credits.docbook deleted file mode 100644 index 89bdadc4..00000000 --- a/doc/xsldbg/credits.docbook +++ /dev/null @@ -1,21 +0,0 @@ - - -Credits and License - - -&xsldbg; - - -Program copyright 2004 Keith Isdale k_isdale tpg com au - - - -&underFDL; -&underGPL; - - -Thanks to - The writers the libxml and libxsl. -Johannes Sixt for helping with adding xsldbg support to KDbg - - diff --git a/doc/xsldbg/index.docbook b/doc/xsldbg/index.docbook deleted file mode 100644 index 5e3be526..00000000 --- a/doc/xsldbg/index.docbook +++ /dev/null @@ -1,112 +0,0 @@ - -xsldbg"> - - - - - - - - -]> - - - - - - - - - - - -The &xsldbg; Handbook - - - -Keith -Isdale - -
k_isdale@tpg.com.au
-
-
- - - -
- - -2002 -2003 -Keith Isdale - - -&FDLNotice; -2004-09-26 -1.01.00 - - - - -&xsldbg; is a tool intended to help understand stylesheets. -What makes it different to other stylesheet debuggers is the ability -to search for items of interest and trace stylesheet execution. - - - - -KDE -tdeutils -xsldbg -xsl -XML - - -
- -&introduction-chapter; -&usage-chapter; -&commands-chapter; -&credits-chapter; - - - -Installation - - -How to obtain &xsldbg; - - -See the kxsldbg component of the tdewebdev module in &kde; SVN. - - -&install.intro.documentation; - - - - -Requirements - - -In order to successfully use &xsldbg;, you need &kde; libxslt, libexslt and -libxml installed which are available on a typical &kde; installation. - - - - -Compilation and Installation -&xsldbg; is usually compiled as part of the kxsldbg component in the tdewebdev module - - - -Configuration - -&xsldbg; is configured using arguments passed via the command line and its setoption command - - - - - -&documentation.index; -
diff --git a/doc/xsldbg/introduction.docbook b/doc/xsldbg/introduction.docbook deleted file mode 100644 index 65879ce0..00000000 --- a/doc/xsldbg/introduction.docbook +++ /dev/null @@ -1,20 +0,0 @@ - - -Introduction - - -&xsldbg; is a text based tool to debug stylesheets (the eXtensible -Stylesheet Language) and has commands similar to the Unix/Linux debugger -gdb. It has three major modes of execution of stylesheets. - - - - - Run the whole stylesheet - Step to next xsl instruction - Continue until next break point is found, or stylesheet has restarted - - - - - diff --git a/doc/xsldbg/usage.docbook b/doc/xsldbg/usage.docbook deleted file mode 100644 index 5fe2fdc2..00000000 --- a/doc/xsldbg/usage.docbook +++ /dev/null @@ -1,147 +0,0 @@ - - -Using &xsldbg; - -xsldbg command arguments - -On systems with readline library available you can use the back/forward -keys to navigate the history of entered commands. -On all systems the last entered command can be repeated by just pressing -the <ENTER> key. - -If your operating system supports it file names will be expanded. - -Several commands take more that one argument. Quotes may be used to lead to -complex expressions being treated as one arument. eg break "* | @" would allow you to se a breakpoint on the - template with the name "* | @" - - - -Legend of terms -The following table describes the terms used in the subsiquent command guide - - - - TEMPLATE_NAME : A valid template name contains only ASCI - character codes 0x00 to 0x7F. And can be a fully qualified name ie - "xsl:templateName". - - FILENAME : A valid file name local to the system of the - user. It can have a "~" prefix on *nix and CYGWIN platforms. Or - environment variables under RISC OS - - URI : A Uniform Resource Identifiers as defined by RFC 2396 - MODE_NAME The mode of template which can be fully qualified name ie "xsl:modeName". - QNAME : A fully qualified name ie "xsl:localPart" - LINENO : A valid line number in associated <FILENAME> - NUMBER_OF_FRAMES : A valid line number frames to change position by - BREAKPOINT_ID : A valid break point number - WATCH_ID : A valid watch expression number as indicated by showwatch command - SPEED: speed to walk through code at, between 0 to 9 - -     (Comment): a - comment about command meaning or usage - - { opt1 | opt2 | opt2 .. etc} : Choose one of the opt's - XPATH : a xpath selection of node(s) - PARAM_ID : a valid parameter number as indicated by showparam command - - PATH : A path to change working directory to On some operating systems a - "~" prefix will be replaced by your home directory path - - - TEXT : Free form text     (no - restrictions) - - COMMAND : A valid command for the xsdbg - QNAME : A valid variable/parameter name - SOURCE : The stylesheet being/to be executed. See <FILENAME> and <URI> - - DATA : The xml data(document) being/to be processed by the - stylesheet. See <FILENAME> - and <URI> - - DEVICE_PATH : Is a valid terminal on the operating system - TTY_LEVEL : Is a valid level of input/output to use - - - - -Overview of available commands - - -Help related :help - - Running related : {bye|exit| - quit}, step, - stepup, stepdown, - next, - continue, - run, -trace, setoption, - options - - - Libxslt parameter related : addparam, - delparam, showparam, - output, setoption, - options - - - Template related : templates, - where, frame - - - Break point related : break, - showbreak, delete, - enable - - - Expression viewing(xpath) : cat - - - Node viewing : ls, dir, - du, cat, pwd - - - Variable viewing : globals, - locals, - cat, - addwatch - - - Variable setting: set - - - Node selection : source, - data, cd - - - Searching :search - - - Operating system related :chdir, - shell, tty -File related : output, - entities, system, - public - - - Disabled file commands: validate, - load, save, - write, free - - - - - - diff --git a/doc/xsldbg/xsldbghelp.xml b/doc/xsldbg/xsldbghelp.xml deleted file mode 100644 index 64d9b81b..00000000 --- a/doc/xsldbg/xsldbghelp.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -]> - - - - - - - -&introduction-chapter; -&usage-chapter; -&commands-chapter; - diff --git a/doc/xsldbg/xsldbghelp.xsl b/doc/xsldbg/xsldbghelp.xsl deleted file mode 100644 index c1587726..00000000 --- a/doc/xsldbg/xsldbghelp.xsl +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ==================== - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3