Closed (fixed)
Project:
Feeds XML Parser
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 May 2010 at 13:06 UTC
Updated:
16 May 2010 at 18:53 UTC
I am still trying to get it running. I have installed current feeds (1-alpha-14) and today's feeds_xmlparser from github. I follow the steps in the readme and activate all modules, but xml does show up as parser under admin/build/feeds/edit/new/parser.
You said I don't need xml parser, so but the php library, so I check phpinfo it tells me about SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.22.2.35 $
Schema support enabled
Any ideas?
thanks
Comments
Comment #1
mokko commentedAha. Found it! According to http://drupal.org/node/726564 the solution was to clear all caches! Let's see what's the next problem.
Edit: might be worth it to add it to readme.
Comment #2
mokko commentedI wrote down some more notes in case you want to put some of it in readme.txt
in order to import example.xml, i guess one needs to do this:
Example files contains only two records (books), of course, but readme says there are 12.
I have another problem now. I can import only one of them. Any idea?
Comment #3
chrisirhc commentedTry using
//bookinstead of/catalog/book. Does that help?I've added some minor details and corrections into the README.txt, thanks for the heads up!
I'm sure that the README needs more work and details like those that you have mentioned, but I'm unable to work on the wording.
Comment #4
mokko commentedI could give it a try. So I tried all xpath variants I could think of. It imports 0 or 1 records only. I also created an xml with 3 records, but it stays with 0 or 1.
catalog/book
catalog
/catalog/book
//book
Yes, the module looks very useful and promissing!
I might be able to write a few words for documentation eventually if you want me to. I could write it in the github wiki page. What do you think?
Should we open a new issue? The original problem is solved.
Comment #5
mokko commented