I am currently working on a website that utilizes data from various external XML feeds to populate a table. To generate this table, I have used Javascript based on my research which suggested it was the optimal method for creating an HTML table from XML data (please correct me if I am mistaken!).
My next goal is to convert this HTML table into an RSS feed, but I am facing challenges in finding the most effective way to accomplish this task. Although I have PHP code that can parse an HTML table, it does not work with tables generated using JS on the client side. Could someone guide me on the best approach to take?
Given my limited programming experience, I would greatly appreciate explanations in simple terms if possible.
Thank you very much.