node-osmosis
node-osmosis copied to clipboard
Cannot get contents of an element that contains < as text
trafficstars
When a site uses the direct < as text, rather than < it stops parsing before the <
In other words: <span>Radness < 3</span> would just return Radness
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.