Regarding XML structure
-
Hello,
firstly I should thank you for such utilizing plugin, both with graphical settings and data handling options that seems far better overall experience than some other much more popular plugins. So, I guess this is because of half functioning script that is not processing even with all before mentioned available options, and I would like to get Your answers on two types off error I’m getting with it, but before I need you to confirm the xml data structure that you have provided on the plugins home page
<markers> <marker name="Some Place" topic="Some Topic" address="1st Street, City, Country" lat="6.8722333" lng="79.8632416" date="14-Feb-16" contact="" presenter="Mary" type="event"/> <marker name="Some other Place" topic="Some other Topic" address=“2nd Street, City, Country" lat=“72,68” lng="79.8632416" date="15-Feb-16" contact="" presenter=“John” type="event"/> </markers>Please check if this is appropriate set of xml data elements as they are missing closing tags. Aside of this I’ve tried correcting as following
<markers> <marker name="Some Place" topic="Some Topic" address="1st Street, City, Country" lat="6.8722333" lng="79.8632416" date="14-Feb-16" contact="" presenter="Mary" type="event"/></marker> <marker name="Some other Place" topic="Some other Topic" address=“2nd Street, City, Country" lat=“72,68” lng="79.8632416" date="15-Feb-16" contact="" presenter=“John” type="event"/></marker> </markers>– but there is still no output and the Web Console is displaying empty xml warning(beside some gMap js console errors), so would you elaborate this with me in order to have this plugin working?
Regards, Nik
The topic ‘Regarding XML structure’ is closed to new replies.