Hello, I am having one .xml web template so how to convert that .xml file to .html file.. OR can i host directly .xml file?
considering that XML can be "anything", you might have to map your xml data to html tags, and write a script to make the conversion. Fast Tip: make a copy of your xml file, add a ".html" suffix to it, and try to open it with your browser. If the result is not pleasing to the eye, perhaps a conversion is inevitable... good luck!