-
Notifications
You must be signed in to change notification settings - Fork 33
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
RSS Results Structure Changes Depending on Normalization #74
Comments
@JulianWebb thank you. When you don't use In real world, it's more complicate than you said, here is what I known:
So I recommend to enable |
If I enable normalization though, I lose data from the item's fields because it gets stripped. I understand that the names are different, I just think it makes sense to expand the documentation around the normalization option to inform people of this. |
@JulianWebb I agree that it is better to described more clear. The documentation is quite sketchy, not fully telling the capabilities of this library 🔔 Note that 2 methods |
Do those methods stop the normalization from stripping HTML and CDATA? |
@JulianWebb no, they don't stop normalizing, but allow to choose which content you want to pick from the original data and how you customize these pieces. |
Hello!
I am glad to have found your module, it looks like it will make handling feeds easy.
The structure of the results from fetching an RSS feed depends on if the
normalization
option is set.If it is false then the object containing the feed items is called
item
and if it is true then it is calledentries
.I do not know if this is intended behaviour, however the documentation doesn't mention it either way.
The text was updated successfully, but these errors were encountered: