#3628 closed defect (bug) (invalid)
Namespace URLs in export files are broken links
Reported by: | jblz | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
When performing a standard WordPress export, the resultant file ends up with a couple of lines like this:
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:wp="http://wordpress.org/export/1.2/"
Both of the above links result in a 404
.
They're generated during the export here.
It doesn't seem to adversely affect the import process using the standard importer plugin, but the schema should be accessible.
It's likely just a minor server configuration issue.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Those are XML namespaces, not URLs or links.
https://en.wikipedia.org/wiki/XML_namespace
Just because a thing starts with 'http' doesn't mean that it needs to be a valid location. It is an identifier. It resides in a domain that we have control over (wordpress.org) so that we know that it will be consistent and will not change.
https://en.wikipedia.org/wiki/XML_namespace#Namespace_names