this post was submitted on 20 Nov 2024
4 points (100.0% liked)

Web Development

3441 readers
12 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I'm locking into creating a podcast feed, already discovered PSP-1-Podcast-RSS-Specification and also this gist. It declares several XML namespaces:

  • xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"
  • xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  • xmlns:atom="http://www.w3.org/2005/Atom"
  • xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
  • xmlns:content="http://purl.org/rss/1.0/modules/content/"

But the last one (content) is not used.

Why would someone do this? Maybe some single mistake?

Here are three random podcast feeds (i don't know about the quality of the podcast, I'm just here for their XML):

All three of them have unused XML namespaces. Is this good for anything? Do their software provide additional data the users don't actually facilitate and they declare the namespaces just in case? But this could be automatically cleaned up then?!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here