convert HTML to XML
XML / XSL
3
Posts
3
Posters
0
Views
1
Watching
-
hi, I have html file ..I want to convert HTML to XML ,if anybody know please reply me Thanks
Raaj
HTML is just another variation of xml (or it should be, but you'd be hard pressed to find too much that is well formed). What exactly is it that you are trying to do?
-
hi, I have html file ..I want to convert HTML to XML ,if anybody know please reply me Thanks
Raaj
Hi Raaj, for it u have to make xslt for it in which your parent tags are of xml and which will map to html tag like /*write x-path here*/ Thanks Devaang