Is there a Linux command line tool sequence for converting XML files into a single HTML file?



I have a bunch of XML files, and I would like to visualize them as tables in an HTML file. I have searched on the net and found a tutorial on XML->HTML conversion, and a bunch of blogs describing command line tools for HTML/XML/JSON conversion.


Is it possible to use command line tools in Linux to convert a bunch of XML files into a HTML file where each XML file is represented as a table?


No comments:

Post a Comment