Muthukirthan

Results 2 comments of Muthukirthan

Tried different methods in TextNode to get the original input text content, but did not worked. Example: Input: ` actual_lt: < || escaped_lt: &lt; ` ``` for (TextNode textNode :...

With this [bug](https://github.com/jhy/jsoup/issues/2207) we'll not be able to differentiate whether `&nbsphello` or `&amp;nbsphello` was present in the input. For any other bugs, a method like `textNode.getRawText()` which returns the text...