[Foomatic] xml problems with foomatic-db 20040623

Till Kamppeter till.kamppeter at gmx.net
Tue Jun 29 04:30:22 PDT 2004


Cory, Dave, with your most recent update on the CVS you have broken 
nearly all entries of HP printers. As all these pages you are linking to 
are dynamically generated, they all contain "&" in their URLs. But in 
XML "&" has a special meaning. So you have to replace every occurance of 
"&" by "&". In general you have to replace the following:

Character  replacement
----------------------
  <          &lt;
  >          &gt;
  &          &amp;
  "          &quot;
  '          &apos;

Can you please fix the entries. The files with the problems you can see 
in the following postings on the foomatic-devel list/newsgroup:

http://www.linuxprinting.org/pipermail/foomatic-devel/2004q2/001970.html
http://www.linuxprinting.org/pipermail/foomatic-devel/2004q2/001971.html

    Till




More information about the Printing-foomatic mailing list