You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likefind('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.
The text was updated successfully, but these errors were encountered: