Forum
Show product page of program "Delete lines"
Table of contents: possible bug, Bauke, 2009-07-07 22:35:24
Re: possible bug, Andreas Breitschopp (
Webmaster), 2009-07-07 22:51:26
Re: Re: possible bug, Bauke, 2009-07-07 23:25:49
possible bug Bauke, 2009-07-07 22:35:24 |
I was looking for a way to delete lines from an xml file and found your wonderful program.
But I run into a small problem. I'm want to delete all lines containing <subtitles type="teletext" />
This is working in program mode, but in command line mode the lines are not deleted.
The program appears to be working and shows deleting lines, but the generated new xml file still contains them.
I use version 1.0.4
Bauke |
Reply | Goto top |
Re: possible bug Andreas Breitschopp (Webmaster), 2009-07-07 22:51:26 |
Hello Bauke,
first thank you for interest in Delete Lines.
Indeed, quotation marks that are used inside a command have to be escaped by an "\". Therefore please change "<subtitles type="teletext" />" into "<subtitles type=\"teletext\" />" within your command line.
Please tell me if this solves your problem.
With the next program update this will be considered when generating the command line.
Best regards
Andreas |
Reply | Goto top |
Re: Re: possible bug Bauke, 2009-07-07 23:25:49 |
Hello Andreas,
Thanks for the quick reply.
Your suggestion solved the problem.
Best regards,
Bauke |
Reply | Goto top |