Perform XPath Query *sometimes* works

While parsing an HTML page one xpath query module works while the other doesn’t with 2 different classes that both exist in there.

First query is: //div[@class=‘article-content’] (produces 9 bundles)
Second is: //div[@class=‘article-item’] (no output)

My attached blueprint is self-standing, so no need for input/output bundles.


blueprint-4.json (217.0 KB)