Questions tagged as 'xpath'

0
answers

Doubt about element in digital signature

Someone knows: What value is the one that is encrypted to assign it to the EncapsulatedTimeStamp element? <xades:EncapsulatedTimeStamp Id="ETS-95964e2f-ce16-485e-a7a0-fd09ff0c0c36"> XXXXXXXXX </xade...
asked by 26.01.2018 / 16:34
1
answer

Sort by attribute selected nodes with xpath [duplicate]

I am scraping a web whose information is in a table with the following structure. <tbody> <tr class='Leaguestitle'> <td>...<\td> <td>...<\td> <\tr> <tr id='tr1_abababa'>...
asked by 23.12.2017 / 22:50
1
answer

Xpath and attributes of the father

I'm scraping a web with the following structure <tbody> <tr class='Leaguestitle'>...<\tr> <tr id='tr1_abababa'>..<\tr> <tr id='tr2_abababa'>..<\tr> . . <tr id='tr1_acacaca'>..&l...
asked by 16.12.2017 / 23:08
0
answers

Beautiful Soup or Selectors in Python

Good morning For my scraping projects I have been using a combination of selenium with beautiful soup. Once the html was converted into plain text, I used .find() and .find_all() to move around the info I wanted. The thing is...
asked by 18.10.2017 / 12:19
1
answer

Extract groups from an XML file with XPath?

I have an XML like this: <?xml version="1.0" encoding="ISO-8859-1"?> <productos> <TITULO>DATOS TABLA PRODUCTOS</TITULO> <producto> <cod_prod>1010</cod_prod> <cod_zona>10&l...
asked by 06.02.2017 / 00:50
0
answers

Data structure in java or xml file with xpath?

I am doing a development, and some data that I use in terms of design should be represented in a tree, specifically they are ranks, that is, there is a boss who has at his command 5 sergeants who have their order to 5 corporals etc. This I ha...
asked by 01.12.2016 / 16:36
1
answer

Filter language from an XML file in PHP

I wanted to know if it is possible to remove certain tags from an XML in PHP. I need the data only in Spanish (0) and I would like to obtain the data in a new XML without the other languages. I do not know what type of filtering I should use...
asked by 17.11.2018 / 16:09
1
answer

Xpath select that the field has more than one attribute

Hello Very good I have a problem when looking for another attribute in a node WebElement SelecionFechaCalendario = findElementByXPath ("// tbody / tr / td [@ data-month=" + fechaselecionarmes + "] / a [@date=" + fechanueva + "]", DEFAULT_W...
asked by 18.05.2018 / 10:13
1
answer

Doubt with xpath and selenium webdriver in java [closed]

I can not get Java and webdriver to click on an XPath. The website is the one of Movistar: www.movistar.es/Privada/DesafioUnico Here is the image and command that I have placed.     
asked by 26.01.2018 / 13:14