Has a local transformer: True
rule is a child rule: False
ch is a child rule: True

&lt;div class=&quot;article&quot; data-id=&quot;1&quot;&gt;
  &lt;h2&gt;Article One&lt;/h2&gt;
  &lt;p&gt;This is the first article.&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;article&quot; data-id=&quot;2&quot;&gt;
  &lt;h2&gt;Article Two&lt;/h2&gt;
  &lt;p&gt;This is the second article.&lt;/p&gt;
&lt;/div&gt;

&lt;section&gt;
  &lt;div class=&quot;article&quot; data-id=&quot;3&quot;&gt;
    &lt;h1&gt;====&gt; ARTICLE THREE &lt;====&lt;/h1&gt;
    &lt;p&gt;SELECTED: This one is inside a &amp;lt;section&amp;gt;.&lt;/p&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;div class=&quot;article&quot; data-id=&quot;4&quot;&gt;
  &lt;h2&gt;Article Four&lt;/h2&gt;
  &lt;p&gt;This is the fourth article.&lt;/p&gt;
&lt;/div&gt;