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
Hey there, love what you're doing here Dave to make things simple and easy to use :)
Question - should this parse custom namespaces? For example, I'm playing around with adding structured data for a "books" rss project and made a mockup here:
I'm a bit of a coding beginner (and not sure if I coded the custom namespace correctly?) so forgive me if this doesn't make sense or I'm doing something wrong
The text was updated successfully, but these errors were encountered:
Hi Tom -- glad you like the reallySimple package and thanks for the support.
At this time it only understands core elements not namespaces other than the source namespace and some of the standard namespaces people use with RSS/Atom/RDF feeds.
I don't know if it should or shouldn't understand other namespaces. It was written to provide a good basic feed reading support for a feed reader, ie it understands data that's out there, and not all that it needs to (it's a work in progress).
Thanks Dave - yeah I'm not sure if you wanna build out that functionality either (keep it simple!) but I've appreciated using the package and recognize that custom namespaces are an edge case at best...
@tomcritchlow -- thanks! Here's how I want to approach this. If you find you're absolutely stopped by this missing feature, in a project you're doing (not just thinking about) speak up and we'll see what we can do.
Hey there, love what you're doing here Dave to make things simple and easy to use :)
Question - should this parse custom namespaces? For example, I'm playing around with adding structured data for a "books" rss project and made a mockup here:
https://wooden-honorable-kale.glitch.me/feed.xml
So this code:
Get's parsed using reallysimple as:
Ideally I'd like to generate something like this:
I'm a bit of a coding beginner (and not sure if I coded the custom namespace correctly?) so forgive me if this doesn't make sense or I'm doing something wrong
The text was updated successfully, but these errors were encountered: