How to convert HTML into XML
843834Jul 28 2002 — edited Jul 30 2002I know I can parse XML into some HTML, but is there any tools or methods existed to parse HTML into XML?
I have a not well-formed HTML with a lot data fields, including a lot not closed tags. This HTML is generated by some XML(as I can see), but I can't find a way to reform it into a XML, and eventually stored the data into another database.
Anyone can help me? I appreciate!
KIB