hi
I need some help. through xmlgen I have created a xml file which looks like this
<?xml version="1.0"?>
<FILE DSN="XXXXXXXXX">
<ksingh RECORD="00001">
<AA>2008</AA>
<BB>LL</BB>
<CC>002</CC>
<DD>03</DD>
<ksingh>
<ksingh RECORD="00001">
<AA>2009</AA>
<BB>EL</BB>
<CC>001</CC>
<DD>04</DD>
<ksingh>
I want to convert it to something like this
2008,LL,002,03
2009,EL,001,04
please help me on this one. thanks a lot