<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1"> <Placemark>
<name>Simple placemark</name>
<description>University of Nevada, Las Vegas</description>
<Point>
<coordinates>-115.141783,36.107101,0</coordinates>
</Point>
</Placemark> </kml>

(2) FME Workbench. This software provides batch conversion which can easily convert a set of files using the same setup. In FME Workbench, Add Source Dataset, Add Destination Dataset, Connect them, and do the conversion. Below is the screenshot of using this tool.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1"> <Placemark>
<name>Simple placemark</name>
<description>University of Nevada, Las Vegas</description>
<Point>
<coordinates>-115.141783,36.107101,0</coordinates>
</Point>
</Placemark> </kml>
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Placemark>
<name>GIS Applications in Civil Engineering</name>
<description>
<![CDATA[
<A HREF="http://faculty.unlv.edu/jensen/CEE_468/" target=new">CEE 468/668 Homepage<A>
]]>
</description>
<Point>
<coordinates>-115.141306,36.110272,0</coordinates>
</Point>
</Placemark>
</kml>
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document id="doc1">
<Style id="paddle1">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/1.png</href>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>GIS Applications in Civil Engineering</name>
<description><![CDATA[
<A HREF="http://faculty.unlv.edu/jensen/CEE_468/" target=new>CEE 468/668 Homepage</A>
]]>
</description>
<styleUrl>#paddle1</styleUrl>
<Point>
<coordinates>-115.141306,36.110272,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>