My goal is to create a nodes tree using the information from a data.xml file, similar to what is demonstrated in this example, all done through AJAX.
Can this be accomplished without utilizing a server-side programming language?
I have access to the entire data.xml file containing all nodes, but I am looking for a way to load nodes dynamically based on the current tree view being displayed.