#25891 closed defect (bug) (wontfix)
Invalid url in xml feeds
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7.1 |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description ¶
There's a reference to a namespace in export.php:
http://wordpress.org/export/<?php echo WXR_VERSION; ?>/excerpt/
That would mean:
http://wordpress.org/export/1.2/excerpt/
Which is a 404.
Pull Requests
- Loading…
Change History (5)
#2
@
10 years ago
- Keywords close removed
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
The http://www.w3.org/TR/xml-names/ XML Namespace doc basically says exactly what @rmccue said in Section 3 (Namespaces)
Note: See
TracTickets for help on using
tickets.
Namespaces don't have to point to valid pages, they're really just a unique name (URI rather than URL). It'd be *nice* to put a page up there explaining it, or redirect to the Codex, but it's not really a requirement.