html - > xml, SAXParser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Maciek Zywno

    html - > xml, SAXParser

    hello experts!

    I am using java to create URL connection and get wml or html file fro
    mremote server. Then I am using SAXParser (
    org.xml.sax.hel pers.DefaultHan dler ) to parse it. The problem is that
    not all html/wml files are xml standard.

    So I need to change in some way the downloaded html/wml file so that it
    could be parsed by the Parser.
    I am looking for some java package that would convert html/wml to xml
    before parsing.

    Or maybe you can suggest another solution?

    Regards

Working...