Is it possible to convert any given XML into CSV format? I know I can use XSLT to convert XML into CSV, if you know the XML DTD/Schema. But I don't know the name of tags and # of tags used in the XML.
Ex:
<ROOT>
<ROW>
<COL1>123</COL1>
<COL2>224</COL2>
<COL3>eterte</COL3>
</ROW>
</ROOT>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.