Closed KaninchenSpeed closed 3 years ago
The parser stops parsing the parent html tag when html tag in its attribute closes.
input html <a testArg="<a>test</a>" secondArg="some_thing">some test content</a>
<a testArg="<a>test</a>" secondArg="some_thing">some test content</a>
output html <a testArg="<a>test</a>
<a testArg="<a>test</a>
I am so sorry for that. This issue could not be resolved by now. It it an known issue as https://github.com/taoqf/node-html-parser/issues/51.
The parser stops parsing the parent html tag when html tag in its attribute closes.
input html
<a testArg="<a>test</a>" secondArg="some_thing">some test content</a>
output html
<a testArg="<a>test</a>