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
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