Hi everyone,
is it possible for WebGrab to create output xml file for each channel that grabs from sites?
Until now, it exports everything in one file configured like this for me:
<filename>C:\Users\NOC2\Desktop\xml\xmltv.xml</filename>
But I would like to have them all separated by channel names.
Any suggestion?
Thanks,
xmlstarlet does the job
http://xmlstar.sourceforge.net/
Thanks for advice. I need these files separated because I'm currently testing Teleste Broadcast manager for Operator purposes. It has xmltv plugin. I can put joined xmltv, but it's not easy to say afterwards if one of the channels has no events. Broadcast mgm pooling is very strange. In this manner, I can see for each channel date and time of creation, and pooling troubleshooting is much easier.
Thanks
a litle script sample for what xmlstarlet can do (run in terminal):
Thank you and sorry for late reply. This can do a thing well!