I have to create a module in a specific project, which already uses PrototypeJS.
What I have:
– An XML File with information
What I want:
– A simple div, which displays the (with XPath filterd) Content of the XML-File.
I am complete new to PrototypeJS and dont know where to begin, so I appreciate your help.
Blessing
chris
If by “local” you mean “client-side”, you will have to :
edit: to clarify the fetch part, here is how you can do it using Prototype: