P
Phil
<div width="123"></div>
<div style="foo: doo; width: 123px; bar: gar;"></div>
<div width="124"></div>
<div style="foo: doo; width: 124px; bar: gar;"></div>
I know how to construct an XPath expression that'll select the first
<div>, but is there one that'll select the first two but not the others?
<div style="foo: doo; width: 123px; bar: gar;"></div>
<div width="124"></div>
<div style="foo: doo; width: 124px; bar: gar;"></div>
I know how to construct an XPath expression that'll select the first
<div>, but is there one that'll select the first two but not the others?