|
|
@ -52,7 +52,7 @@ static const char *description = I18N_NOOP("A TDE console application for xsldbg
|
|
|
|
|
|
|
|
|
|
|
|
static const char *version = VERSION;
|
|
|
|
static const char *version = VERSION;
|
|
|
|
|
|
|
|
|
|
|
|
static const KCmdLineOptions options[] =
|
|
|
|
static const TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "shell", I18N_NOOP("Start a shell"), 0},
|
|
|
|
{ "shell", I18N_NOOP("Start a shell"), 0},
|
|
|
|
{ "cd <path>", I18N_NOOP("Path to change into before loading files"), 0},
|
|
|
|
{ "cd <path>", I18N_NOOP("Path to change into before loading files"), 0},
|
|
|
@ -96,7 +96,7 @@ static const KCmdLineOptions options[] =
|
|
|
|
{ "noautorestart", I18N_NOOP("Disable the automatic restarting of execution when current processing pass is complete"), 0},
|
|
|
|
{ "noautorestart", I18N_NOOP("Disable the automatic restarting of execution when current processing pass is complete"), 0},
|
|
|
|
{ "+XSLSource", I18N_NOOP("XSL script to run"), 0},
|
|
|
|
{ "+XSLSource", I18N_NOOP("XSL script to run"), 0},
|
|
|
|
{ "+XMLData", I18N_NOOP("XML data to be transformed"), 0},
|
|
|
|
{ "+XMLData", I18N_NOOP("XML data to be transformed"), 0},
|
|
|
|
KCmdLineLastOption // End of options.
|
|
|
|
TDECmdLineLastOption // End of options.
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
class XsldbgApp : public TDEApplication
|
|
|
|
class XsldbgApp : public TDEApplication
|
|
|
|