When I run my website through
http://validator.w3.org, there are four (4) categories of e-junkie errors that repeatedly appear. How can these errors be fixed, so that my website's code is in compliance?
---> Error #1 XML Parsing Error: EntityRef: expecting ';'
Line 28, column > 80: XML Parsing Error: EntityRef: expecting ';'
…www.e-junkie.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick="…
---> Error #2 reference to external entity in attribute value
Line 28, column 81: reference to external entity in attribute value
…ww.e-junkie.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick="j
Line 28, column 81: reference to external entity in attribute value
…ww.e-junkie.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick="j
Line 28, column 91: reference to external entity in attribute value
…e.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick="javascript:
---> Error #3 reference not terminated by REFC delimiter
Line 28, column 81: reference not terminated by REFC delimiter
…ww.e-junkie.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick="j
Line 48, column 832: reference not terminated by REFC delimiter
…ef="index.php?option=com_content&view=article&id=59" title="Listen, shop and
---> Error #4 cannot generate system identifier for general entity X
Line 28, column 79: cannot generate system identifier for general entity "cl"
…/www.e-junkie.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick=
Line 28, column 88: cannot generate system identifier for general entity "ejc"
…nkie.com/ecom/gb.php?c=cart&cl=11918&ejc=2" target="ej_ejc" onclick="javascri
Thank you.