Make WordPress Core

Opened 11 years ago

Closed 10 years ago

Last modified 2 years ago

#25891 closed defect (bug) (wontfix)

Invalid url in xml feeds

Reported by: denis-de-bernardy's profile Denis-de-Bernardy 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.

Change History (5)

#1 @rmccueEmeritus Committer
11 years ago

  • Keywords close added

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.

#2 @chriscct7
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)

#3 @SergeyBiryukovCore Committer
5 years ago

#48603 was marked as a duplicate.

#4 @SergeyBiryukovCore Committer
4 years ago

#51845 was marked as a duplicate.

#5 @sabernhardt
2 years ago

#57111 was marked as a duplicate.

Note: See TracTickets for help on using tickets.