I had the same problem a little while ago. I solved my problem by
reinstalling the driver manually, and it turned out that there was a new
driver that was recommended.

Also, I ended up validating all the XML files on my system by running

for file in `locate foomatic | grep '\.xml'`; do xmllint --noout $file ;
done

as it seemed to me that the file was well-formed, and none of these
files had errors.  Which is kinda weird, since both xmllint and foomatic
uses the same parser. The parse error didn't seem to matter, though,
which leads me to think that the parse error and the driver problem are
two unrelated problems.

-- 
Can't add a printer in KDE: parser error?
https://launchpad.net/bugs/42965

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to