Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly implement XML namespace parsing #53

Open
farski opened this issue Jan 22, 2017 · 0 comments
Open

Correctly implement XML namespace parsing #53

farski opened this issue Jan 22, 2017 · 0 comments

Comments

@farski
Copy link
Member

farski commented Jan 22, 2017

I think part of the best-practices documentation we produce should include language that helps ensure people who are targeting syndicated.media conformance parse namespaced XML elements correctly. Ie don't do look for itunes:image, use XML parsers' support for something like find('image', 'http://www.itunes.com/dtds/podcast-1.0.dtd').

This has already come up in #11 and I think we all have experience with apps that do it incorrectly and make things tough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant