Posts Tagged ‘validator’
CDS Invenio, OAI XML Validator: Content is not allowed in prolog
I was using this OAI-PMH validator (recommended by openDOAR) and some tests were not ok, this error appeared: Content is not allowed in prolog This error is usually generated when anything comes before the XML document type declaration. I checked the output with UltraEdit and no weird characters were present before the xml declaration. These [...]
W3C validator issues with ampersand (&) in javascript location.href
When I tried to validate the code for http://www.hyips.es (one of my freelance projects) the validator kept complaining: cannot generate system identifier for general entity langpair. This error is caused by the validator parsing the code inside of a <script> tag. Below are the lines which were producing the error (related to a function which [...]