Note that there are some explanatory texts on larger screens.

plurals
  1. POxpath trying to select content inside a div except one, with text included
    primarykey
    data
    text
    <p>Im trying to select the content inside a div, this div has some text inside and some additional tags. I dont want to select the first div inside. I was trying with this selector, but only gives me the tags, without text</p> <pre><code>//div[@class='contentDealDescriptionFacts cf']/div[@class='viewHalfWidthSize' and position()=2]/*[not(@class='subHeadline')] </code></pre> <p>the div that is giving me problems is this one:</p> <pre><code>&lt;div class="viewHalfWidthSize"&gt; ....... &lt;/div&gt; &lt;div class="viewHalfWidthSize"&gt; &lt;div class="subHeadline firefinder-match"&gt;The Fine Print&lt;/div&gt; &lt;----------Except this div I want everything inside of this div!! &lt;strong class="firefinder-match"&gt;Validity: &lt;/strong&gt; Expires 27 June 2013. &lt;br class="firefinder-match"&gt; &lt;strong class="firefinder-match"&gt;Purchase: &lt;/strong&gt; Limit 1 per 2 people. May buy multiple as gifts. &lt;br class="firefinder-match"&gt; &lt;strong class="firefinder-match"&gt;Redemption: &lt;/strong&gt; Booking required online at &lt;a target="_blank" href="http://grouponbookings.co.uk/lautre-pied-march/" class="firefinder-match"&gt;http://grouponbookings.co.uk/lautre-pied-march/&lt;/a&gt; . 48-hour cancellation policy; late cancellation incurs a £30 surcharge per person. &lt;br class="firefinder-match"&gt; &lt;strong class="firefinder-match"&gt;Further information: &lt;/strong&gt; Valid Mon-Sun midday-2.45pm; Mon-Wed 6pm-10.45pm. Must be 18 or older, ID may be requested. Valid only on set tasting menu only; menu is dependent on market changes and seasonality and is subject to change. Max. two hours seating time. Discretionary service charge will be added to the bill based on original price. Original value verified 19 March 2013 at 9.01am. &lt;br class="firefinder-match"&gt; &lt;a target="_blank" href="http://www.groupon.co.uk/universal-fine-print" style="color: #339933;" class="firefinder-match"&gt;See the rules&lt;/a&gt; that apply to all deals. &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload