I recently had som trouble due to files from Inkscape are saved with an xmlns to an nonexistant file:
Code: Select all
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
Accessing the file above results in a 404 from sourceforge, with the following text:
Code: Select all
An error has been encountered in accessing this page.
1. Server: sodipodi.sourceforge.net
2. URL path: /DTD/sodipodi-0.dtd
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: NONE
7. Time: 2015-06-22 07:05:43 UTC (1434956743)
Why not point the xmlns directive to an existant file, so user agents avoids requesting it fruitless, maybe even multiple times?
/reiche