convert html to xml and apply XSLT transformation
843834May 27 2005 — edited May 29 2005Hi,
I have a problem converting html to xml. I got to dynamically connect to a URL given and retrieve the html content and then convert it to an xml format.After that i got to apply XSLT transformation on this to get back an html page.Since i am new to java, i don't know where to start from.Could i get some pointers on this....It would be of great help..I tried to use JTidy to convert html to xml and did XSLT transformation on that but i get exceptions.