Hi Vinaya,are you reading all the DOM nodes? The parser splits text buffers into separate nodes when an entity character is found (in case the entity expands to a complex subtree) so it's possible that the rest of the text is just in the next DOMText node.
Alberto Il 04/11/19 07:39, Datir, Vinayak ha scritto:
Hi All,We want to load HTML document containing nbsp into DOM. But It DOM document is getting trimmed after first nbsp.How to load HTML characters into DOM document? Thanks, Vinaya.