C programming XML
        Posted  
        
            by Pedro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pedro
        
        
        
        Published on 2010-04-15T22:52:45Z
        Indexed on 
            2010/04/15
            22:53 UTC
        
        
        Read the original article
        Hit count: 417
        
c
Hello, Do you imagine that I have the following txt:
/* Licenciaturas na ESTG-IPVC 2009 – v1.1*/
- Info,
3
- dados, ;;
- disciplinas, ;;[;]
LEI;7671;Maria Albertina da silva;[email protected]; 9;8;12;9;12;11;6;15;7;11; LTCGM;6567;Artur Pereira Ribeiro;[email protected]; 6;13;14;12;11;16;14; LEI;7701;Ana Maria Carvalho;[email protected]; 8;13;11;7;14;12;11;16;14;
How can I make a C program that convert txt to XML.
thanks
© Stack Overflow or respective owner