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
Hi @RichardAtDP, the colon in the name denotes the presence of the itunes namespace. You could strip it with the shouldProcessNamespaces property on XMLDecoder, as described in README.md. Does that answer your question?
Did you check the existing section about Combine? The decoding operator takes a decoder instance as an argument, you can pass your own with shouldProcessNamespaces set as needed.
How would one go about decoding a tag with a colon in it, for example:
itunes:episode544</itunes:episode>
Thanks
The text was updated successfully, but these errors were encountered: