Hello, I've got a bit of a problem and have been searching for hours for a solution. Basically I have a unique layout for a blog section of my website that is purely XML/XSL. I have a for-each loop that prints out all the blog entries from an external xml file, what I'm trying to do is make a comments link that will display only the current post as well as a comment box.
My main problem is that I want the page to be able to update itself automatically when I put in a new entry into the external xml file without having to go in and recode.
My first thought was to pass a string query and let javascript do all the work but that isn't very stable. I'm just trying to figure out how to change a param node parent element with javascript through an onclick function. Any help would be greatly appreciated. Here are the appropriate pages:
My main problem is that I want the page to be able to update itself automatically when I put in a new entry into the external xml file without having to go in and recode.
My first thought was to pass a string query and let javascript do all the work but that isn't very stable. I'm just trying to figure out how to change a param node parent element with javascript through an onclick function. Any help would be greatly appreciated. Here are the appropriate pages: