I have an XML file. I want to convert it to HTML file and represent it like an HTML table using my C++ application. Is there any C++ library which I can use to parse the XML file and create an HTML file?
Example:
Belgian Waffles
$5.95
Two of our famous Belgian Waffles with plenty of real maple syrup
650
Strawberry Belgian Waffles
$7.95
Light Belgian waffles covered with strawberries and whipped cream
900
Berry-Berry Belgian Waffles
$8.95
Belgian waffles covered with assorted fresh berries and whipped cream
900
I want to give this file to my application and it should output an HTML file in which the entries are represented in table form.
name
price
description
calories
Belgian Waffle
5.95
Two of our famous Belgian Waffles with plenty of real maple syrup
650