Questions tagged as 'xpath'

0
answers

sum xpath function

I need to add the total to compare fantasy books This is my XML: This is my java code, I'm not very familiar with this, can you help me?     
asked by 12.10.2018 / 17:06
1
answer

Extract from several Elements a specific Element

I'm trying to get the Google Play downloads data in XPath. But when I do the query, it gives me a list of the data I want to obtain. But I do not know how to extract only 1 data and not the 5 or 6 that it throws. For example, this is what I am d...
asked by 06.09.2018 / 11:45
0
answers

Modify class name with XPATH

Basically, I have an Html file full of Divs without major variations between them. So: <div id="all-divs" class="number1"> <div class="generaldiv"> <div class="randomclass"> <input value="2874973...
asked by 14.09.2018 / 20:57
0
answers

SoapFault: Technical: PX000040: BEA-382505: XPath statement prod

I really need your support urgently, I am currently connecting to a web service of a client who has given me 2 WSDL routes to connect me. The first connects me without problem, but when applying the same structure to consume the other service, t...
asked by 07.08.2018 / 17:34
1
answer

error login gmail selenium with python

I have an error with the following code, as the ide works correctly and throws "successful login" by another lador the browser open gmail enter user click to the next xpath Enter password clicks the xpath password but nothing happ...
asked by 11.06.2018 / 21:43
1
answer

Xpath query with namespace

I'm going around and looking for info on the internet but I can not find anything. How can I mount an Xpath query to select for example the Sun: manager node? I'm using BaseX Gui to do tests, if I load some Xml without namespaces, there's no p...
asked by 02.06.2018 / 21:35
1
answer

Looking for value in an xpath - groovy

Very good, I currently have the following xml file (person.xml)           Jane       Smith       31          Juan     Smith     31 In the process that I am doing, I know what the value of var will be and what I need to obtain is the value o...
asked by 04.06.2018 / 16:48
1
answer

XQuery: How can I return multiple values in formatted return? I do not understand why he returns it to me concatenated

Recently I'm learning XQuery, I've tried the following exercise:    We want to show for each student of the institute (institut.xml) its   name and the subjects that it studies, besides the total of subjects,   ordered by the number of subjec...
asked by 12.04.2018 / 00:08
0
answers

Help XQuery branch

Returns the branch code, the telephone number and the number of accounts that have a SAVINGS type and a PENSION type. The xml file is the following: <sucursales> <sucursal telefono="112233" codigo="SUC1"> <director&g...
asked by 14.04.2018 / 12:30
1
answer

How can I count on Xpath the nodes within several sibling nodes?

I want to have the doctors that have each node in the service nodes, being these grandchildren of services and children of doctors. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE hospital> <hospital tipo="3"...
asked by 16.03.2018 / 19:29