Issues
- CFFEED Issue getting attribute and node values from valid XML Feed.LDEV-2886Michael Offner
- CFFEED reading atom feed results in empty query under 5.3.1.102LDEV-2291Resolved issue: LDEV-2291Pothys - MitrahSoft
- CFFEED returns struct with empty keys, bonkers contentLDEV-2217Resolved issue: LDEV-2217Michael Offner
- cffeed outputs `entry.content.type` attr twice in AtomLDEV-1871Resolved issue: LDEV-1871Pothys - MitrahSoft
- cffeed create from queryLDEV-1770Resolved issue: LDEV-1770Pothys - MitrahSoft
5 of 5
CFFEED Issue getting attribute and node values from valid XML Feed.
Description
Environment
EC2 Linux on Nginx and TryCF.
Attachments
4
Details
Assignee
Michael OffnerMichael OffnerReporter
igor ilyinskyigor ilyinskyPriority
MinorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
igor ilyinsky
igor ilyinskyPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 11 May 2020 at 20:52
Updated 12 May 2020 at 08:41
Activity
Show:
Pothys - MitrahSoft12 May 2020 at 08:41
I've checked this ticket & confirmed the issue happened as per reporter said on lucee latest version 5.3.67.25-SNAPSHOT also.
I am not sure if this is a bug, but I love using CFFEED to consume and parse XML feeds. I realize it is for RSS and ATOM, and not all feeds, but it generally works. I've run into an issue though where I cannot get a certain sub-structure and attribute due (most likely) to an attribute in one of the children. If you load the tryCF below, you'll see that one of the three children loads an empty struct, despite having an id and a value. In the XML it is the first child, but appears as the third in the dump...
https://trycf.com/gist/463eb25f592a892613647aa0deb6652f/lucee5?theme=monokai
Perhaps a valid RSS or ATOM feed would never cross this scenario.