You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some context, this isn't the native behavior of libxmljs so I'm not sure what's going on here. I'd be happy to submit a PR if you could point me in a direction.
itsthatguy
changed the title
Cannot get contents of an element that contains < or > as text
Cannot get contents of an element that contains < as text
May 31, 2019
When a site uses the direct
<
as text, rather than<
it stops parsing before the<
In other words:
<span>Radness < 3</span>
would just returnRadness
The text was updated successfully, but these errors were encountered: