scrapemark
scrapemark copied to clipboard
Scrapemark sometimes gets confused w/ non-closing HTML tags
Reported by project member adamrshaw, Oct 22, 2009
wojtek has pointed out that the following pattern messes up when scraping
html w/o closing tags on the
{*
<img src="/_customFiles/pictures/{{ [foo].name }}">
*}
Yes, this is also true for form inputs, which make it virtually unusable to scrape messy html form inputs, like:
<input name="one" value="1">
<input name="two" value="2" />
<input name="three" value="3">