Hello
I really really struggle to write a custom parser for XML that can be accessed via a webserver. I would like the script to access the XML and parse it. To be able to do stuff as show a number of images/videos specified in the XML. In a specified or random order depending of some attributes in the XML.
I have read the documentation about custom parsers, and I still do not know how to write one. I would like a simple sample script that traverse an XML and displays something somewhere or writes something to a log or similar. Something that shows that the custom parser does actually work. The sample script in the documentation seams to do nothing so I do not know if it is working or not.