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.
1
vote
1answer
30 views
how to output multiple lines using xmllint and xpath
I'm writing a simple bash script to parse some xml. I was using sed and awk but I think xmllint is better suited.
Unfortunately I'm completely new to xpath so I'm really battling.
I'm trying to ...
2
votes
2answers
26 views
Get content of list of span elements with HTMLUnit and XPath
I want to get a list of values from an HTML document. I am using HTMLUnit.
There are many span elements with the class topic. I want to extract the content within the span tags:
<span ...
0
votes
1answer
20 views
Change text of elements identified by dynamic XPath
I have an XML with 2 XML fragments, 1st one is a fragment where the new values must be applied (which can have pretty complex elements) like
... some static parents
<a:element1>
...
1
vote
1answer
16 views
JMeter XPath query not finding required value
I am getting the following response from JMeter:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<CertificateResponse>
<certificates>
<certificate>
...
0
votes
2answers
16 views
Ruby/REXML: Change a tag value from XPath
I have a base XML that I need to modify through a Ruby script. The XML looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<config>
<name>So and So</name>
...
0
votes
0answers
21 views
Inconsistent DOM structure of the loaded HTML page in webview
I am making Highlighter for Android in WebView.
For the highlighting purpose, in one example i am using JQuery and Rangy, in another pure Javascript and XPath. I am trying the same Highlight in ...
0
votes
1answer
32 views
XPathEvaluate does not evaluate a valid XPath
Sample xml:
<pr:InquiredPersonCode xmlns:pr="http://some/XMLSchemas/PR/v1-0" xmlns:epcs="http://some/XMLSchemas/EP/v1-0">
<pr:PersonCode>111</pr:PersonCode>
...
2
votes
2answers
37 views
Extract nodes from xml based on keywords
I have an XML like below and am trying to extract the nodes based on a keyword.
Tried using XPath and XMLLint. But obviously, I'm not doing something right. So
hoping for some help in this regard.
...
1
vote
2answers
34 views
compound xpath expressions across nodes
I'm looking at the w3c bookstore xpath example here.
Based on that xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<bookstore>
<book category="COOKING">
...
0
votes
1answer
29 views
How to find xpath of an element in a window that's inside another “frame window”
I'm trying to find the xpath of an element located in a window that's opened in another window for use in a python script for selenium.
The page is essentially a frame which hosts another page ...
2
votes
1answer
18 views
Get the sum of the same attribute from differently named xml nodes
I have an xml file as such
<root>
<segmentNameA attributeName="10" />
<segmentNameB attributeName="50" />
</root>
Here's my code:
XPathDocument xPathDocument = new ...
-1
votes
1answer
20 views
getting img node from parent
I have the following html and I want to get the image "src" value. The php I am using does not return anything. I don't get any errors and I'm not sure if the code is wrong or what is going on?
<a ...
0
votes
0answers
19 views
How can I test through a number of sibling nodes to see if they match a variable?
I need to check a variable against a directory to see if any of those sibling nodes have an attribute that's equal to the variable. I know that '=' and 'contain' don't work with wildcards so I was ...
0
votes
4answers
64 views
Unable to click a button in a table using webdriver
I need to double click on a element(named users) which is inside a table. Tried with xpath but I get a error saying 'unable to locate element'. I also tried with className, linkText, tagName. Could ...
0
votes
2answers
22 views
Select and display information only from the matching tags using XSLT
I am a noob when it comes to XSLT. So please bear with me if this question hits the basic mark.
Here's a sample of the XML I consume
<?xml version="1.0"?>
<Types>
<channels>
...
1
vote
0answers
10 views
xmllint content truncated after parsing xpath expression
I am running the following xmllint command but I get truncated content.
echo xpath '//create_context[@date="2013-01-31"]/instrument/file/text()' | xmllint --shell file.xml
/ > Object is a Node Set :
...
0
votes
1answer
25 views
Selecting Node with specific text that have a quote in them
I have an XML document where i am using xpath to find specific nodes using the text.
For example the product that i am trying to find is the following product node in a file that has many product ...
2
votes
2answers
35 views
Selenium > Web Drive : how to find a nested element by xpath (ruby)
I have a nested <div>:
<div id="international-map">
<div id='a'>
<a> link a1 </a>
<a> link a2 </a>
<a> link a3 </a>
</div>
...
-1
votes
0answers
31 views
Conditional select in XPATH query - like group by
I need an XPATH query, for a below scenario,
-> I have xml nodes where each node may have another node for its id but differs in value of another attibute. Something like this
<Parent>
...
0
votes
2answers
50 views
XPath Select all elements name of which NOT starts with Capital letter
I Have Schema Name.xsd, it's part of it,need help in framing the query in XPath that
<xsd:complexType name="GetWalletItemBO">
<xsd:sequence>
<xsd:element ...
0
votes
1answer
17 views
Select distinct child elements from repeating parent using XPath
I want to select distinct child elements from repeating parent using XPath 1.0.
Following is the XML:
<parent>
<something>
<catalog>
<title>AAA</title>
...
0
votes
1answer
39 views
Pop up logout button
In my application, logging out is a two way process. When you click on the Logout link on the main screen, it opens up a pop-up for confirmation of logout.
Now, on pop-up, there are two button ( ...
1
vote
1answer
37 views
Filtering XML query by attribute value
I am trying to extract parameters from an xml field but can't seem to figure out how to filter my parameters by the parameter's name attribute.
XML
<parameters>
<parameter ...
1
vote
0answers
51 views
Xpath functionality
I have one module which consumes a webservice and fetches a response from it. The response which I am getting contains a value inside it on which I need to set it value. I am using XPath for that. Now ...
-9
votes
0answers
46 views
I tried to make program to query an XSD document with a fixed XPath expression [closed]
I tried to make programm to query an XSD document with a fixed XPath expression like in this link , but there only for xml .See the Listing 4 in this page:
...
1
vote
2answers
31 views
JAXB / MOXy: How to set which xpath impl to use?
I use MOXy's @XmlPath("/foo/bar[@baz]").
Elsewhere in the app I need XSLT 2.0 so I included Saxon HA 9.5 on my classpath.
But that caused the XPath fail (doesn't find the nodes, unlike JDK's ...
1
vote
1answer
24 views
XPath: how to search in all descendant nodes hierarchy by an attribute value?
consider following XML:
<parent no=1>
<child id=10>
<child id=101>
</child>
<child id=102>
<child id=10201>
I want this ...
0
votes
4answers
48 views
Xpath select a node if sibling node has specific value
I have following document
<a>
<bb>abc</bb>
<cc>ccc</cc>
<dd>ddd</dd>
</a>
<a>
<bb>zz</bb>
<cc>1</cc>
...
0
votes
0answers
22 views
PHP XPath query include
Is it possible to get the node from an included schema using DOMDocument / DOMXpath? Let's say:
<xs:include schemaLocation="somefile.xsd"/>
...
...
<xs:element name="data" ...
1
vote
3answers
50 views
How to access OWL documents using XPath in Java?
I am having an OWL document in the form of an XML file. I want to extract elements from this document. My code works for simple XML documents, but it does not work with OWL XML documents.
I was ...
0
votes
1answer
33 views
Selenium - Click Link where Text is IMG
I am trying to click on a "next" page link on a page. The html is for the link is:
<a ...
2
votes
2answers
32 views
Using scrapy, how to make xpath more selective?
I am using Scrapy to obtain an article.
>>> articletext = hxs.select("//span[@id='articleText']")
>>> for p in articletext.select('.//p'):
... print p.extract()
...
<p ...
0
votes
3answers
45 views
how to combine two XPATH queries to avoid parsing two times a long XML?
I have a long local XML file like this:
<root>
<div>this</div>
<div>is</div>
<div>a</div>
...
<div>very</div>
...
0
votes
1answer
17 views
XSLT: How to select all nodes that don't have children nodes
I want to insert the names of all of the nodes and their values into an xml. The problem that I'm having is one of the first child nodes doesn't have any values assigned to it, but it does have child ...
1
vote
1answer
34 views
Check if Element is iFrame or Object (PHP-Xpath)
I wrote a script that uses PHP DOM. I'm parsing a webpage and accessing the elements through XPath.
Everything works fine except when it comes to getting a Node that will have either an tag or an ...
0
votes
1answer
34 views
How to crete a new XML from an existing XML nodes in JAVA
I have to extract a node occurring multiple times in XML file at node level 3 to a new xml file.
XML looks like
<Start>
<first>
<Second>
<Third>
...
0
votes
1answer
23 views
How to Compare dates with Xpath in android
I want to try parse xml with XPath in Android Application.
My XML file looks like this.
<expenses>
<entry type="fixed">
<amount>200</amount>
...
0
votes
1answer
31 views
Parse xml ( edmx ) attribute with namespace
I'm trying to parse the value of m:MaxDataServiceVersion from the edmx xml which starts like this:
<edmx:Edmx Version="1.0">
<edmx:DataServices m:DataServiceVersion="1.0" ...
1
vote
2answers
65 views
Java - Html special chars
I want to make some XPath request on a HTML file. Here is my code:
public static void main(String args[]) {
try{
/** We load the HTML file we want to parse */
BufferedReader ...
0
votes
1answer
38 views
Getting elements of ora:getFaultAsString
I have a BPEL process which catches any faults raised and assigns them to a variable:
<assign name="AssignFault">
<copy>
<from>ora:getFaultAsString()</from>
...
1
vote
1answer
28 views
xsl: how to concatenate path for variable?
I need to concatenate a path for a variable like this:
<xsl:variable name="foo" select="concat(//field_path_,$parameter,/data/*)" />
Doesn't work like that.
With $parameter = ...
1
vote
2answers
43 views
how to extract an XPATH from an html page with BaseX commandline
I would like to extract the XPATH //DIV[@id="ps-content"] out from this web page: http://www.amazon.com/dp/1449319432 (saved as a local file)
I would like to do it with a single line of command-line ...
0
votes
2answers
37 views
how to extract an XPATH from an html page with Saxon-PE commandline
I would like to extract the XPATH //DIV[@id="ps-content"] out from this web page: http://www.amazon.com/dp/1449319432 (saved as a local file)
I would like to do it with a single line of command-line ...
0
votes
2answers
36 views
XPATH/XQUERY for returning all the values one for line?
I have an html page that I can simplify like this:
<div id="foo" class="bar">one</div>
<div id="foo" class="bar">two</div>
<div id="foo" class="bar">three</div>
...
0
votes
1answer
29 views
Nokogiri: ids Vs hierarchy xpath performance
I have to write down the xml schema for a dataset which is hierarchically organized. It has to be parsed by Nokogiri for information retrieval. My question is, under a performance point of view, is it ...
0
votes
1answer
18 views
how can I get the content surrounted by <span> tags via xpath
I am trying to get the price from a webpage via Google Spreadsheets via importXML but I can't figure it out. I am not a programmer and have just a basic HTML knowledge. Here is the code:
...
<span ...
0
votes
1answer
24 views
XmlDataProvider, XPath and ListBox
I've been playing with XamlPad. I thought I'd embed some XML into the XAML to give me a fake set of hierarchical data. I'm not having much joy. This compiles, but doesn't show the items in the list. ...
0
votes
1answer
15 views
Checjing existance of Node with attribute value
I have this xml:
<?xml version="1.0" encoding="UTF-8"?>
<Forms>
<Form ID="533" PhysDocID=""
TemplateID="989">
<topmostSubform ind="0">
<TextField1 ind="3" ...
0
votes
1answer
32 views
XPath for elements with attributes
I have this xml:
<?xml version="1.0" encoding="UTF-8"?>
<Forms>
<Form ID="533" PhysDocID=""
TemplateID="616">
<topmostSubform ind="0">
<TextField1 ind="3" ...
0
votes
1answer
27 views
Xpath contains attribute A with string X or Y and contains attribute B with string Z
Here is the XML structure
<Row type='apple' price='1' quantity='6' date='2013-06-08' transactiontype='sell'/>
<Row type='apple' price='1.5' quantity='3' date='2013-06-07' ...