i need help.i want convert xml file to css file.following code how to write with css
i need some site and how to do this code in data.css
<?xml version="1.0"?>
<Table>
<Name>
<person>Pahanperera</person>
<person>SenaiSatharasinghe</person>
<person>WarunaWikramage</person>
<person>AshaniAbeysinghe</person>
<person>MohanMunasinghe</person>
</Name>
<NicNo>
<include>892650718V</include>
<include>915623542V</include>
<include>841521452V</include>
<include>865153125V</include>
<include>872360123V</include>
</NicNo>
<Age>
<in>22</in>
<in>20</in>
<in>27</in>
<in>25</in>
<in>24</in>
</Age>
<Gender>
<obtain>Male</obtain>
<obtain>Female</obtain>
<obtain>Male</obtain>
<obtain>Female</obtain>
<obtain>Male</obtain>
</Gender>
<City>
<live>Matara</live>
<live>Badulla</live>
<live>Galle</live>
<live>kelaniya</live>
<live>Kurunegala</live>
</City>
</Table>