How to convert HTML to XHTML?
        Posted  
        
            by JRoppert
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JRoppert
        
        
        
        Published on 2008-09-26T10:00:18Z
        Indexed on 
            2010/03/21
            0:21 UTC
        
        
        Read the original article
        Hit count: 431
        
I need to convert HTML documents into valid XML, preferably XHTML. What's the best way to do this? Does anybody know a toolkit/library/sample/...whatever that helps me to get that task done?
To be a bit more clear here, my application has to do the conversion automatically at runtime. I don't look for a tool that helps me to move some pages to XHTML manually.
© Stack Overflow or respective owner