2007-07-01, 05:27 AM
The "exposé" is probably best solved by having the grabber add this line at the very start of the xmltv file:
<?xml version="1.0" encoding="ISO-8859-1"?>
As pBS says, there is a list of characters that need to be escaped in xml. '&' is replaced with '&'. Common ones are:
< < (Less than sign)
> > (Greater than sign)
& & (Ampersand sign)
" " (Double quote
<?xml version="1.0" encoding="ISO-8859-1"?>
As pBS says, there is a list of characters that need to be escaped in xml. '&' is replaced with '&'. Common ones are:
< < (Less than sign)
> > (Greater than sign)
& & (Ampersand sign)
" " (Double quote