Need Help in convert html into xml

I have html file is convert into xml file but i didn’t know how to convert. I used deserialize xml activity but it isn’t working because file will be html tag. Please if anyone know answer tell the correct answer.

Hi @Surya_Murugan

Usually you can deserialize xml with uipath, check below post

@Gokul001
Welcome to the forum.

Depending on the HTML type (HTML5, xhtml) the html is already in XML and we can just rename the extension from xml to another.

In other cases we use the deserialize activity and process the data
In some cases we have to do some cleansings (e.g. changing <br> to < br />

Maybe you cans share some samples and a morde detail desctiption of your case. What is to achieve? Thanks