Generate dynamic html
        Posted  
        
            by Fred
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fred
        
        
        
        Published on 2010-03-30T14:04:36Z
        Indexed on 
            2010/03/30
            14:33 UTC
        
        
        Read the original article
        Hit count: 410
        
Hi all,
to export some data i want to be able to generate an html output.
I have some constant content to output, like html headers and footers.
My question is how to deal with that ? Do I have to embed some template (in a ressource file) and parse it to make it dynamic ? Do I store my static content in some constant (is there a 255 char limit?) and append them while generating the dynamic content ?
Do you have some hints, useful links, or best practices to share?
Thanks
© Stack Overflow or respective owner