choosing XMLTV format
I'm having trouble figuring out how XMLTV is choosing the format it uses. Here are the beginnings of two of my XMLTV files:
<?xml version='1.0' encoding='utf-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
Notice that the first uses "SOAP-ENV" and uses utf-8 encoding. The second doesn't use "SOAP-ENV" and use ISO-8859-1 encoding. I have no idea why the files created have these 2 different formats. I don't see any setting that would allow you to choose. When I first installed XMLTV 2 weeks ago, I got the first format. Now I only get the second format. I'd like to download in the first format. The second format seems to omit some fields.
Can anyone explain what's happening here? I haven't been able to find any discussion group for this. I'm hoping someone here will be familiar enough with XMLTV to understand why I'm getting the two different formats.
|