คำตอบ skip the looping in map ?

  • Saturday, September 22, 2012 8:26 AM
     
     

    Hi experts,

    my 

    inputfileformat :

    <cs>

      <c>

    </c>

    </cs>

    expetced:

    h>
    <b>
     </b>
     <c>
      </c>
     </h>

    but i got when using  here loopfunctiod  <c>--><h>

    h>
    <b>
     </b>
     </h>
     <h>
     <c>
      </c>
     </h>

    but i want like this 

    <h>
    <b>
     </b>
     <c>
      </c>
     </h>

All Replies