What is the best way to generate XML from a C based CGI application using the SQLite API?
        Posted  
        
            by Tommy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tommy
        
        
        
        Published on 2009-02-26T23:01:56Z
        Indexed on 
            2010/05/27
            20:01 UTC
        
        
        Read the original article
        Hit count: 236
        
Learning the basics of XML for the first time from W3C tutorials. How are most XML files generated? Does the server side application usually print a complete XML file to be parsed each time there is new data?
I have a CGI application in C and it includes the SQLite API. Is the best way to do some sort of printf to a XML file (using my data from the database) so it can be parsed? 
Thanks.
© Stack Overflow or respective owner