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
As the feed's XML cannot be guaranteed to have the same letter-casing for the XML tags, feeda should parse the input in a case-insensitive way. One solution would be to use https://github.com/clbanning/mxj with CoerceKeysToLower function.
As the feed's XML cannot be guaranteed to have the same letter-casing for the XML tags,
feedashould parse the input in a case-insensitive way. One solution would be to use https://github.com/clbanning/mxj withCoerceKeysToLowerfunction.