I am trying to make my xml file compatible with android applications, I discovered many applications are not happy about the tag <url>
Is there one way to remove it?
Just for exmple, my actually file is:
<?xml version="1.0" encoding="UTF-8"?>
<tv generator-info-name="WebGrab+Plus/w MDB & REX Postprocess -- version V1.56.24 -- Jan van Straaten" generator-info-url="http://www.webgrabplus.com">
<channel id="Rai Uno">
<display-name lang="it">Rai Uno</display-name>
<icon src="http://www.mywebsite.com/logos/Rai Uno.png" />
<url>http://www.guidatv.sky.it</url>
</channel>
I like to have
<?xml version="1.0" encoding="UTF-8"?>
<tv generator-info-name="WebGrab+Plus/w MDB & REX Postprocess -- version V1.56.24 -- Jan van Straaten" generator-info-url="http://www.webgrabplus.com">
<channel id="Rai Uno">
<display-name lang="it">Rai Uno</display-name>
<icon src="http://www.mywebsite.com/logos/Rai Uno.png" />
</channel>
Really thank you, i study about now.
I did what you told me about rex and works really fine, but I can't use sed command with windows, can you give me some suggestions more? Maybe is there one way to add this command like ssh under windows 7?
I did! Really thank you about your help! :D :D :D After i will open a new thread asking help about a different question!
do i need to use GnuWin sed?
The better solution I found under Windows is cygwin, you can use all Linux commands, the problem is the file xml many times result corrupted. But if you search there are specific validators about xmltv under linux, you can find it easy. I was crazy because the file was perfect checking watching with notepad++, but rejected from all softwares. After the validator fix it, look like the same but works he he