The primary purpose of XPath is to address parts of an XML document. It also provides basic facilities for manipulation of strings, numbers and booleans. XPath uses a compact, non-XML syntax. XPath operates on the abstract, logical structure of an XML document, rather than its surface syntax.

learn more… | top users | synonyms (1)

0
votes
1answer
32 views

Get Element Tree with Python lxml

I have the following xml record within a larger xml file: <Employee> <id>999</id> <fname>Tim</fname> <lname>Boskin</lname> </Employee> I am ...
0
votes
1answer
36 views

WebHarvest XML not well formed

I am using WebHarvest to try to receive data from Woot.com and I'm getting a few different errors. I am able to get the website with the first process, but when I try to test xpath inside of the ...
2
votes
1answer
34 views

Using Becker's XPath method for more than the first element?

I'm trying to parse through an XML file, using importXML, on a Google apps spreadsheet. My problem is that I have my XML document set up like this: staffList staff name email ...
0
votes
0answers
55 views

Encoding issue with cURL and PHP

I am using XPath on HTML that is being fetched from different web servers with cURL in PHP. This has worked well so far, but my code does not work with this one server that I tried. The problem seems ...
1
vote
2answers
77 views

Compare structure of two XML files

How can I compare to XML structures, ignoring the tag content? For example, the following responses: <note> <to>Adam</to> <from>Eve</from> </note> And: ...
3
votes
2answers
60 views

How to calculate the difference between the highest value node and the lowest value node with XPath?

XML example file is: <?xml version="1.0" encoding="UTF-8"?> <data> <book num="b1"> <title>book1</title> <author>auth1</author> ...
-4
votes
2answers
71 views

check string value using comma separate in xml file [closed]

i have this type of xml file call is regin.xml:- <root> <child_1 entity_id = "1" value="Game" parent_id="0"> <child_2 entity_id="2" value="Activities" parent_id="1"> ...
-2
votes
2answers
27 views

XPATH find a node if no other node has a sertin value

i need to return all of the book only if ther is no book with the price of 14.95.... the DTD <!ELEMENT inventory (book)+> <!ELEMENT book (title, author+, publisher+, price, chapter*)> ...
-1
votes
0answers
36 views

get array value and check with xml attribute value

this is my xml file:- <root> <child_1 entity_id = "1" value="Game" parent_id="0"> <child_2 entity_id="2" value="Activities" parent_id="1"> <child_3 entity_id="3" ...
0
votes
1answer
182 views

How to find an element using Selenium WebDriver, when Id is not contant (<input id=“ext-gen26”)

I need help in finding an element using Selenium WebDriver. I have tried all the possible selectors, but I am unable to locate the element. FYI. id="ext-gen26" is not constant, this will change every ...
3
votes
1answer
36 views

Select all XML attributes in SQL

I have an XML value list contained in a SQL Table Field that looks like so: <valuelist xmlns="" name="VL_IncCompCondVL"> <li value="BL" item="BLOCKED" /> <li value="NK" item="NO ...
0
votes
1answer
36 views

xpath matching elements whose attributes have no value

I am looking at some HTML as follows <tr> <td nowrap><a href=" ... " >some link</a></td> <td nowrap>col2</td> <td nowrap>col3</td> ...
0
votes
1answer
46 views

Getting HTML table values using XPath in Nokogiri?

I'm trying to get some values from a table using the XPath of this table but it only returns [] (empty): require 'nokogiri' require 'open-uri' url = "http://riopretrans.com.br/linhas.php?ln=106" ...
0
votes
2answers
32 views

XPath to retrieve text within span

I am trying to figure out the XPath which will retrieve the 'text Data 3' from the following HTML snippet <span class="inner-span"> Text-data 1 <br> <span>Text Data ...
0
votes
1answer
37 views

parsing xml with php and xpath - getting paths right

I am trying to parse an XML file with php SimpleXML and xpath and having problems getting the paths right and accessing attribute values. Any help appreciated. Here is my xml file:- ...
2
votes
1answer
25 views

How to use regex in php xpath query ($xpath->query)?

I would like to search links that contain "click" or "click here" text as anchor text. If it matches then it should return href values. Can someone tell me how to use regex here?
0
votes
3answers
63 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 ...
0
votes
1answer
21 views

Changing string patterns to elements using XSLT 2.0

I'm converting an embedded text pattern to an element. Everything I seem to do add &lt;hit&gt; rather than <hit>. Here is my input... <?xml version="1.0" encoding="UTF-8"?> ...
1
vote
1answer
80 views

XPath expression for parsing WiX Processing-Instructions as MsBuild properties

I have the following wix include VersionFile.wxi <?xml version="1.0" encoding="utf-8"?> <Include> <?define ProductVersionMajor = "1" ?> <?define ProductVersionMinor = "00" ...
0
votes
0answers
32 views

XPATH ignore <br> within <div>

Sorry, I'm new to XPATH and having some issues with a query. I tried to search for a solution but no luck so far. I'm using Google Docs importXML with XPATH and a static website to get information ...
0
votes
1answer
27 views

xpath - get attribute value dependent on value from another attribute

Here is my XML:- <Book> <BookKey> <Value concept="TITLE" value="Inferno"/> <Value concept="AUTHOR" value="Dan Brown"/> </BookKey> ...etc... </Book> How can I get ...
1
vote
1answer
109 views

How do I query Sitecore items by first version created date?

It's quite easy to write an XPath or Sitecore Query/Fast query to get all items within a date range: E.g. /sitecore/content/*[@__created>='20130301T000000' and @__created<'20130427T000000'] ...
1
vote
2answers
43 views

Parsing XML data with multiple children in TCL tDOM

My XML File: <?xml version="1.0"?> <root> <msg> <MessageError> <BookingID>123</BookingID> <Error>Invalid patient name</Error> ...
1
vote
1answer
21 views

Select immeditely following XML elements of the same element with XPath

given the following XML snippet: <?xml version="1.0" encoding="UTF-8"?> <RootNode> <PR1>PR1</PR1> <ROL>one</ROL>* <ROL>two</ROL>* ...
1
vote
1answer
39 views

Can't select nodes in XML document

My XML document is the Corpus.xml file in the TEI XML Brown Corpus I want to select every s node in the document, so I can iterate over them and extract data. The problem is that no matter which ...
1
vote
1answer
49 views

XSLT XPath Correct Syntax for adding an element to a preceding-sibling

Every time I try to do something similar to: <xsl:value-of select="wd:XMLNAME_57-Payment_Deducted+preceding-sibling::wd:Result_Lines/wd:XMLNAME_57-Payment_Deducted"></xsl:value-of> I ...
0
votes
2answers
66 views

Loop through SVG elements with PHP [duplicate]

How can I loop through SVG elements with PHP? <?php $svgString = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="overflow: hidden; position: ...
-1
votes
1answer
32 views

How to collect the 10 Google search results links (from which the class-attribute seems to have been dropped)?

I'd like to JavaScript-collect the (10 standard) result links returned in a standard Google search query. The following worked up until a few days ago: var noddy = ...
1
vote
3answers
85 views

Finding the index of a text pattern using XSLT

I need a transform that finds the index of a text pattern within a node. For instance in the XML below. If my text pattern for the <txt> node is "ain", the answer would be 6, 15, 26, and 41. ...
0
votes
3answers
38 views

I am new to Selenium, using Java(Eclipse), I am having issues figuring out the xpath when using firebug

When I use firebug I get back this as the xpath it gives me back this /html/body/div[5]/div[2]/div/div[7]/div/div[4]/div/div[2]/div/ol/li/div/h3/a I am unclear how to use this in Selenium Webdriver ...
1
vote
2answers
65 views

Array to String conversion notice when getting $variable value with xpath

Im trying to get the name atriburte of the type element in the following feed using xpath. <response request="getHierarchyByMarketType" code="001" message="success" debug=""> ...
0
votes
1answer
23 views

Do I need a foreach with MultipleIterator?

This is my code to look up a comment and write to a file and work fine. $comment1 = $xpath->query('//*[comment() = "abc"]'); $comment2 = $xpath->query('//*[comment() = "cde"]'); ...
0
votes
0answers
29 views

how to click on a specific record that is just entered in selenium in Divs & grids

In my application, I have an option to open the popup menu(by clicking in a specific column of table) & then the function is called using click on any of the menu items I added a record1, which ...
1
vote
2answers
35 views

