

here is video on how to use xml Formatter:
here is an example of running "Xml Formatter" from command line to automate formatting:
"C:\Program Files (x86)\WhiterockSoftware\XmlFormatter\XmlFormatter.exe" scrumbled.xml formatted.xml

here is video on how to convert Xml file To Sql script
here is an example of running "Xml To Sql" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmlToSql\XmlToSql.exe" inputfile.xml outputScript.sql

here is video on how to conver Xml file To Json file
here is an example of running "Xml To Json" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmlToJson\XmlToJson.exe" inputfile.xml outputfile.json

here is video on how to change Xml to Textfile
here is an example of running "Xml to Text" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmltoText\XmltoText.exe" inputfile.xml outputfile.txt

here is video on how to convert Xml To Html page:
here is an example of running "Xml To Html" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmlToHtml\XmlToHtml.exe" inputfile.xml ResultPage.html

here is video on how to convert Xml file To Pipe Delimited data file:
here is an example of running "Xml To Pipe Delimited" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmlToPipeDelimited\XmlToPipeDelimited.exe" inputfile.xml pipefile.txt

here is video on how to convert Xml file To Csv datafile.
here is an example of running "Xml To Csv" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmlToCsv\XmlToCsv.exe" inputfile,xml outputfile.csv

here is video on how to convert Xml To Tab Delimited file:
here is an example of running "Xml To Tab Delimited" from command line to automate conversion:
"C:\Program Files (x86)\WhiterockSoftware\XmlToTabDelimited\XmlToTabDelimited.exe" inputfile.xml outputfile.tab