scinfu/SwiftSoup

Help with decoding hexadecimal strings in HTML

SwapnanilDhol opened this issue · 1 comments

\x3Cstyle\x3E\x0A\x20\x20\x20.mainDiv\x0A\x20\x20\

I have a string like that being returned in from the HTML I'm trying to parse. Is there a way to convert that into HTML syntax using this library?

Thank you

I don't think so. You will probably have to write a function which converts hexadecimal string before parsing.