How to get a specific node value with xpath when id is in element instead of attribute?

With the xpath /levels/level[@id="3"]/value I can get the value of level where id=3 like this: <levels> <level id="2"> <value>25</value> </level> ...
0
votes
1answer
17 views

In a blueprint.xml route, call a propertyplaceholder using an xpath returned value

I have a blueprint.xml in which I write some routes for an ESB. I want to get values from an XML file passed into the route. I want to then use these values to make up a dynamic property key name and ...
0
votes
0answers
44 views

DOMDocument::loadXML doesn't like my XML structure [closed]

I have an XML file that needs to be stripped of all its content. However, when I run it through DOMDocument::loadXML and XPath it returns no entries. This the XML structure: <?xml ...
0
votes
3answers
25 views

XPATH Error : Unable to evaluate expression

I have an xml like this as mentioned below. I am trying to obtain value for Cardnumber using following expression. XPATH : ...
0
votes
1answer
34 views

how do I get sets of data with xpath

My below code retrieves a series of images from the search results of a site and also the corresponding age data. It works fine however I get a list of images followed by a list of the information in ...
0
votes
2answers
25 views

Is it possible to write this generally? XPATH 2.0

Is it possible to write this test more generally. I´ve sat on it for hours and I can´t figure out :D. <pattern> <title>Pravidla pro měnu(CZK/USD)</title> ...
0
votes
1answer
40 views

hpple XpathQuery ideas?

I am using hpple to parse some HTML. I am using Xcode 4.6 and iOS 6.1. It looks like this. I can extract the text and images by using the following XPathQueryStrings. Text ==> //div[@class = ...
0
votes
1answer
66 views

Update XML all child node values search by attribute in PHP [duplicate]

I have a xml of multilevel nodes. I can find the node but need to know how to update the node values. In my file bellow, I can find the node channels by its attribute but how can I update values of ...
1
vote
3answers
62 views

test variable title with ID - selenium ide

using selenium IDE i testing my site in some pages i have a link with variable ID ex : ( http://yourorder.com/135046 ) every time user click on this link site take him to process page number ...
1
vote
2answers
35 views

How to replace the getElementById(“id”).textContent sentence using XPath?

I'm trying to learn XPath and I have a problem. I use to retrieve some text getting the corresponding dom element and asking its value. Eg: if I'm coding a Greasemonkey script and my browser is at: ...
1
vote
1answer
18 views

Can't find what XPath function this belongs to

I'm currently trying to understand a XSL document I am working on and have come across this <xsl:when test="(string(@hideIfHardwareIs)='')> I found that in XSLT 2.0 there is fn:string(). Is ...
0
votes
2answers
53 views

Groovy + WebDriver: how to use a variable in xpath?

This code works: MyField = driver.findElement(By.xpath("//select/option[contains(text(), '10.11.12.13')]")) MyField.click() This code doesn't work (the element is not selected) ClientHost = ...
1
vote
1answer
41 views

How to create nested conditions in XPath that refer to other nodes

In a nested condition, how do I refer to the current node in the "outer" pair of brackets. Say I have the following xml: <?xml version="1.0" encoding="utf-8"?> <Root> <Gizmos> ...
0
votes
1answer
70 views

How to search in jcr:content/@jcr:data using JCR XPath?

I would like to search a JCR repository contained in a CQ 5.6 (AEM) instance for all .jsp files that contain a given string xxx. Being new to JCR's interpretation of XPath (or JCR-SQL2), I'm not quite ...
1
vote
1answer
51 views

get img src from dom.xpath

I have this code which reads links(URLs) from a web page and prints them on the screen. connection = urllib.urlopen("http://www.google.com") dom = lxml.html.fromstring(connection.read()) for link in ...
0
votes
1answer
50 views

Use position of current node to access value of another node

I have an xml source that approximates a table layout (output from a program) - a is the table holder, b hold the column headings d, c are the rows and e are the row cells: <?xml version="1.0" ...
0
votes
0answers
72 views

VBscript: SelectNodes .length returns 0

so I'm in big trouble atm: I parse a XML-File, and for that I'll want to count all entrys. My code works well, but I tested it with a very big XML-File and nothing happend. So I tried to figure out, ...

1 3 4 5 6 7 170