Tagged Questions
1
vote
2answers
28 views
How to find 2nd td in html using xpath
I have 2 occourances of same td in 2 different tables.
I am able to get the value 'Yes' for the 1st one using this:
//h:td[1][*[contains(.,'Loudspeaker')]]/../h:td[last()]/text()
but not getting ...
0
votes
1answer
43 views
HTML::TreeBuilder::XPath rejects <link> inside body tag
I'm using HTML::TreeBuilder::XPath to parse a complex HTML doc and then edit it, before writing it back to disk. The problem I'm running into is that it rejects <link...> tags inside the ...
0
votes
0answers
34 views
Parsing html with qt?
How can I extract from a html page some content in the easiest way, such as for example all the strong tags whose parents are p and are of class A ? The xpath equivalent would be ...
0
votes
0answers
29 views
Before you can move on, please activate your browser cookies
I am getting the following error when i running my program. But occasionally the program runs , that is one of 10 times it runs then i get this error. It is a simple program to read the html using ...
0
votes
4answers
27 views
XPath: Select self and following sibling together
<div>
<dt>
Test 1
</dt>
<dd>
</dd>
<dt>
Test 2
</dt>
<dd>
</dd>
</div>
I have this XPath ...
0
votes
2answers
42 views
Finding the XPath for a few rows in a Table?
I'm currently attempting to pull in specific data from an html site using xpath queries, but I'm having trouble pulling in specific parts.
Using //div[@id='main']/h2 as my xpath query I am able to ...
0
votes
1answer
29 views
Using HTMLAgilityPack Extract text, which is not between tags and comes after specific node
HTML code:
<b> CAR </b>
<br></br>
Car is something you can drive.
<br></br>
<br></br>
C# code:
HtmlAgilityPack.HtmlDocument ...
0
votes
1answer
39 views
XPath searching multiple nested elements
I have the following html document
<div class="books">
<div class="book">
<div>
there are many deep nested elements here, somewhere there will be one span with some ...
0
votes
1answer
11 views
HTML XPath Searching by class and text
I want to find all elements in xpath by class and text. I have tried this but it does not work.
//[contains(@class, 'myclass')]//[text() = 'qwerty']
I am trying to find all elements that have a ...
0
votes
0answers
34 views
Why does this HtmlAgilityPack code stop working when I dig deeper via XPath?
This code runs properly:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using ...
0
votes
1answer
68 views
How to get text that has no tag with htmlAgilityPack
I have an html file like below
<div>
<div style="margin-left:0.5em;">
<div class="tiny" style="margin-bottom:0.5em;">
<b><span class="h3color tiny">This review ...
0
votes
0answers
13 views
Wrong posts apear when Parsing HTML for Reddit IOS
Im attempting to learn how Parse HTML by creating a simple reddit client. I have successfully assigned the title of the posts to the cell text label and it pushes the correct URL corresponding to the ...
1
vote
1answer
27 views
Filter out Text with Xpath in Google Docs
I'm using Google Docs to capture Business names, addresses and phone numbers. So far the formula below works perfectly on the site I'm using except for one small smidgeon of a problem in the text for ...
0
votes
1answer
34 views
Xpath to select link when sibling has a particular value
I started learning Xpath somedays ago, and it is not clear for me that this technology is capable of doing that:
---> I have a table which has a lot of row, the row always contains an img with a ...
1
vote
1answer
43 views
HtmlAgilityPack: Given a html file, how can I get nodes based on given class attributes
So basically I want to filter out the HTML and preserve the hierarchy of the nodes. For example, I have this and I only want the HTML that has the class "b.1.1" in its hierarchy:
<html>
...
0
votes
1answer
56 views
Python: Parsing HTML elements based on absolute XPath
I'm working on a project where I have to parse 20 different HTML pages based on URLs and I would like to get some information from all of them. Pages have different structure and the required ...
0
votes
2answers
23 views
xpath and html value (javascript)
Let's say I want to check if "xpath html value" is equal to some text in a website.
Like:
html/body/div/div[7]/table/tbody/tr[2]/td value = "some text"
How do I get it?
-1
votes
0answers
41 views
XQuery XPath expression not matching
I am new to coding and not sure what to use in "nextxpath" (see below) to move to next page and collect all the info.
The code does collect info from first page but doesn't move to next.
Javascript ...
0
votes
3answers
68 views
nested <ul> tags in hmtl to xml conversion using xslt
I have these nested <ul> tags. What I want to do is convert some of them to <para> tags. So I have this code:
<xsl:template match="ul">
<para>
<xsl:apply-templates ...
1
vote
2answers
36 views
Loop incrementation for url
I want to insert dynamic url from my title, it works but it displays 6*6 'cause of 2 differents loops... I don't know how to do differently...
I tried to use global variable but it's the same... (I ...
0
votes
2answers
68 views
Xpath unable to Locate Nested Frame Elements
There is a problem that occurs with Xpath to Find Elements of Nested Frame. My code is :
<html>
<head>
<frameset border="0" framespacing="0" frameborder="0">
<frame noresize="" ...
1
vote
1answer
103 views
Selenium IDE: How to detect menu item that has a dynamic ID
I am working with Selenium IDE to perform some test case recording and automation with Firefox. In my current test case, I need to click on a specific menu item. This menu item has its id dynamically ...
2
votes
2answers
159 views
Extracting data from HTML using PHP and xPath
I am trying to extract data from a webpage to insert it to a database. The data I'm interested in is in the div's which have a class="company". On one webpage there are 15 or less div's like that, and ...
2
votes
4answers
102 views
Parse HTML with PHP DOM - Class contains text
I have a set of html items which are to be parsed. I need to parse the contents of a div whose class name ends with 'uid-g-uid'. Below are the sample divs...
<div ...
1
vote
1answer
37 views
Xpath PHP: How to not get textContent from span inside div?
I have the following html code
<div id="brandModel">
Jeep Grand Cherokee,
<span class="red">529.80 EUR</span>
</div>
The following PHP/Xpath ...
1
vote
1answer
49 views
Parse broken HTML Sites with XPath [duplicate]
I only get questions for python here and the tools that I found are mostly for python, so new question:
I need to query some things from a HTML site with XPath.
My current code looks like this:
URL ...
1
vote
2answers
63 views
How to get the position of a node based on the value of a child element
In my xml I want specific menuitems/menuitem nodes that will be at different arbitrary positions under its parent (I don't want hardcoded position selector).
Is it possible to get the position of a ...
1
vote
2answers
43 views
How to get everything within an XML element with XSLT
I'm trying to get XSLT to transform something like
<foo>
lorem ipsum
<br />
some more lorem ipsum
</foo>
into
<p>
lorem ipsum
<br />
some ...
0
votes
2answers
50 views
xpath text after strong element with following-sibling does not work
I checked almost every answer on the web and in many examples "following-sibling::text()[1]" is given as a correct answer to receive text after a strong-tag. I marked the text I'm interested in with ...
0
votes
1answer
123 views
create a drop down list of xml attribute value [duplicate]
this is my xml file:-
<child_2 entity_id="2" value="Root" parent_id="1">
<child_4 entity_id="4" value="Activities" parent_id="2">
<child_10066 entity_id="10066" ...
1
vote
4answers
77 views
Combining these two expression into a single LINQ expression
I am using the HTMLAgilityPack to parse through some html. I am getting the result set that I am expecting when using and xpath query combined with a linq query. Is there a way that I could combine ...
0
votes
0answers
47 views
query for xpath text after specific row value
Language
Javascript: Using the following code to retrieve the text content from a web page using xpath.
findNode: function(xpath, doc) {
var nodes=System.findNodes(xpath, doc);
if (!nodes) ...
1
vote
1answer
40 views
Select the first <img> tag after an <input> tag using xpath
I have HTML as given below :
<root>
<Customer cid= "C1" name="Janine" city="Issaquah">
<input name="Client.ClaimsAdjudicationPendReason" />
<a ...
-1
votes
2answers
64 views
not work if root element have name space `xmlns`
this is my xml file:-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<results xmlns="http://gisgraphy.com">
<result>
...
0
votes
2answers
101 views
Scrapy. Extract html from div without wrapping parent tag
I use scrapy to crawl a website.
I want to extract contents of certain div.
<div class="short-description">
{some mess with text, <br>, other html tags, etc}
</div>
...
4
votes
1answer
110 views
Searching in multiple XML files for a match [closed]
This is my general.xml file: general.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<results xmlns="http://gisgraphy.com">
<numFound>1</numFound>
...
0
votes
0answers
37 views
Java XPath HTML : grab shortcut icon (favicon)
I just want to grab the link to the favicon from a HTML website (parse with Jtidy) and print it on the screen.
This doesn't work :
NodeIterator nl = ...
1
vote
2answers
50 views
XPath to select div with single child ignoring whitespace?
I would like to find unneeded nested divs and clean them up by looking for a div which has only a single element (ignoring whitespace nodes).
<div>
<div>Text in nested div</div>
...
0
votes
0answers
35 views
DOMXPath Query returns no results
I have a very hard time understanding RegEx, and XPath seems to have me just as confused.
The Html that belongs to $htmlsrc :
<div class="text" style="font-family:monospace;">
<ol>
...
2
votes
1answer
236 views
DOM xpath to find #text nodes and wrap in paragraph tag
I would like to find all root-level #text nodes (or those with div parents) which should be wrapped inside a <p> tag.
<div>
This text should be wrapped in a p tag.
</div>
This ...
1
vote
2answers
73 views
using xslt key for finding unique values
<ROOT>
<AA Aattr="xyz1">
<BB bAttr1="firefox" bAttr2="aaa" >
</BB>
<BB bAttr1="chrome" bAttr2="aaa" >
</BB>
<BB bAttr1="firefox" ...
2
votes
1answer
96 views
Unable to get span tag using xpath
<div class="product_box">
<div class="list_sale">
<img src="link" class="listsale" alt="">
<div class="product_box_title">
<a ...
2
votes
1answer
90 views
check the element value in xml file
this is my xml:-
<results>
<result>
<Country_Code>IN</Country_Code>
<Country_Name>India</Country_Name>
...
0
votes
0answers
90 views
using xpath check if node value match then return at this same stage node value
this is my xml file:-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<results>
<result>
<Country_Code>IN</Country_Code>
...
1
vote
1answer
121 views
parsing htmlagilitypack (table without id's) vb.net
hope to get some answers from you guys! I have been using this site ALOT to find help with coding...
I use vb.net and htmlagilitypack to fetch data and it works, but not the way I want it to =)
I ...
2
votes
1answer
44 views
get the all value if latitude and longitude is available in XML
XML file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<results>
<result>
<Country_Code>IN</Country_Code>
...
0
votes
1answer
29 views
XPath selecting explicit element comparing on value
This is what I have tried so far..
//div[@id='information']//div[div=='Site']
//div[text()='Site']//span//a[@href]
I am fiddling with an XPath expression but it´s not working out. I want to select ...
0
votes
1answer
34 views
XPath returns nothing, works everywhere else
Trying to parse this code with XPath: http://pastebin.com/Un9x1BRX
The page in action: http://fonix.dyndns.org:40000/soasc/
I want to get the composer name from this part:
<td>
...
0
votes
0answers
38 views
Xpath to get entire text without br
<div class="f14 mb10" id="read_tpc" style="word-wrap:break-word;word-break:break-all;width:100%;overflow:hidden;">
<font face="black "><font size="4">
<a ...
0
votes
2answers
131 views
translate Date in to 1990-03-20 to 19900320 and check the enter with textbox value less-than xml attr value [duplicate]
this is my xml format :-
<products>
<product_id value="nokia">
<tab_id value="3550">
<individual_born_from value="1990-03-20"/>
</tab_id>
...






