Closed fcestrada closed 6 months ago
$ curl https://victorhck.gitlab.io/planetalibre/feed.xml -o /tmp/feed.xml $ xmllint --noout /tmp/feed.xml 2>&1 | head -n 1 feed.xml:40: parser error : EntityRef: expecting ';' $ sed 's/&/&/g' /tmp/feed.xml > /tmp/feed-test.xml $ xmllint --noout /tmp/feed-test.xml # Caused by: https://blog.bricogeek.com/noticias/feed/ (&utm --> &utm)