Is there any XML creator or builder available in shell scripting for creating XML doc and applying a stylesheet?
I need to fetch data from a database and write those records into an XML document. One can create XML in Perl using XML::Writer,XML::LibXML,XML::Smart, etc., but I need to do something similar in shell scripting.
