How to read and parse (local) XML-file in Prototype JS?

Posted by ChrisBenyamin on Stack Overflow See other posts from Stack Overflow or by ChrisBenyamin
Published on 2010-05-31T09:07:59Z Indexed on 2010/05/31 9:13 UTC
Read the original article Hit count: 215

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about Xml