Re: Having problem getting last child

7 views
Skip to first unread message

TechnoSophos

unread,
Apr 4, 2013, 3:17:39 PM4/4/13
to support-...@googlegroups.com
If I understand you right, what you want is:

print htmlqp($html, "a.paginationNumberStyle.page_arrows:last")->attr('data-url');

That would get just the last tag that matches <a class="paginationNumberStyle page_arrows"> and then get the data-url attribute value.

-- 
TechnoSophos
Twitter: @technosophos
Sent with Sparrow

On Thursday, April 4, 2013 at 9:17 AM, Danielle Ochoa wrote:

My html is as followed:
<div class="page-nav"> <span>1</span> <a class="paginationNumberStyle" data-url="/Tools-Hardware/h_d1/N-5yc1vZ25ecodZc1xy/h_d2/Navigation?catalogId=10053&amp;Nu=P_PARENT_ID&amp;langId=-1&amp;Nao=24&amp;storeId=10051"> 2 </a> <a class="paginationNumberStyle" data-url="/Tools-Hardware/h_d1/N-5yc1vZ25ecodZc1xy/h_d2/Navigation?catalogId=10053&amp;Nu=P_PARENT_ID&amp;langId=-1&amp;Nao=48&amp;storeId=10051"> 3 </a> <a class="paginationNumberStyle" data-url="/Tools-Hardware/h_d1/N-5yc1vZ25ecodZc1xy/h_d2/Navigation?catalogId=10053&amp;Nu=P_PARENT_ID&amp;langId=-1&amp;Nao=72&amp;storeId=10051"> 4 </a> <a class="paginationNumberStyle" data-url="/Tools-Hardware/h_d1/N-5yc1vZ25ecodZc1xy/h_d2/Navigation?catalogId=10053&amp;Nu=P_PARENT_ID&amp;langId=-1&amp;Nao=96&amp;storeId=10051"> 5 </a> <a class="paginationNumberStyle page_arrows" data-url="/Tools-Hardware/h_d1/N-5yc1vZ25ecodZc1xy/h_d2/Navigation?catalogId=10053&amp;Nu=P_PARENT_ID&amp;langId=-1&amp;Nao=24&amp;storeId=10051"> <img alt="" src="/static/images/layout/triangle-green-right.gif"></a> </div>

I am trying to get the last <a class="paginationNumberStyle page_arrows" , data-url to feed. I have tried numerous ways any just thought I would post to see if an expert would know the answer.

--
You received this message because you are subscribed to the Google Groups "support-querypath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to support-queryp...@googlegroups.com.
To post to this group, send email to support-...@googlegroups.com.
Visit this group at http://groups.google.com/group/support-querypath?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages