2 users online. Create an account or sign in to join them.Users
Dynamic XML not working..
This is an open discussion with 7 replies, filed under Troubleshooting.
Search
Can you do a screenshot of the DS page in the admin?
Ta.
Your XPath to select an entry is probably incorrect. Since it's an Atom feed (and you are importing the atom namespace) your XPath will likely require this namespace. Try something like:
atom:feed/atom:entry
Or:
//atom:entry
For reference take a look at the Say Hello to Symphony tutorial which explains the namespacing better than I can.
Right, that's the odd thing, I'm bringing in another dynamic XML and it's working just fine. Also, I was looking at the debug, so it isn't a fornt page xslt error :
- Here's the one that's broken - https://github.com/atheycreek/churchdeploy-com/commits/master.atom
- Here's the one that works - https://github.com/atheycreek/churchdeploy/commits/master.atom
- Here's the debug
- Here are the data sources
- Here's the project as a whole (with this issue) on github
Unfortunately I can't reproduce. I've copied both your datasources into my testing site and both appear to be executing correctly.
Could the link be down and the (empty) result cached for 30 minutes?
it's a long shot, but check php for libcurl support.
wow @brendo, I really appreciate you taking the time to look at the issue.
I'll troubleshoot further.
Again, thank you.
Found it ! theres an upgrade bug!
'query_caching' => 'on',
doesnt get added to the manifest/config when upgrading.
Create an account or sign in to comment.
I add an XML feed and it just doesn't work..
The feed is
So there is nothing wrong with the feed.
I've tried adding several different feeds and basically, I just can't create any more
dynamic xmldata sources, but I have no idea why.Here is the DS file