I am creating many xml files. I want each one to be shown in an xsl type sheet but my problem is that I would like to have a next button so that I can look at the next xml sheet. I have seen a few things that have said you can do this with javascript but I am unsure. The example would be these xml files in a folder
xml_file001
xml_file002
xml_file003
xml_file004
and the xsl file would read the information on a single page, then click a link to go to the next page to read the next xml file. Any help with this would be greatly appreciated.
Thanks.
xml_file001
xml_file002
xml_file003
xml_file004
and the xsl file would read the information on a single page, then click a link to go to the next page to read the next xml file. Any help with this would be greatly appreciated.
Thanks.
Comment