0
votes
0answers
27 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 ...
1
vote
1answer
46 views

value is match with xml element then return all there sibling attribute value.

i am try to get all attribute value if attribute value in my xml file. i am try this xpath:- var xPath = '//*[local-name() = "dist_region" and ' + ' ...
0
votes
2answers
46 views

javascript xpath - get element value and its position, and save results in object array

I have a markup resembling the following (note: the spans are optional child elements): <li class="prices"> 11.11 <span>1.11</span> </li> <li class="prices"> ...
0
votes
2answers
50 views

Access an XML value using jQuery

I have this XML <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ...
0
votes
1answer
21 views

extract YQL query content from Javascript response object

I have a javascript using Yql to retrieve a certain text. I success in retrieving the text, but I cannot handle it how I would like to: I can have access to the raw text (without <br/>), as you ...
0
votes
1answer
48 views

get region from xml file using xpath

i have one xml file with content of region, state, city name <childrens> <child_1 entity_id="1" value="Region"> <child_2 entity_id="2" value="Asia"> ...
0
votes
1answer
63 views

check string value with xml attribute using javascript xpath

this is a part of xml:- <products> <product_id value="1"> <tab_id value="351"> <tab_name value="test1"/> <date value="2013\05\10 12:30:00" /> ...
1
vote
0answers
37 views

Jath.js Xml parsing IE Error

I'm using jath.js to parse XML with Xpath selectors. But in IE Version 10/9, I am getting the below error: Object doesn't support property or method setProperty Below is the jath source ...
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
vote
0answers
44 views

Wicked Good X-Path, Internet Explorer (IE 9) & Namespaces

I recently tried to include wgxpath for patching IE 9's lack of proper X-Path support but I'm getting a weird error message while trying to use namespaces («Error: Bad token: :»). Have somebody tried ...
-1
votes
1answer
35 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
2answers
37 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: ...
0
votes
1answer
56 views

try to getting country code but without alert its not work

this is my code:- <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script> $.get( ...
0
votes
1answer
317 views

Selenium(WebDriver) Cannot find and click element: <a class=“page-next” href=“javascript:gotoPage(2)”></a>

-Hello, thank you for reading my post. I have spent all day trying to figure this out. Just trying to click the above element to iterate to the next page of product reviews (this doesn't change the ...
0
votes
2answers
78 views

Get parent element node when child node is matched

This is my code: <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script> var xml; $.get( "code.xml", ...
0
votes
1answer
32 views

find the attribute value by entered in textbox and get there parent attribute value

i have this type of xml file:- <root> <child_1 entity_id = "1" value="india"> <child_2 entity_id = "2" value="gujarat"> <child_3 entity_id = "3" ...
0
votes
1answer
74 views

How to write cross browser XPath queries using wicked good xpath library?

I known from one of stackoverflows reply that if we want to write Cross Browser XPath queries then there is a library exist called Wicked XPath Query from Google. Here is the link Wicked Good XPath ...
8
votes
2answers
232 views

get parent element attribute value

this is my xml document:- <root> <child_1 entity_id = "1" value="india"> <child_2 entity_id = "2" value="gujarat"> <child_3 entity_id = "3" ...
0
votes
1answer
68 views

get all the child attribute value from the xml

this is my simple 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" ...
0
votes
2answers
62 views

Javascript, how to select using DOM xpath something between <br> tag

How to select something between <br> tag, using xpath or maybe suggest other solution. so far this is my code where I select the <p> but I need what is between <br> tag: ...
0
votes
0answers
28 views

Javascript : xpathevaluator not working in firfox 17 esr

for many year i'm using a crossbrowser plugin to manipulate xml document on firefox 3.5.3 I'm about to go through firefox 17 esr. the code above is no more compatible with that version : ...
-1
votes
1answer
73 views

XML parsing with XPath and Javascript

<root> <method name="A"> <childcall name="B"></childcall> <childcall name="C"></childcall> </method> <method name="B"> <childcall ...
0
votes
0answers
40 views

want to load xml url and get the element value from them using javascript

i have one XML Url:- http://services.gisgraphy.com/geoloc/search?lat=22.3000&lng=70.7833&radius1000 i want to load this url and want to get <asciiName> element value. store this all in ...
0
votes
1answer
119 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" ...
0
votes
0answers
46 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) ...
0
votes
0answers
53 views

splite input value in one text box and want to find in xml file

this is my region.xml file:- <childrens> <child_4 entity_id="4" value="Activities" parent_id="2"> <child_10066 entity_id="10066" value="Physical1" parent_id="4"> ...
0
votes
0answers
45 views

Javascript atom Feed parse with XPATH

I want to parse an atom feed using javascript xpath API: <feed xmlns="http://www.w3.org/2005/Atom"> <category scheme="http://app.link.com/schemes" type="types"/> <link rel="app" ...
-1
votes
2answers
63 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> ...
4
votes
1answer
108 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
112 views

JSON.stringify(value , replacer) different results in Chrome and FF

i'm having next trouble, trying to use JSON.stringify with "replacer". var scriptTag = document.createElement('script'); scriptTag.type = 'text/javascript'; scriptTag.src = ...
1
vote
2answers
40 views

How to select an internal child with xpath?

I have the following html in a page: <p>foo <br>bar <!--additional br elements of variable number--> <br>https://example.com <!--additional br elements of variable ...
2
votes
1answer
87 views

check the element value in xml file

this is my xml:- <results> <result> <Country_Code>IN</Country_Code> <Country_Name>India</Country_Name> ...
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
22 views

Front-end Visual XPath Identification

I am looking for JS or Ruby library which allows me visually (user front-end) select page elements and identify theirs XPath for further use.
0
votes
0answers
110 views

xpath contains concat not work

this is xml file(demo.xml):- <products> <product_id value="1"> <tab_id value="351"> <tab_name value="test1"/> <dist_map value="5"/> ...
0
votes
0answers
104 views

JavaScript's XPath: How to get the attribute value of an element?

I want to get the value of an attribute of a specific element that has a specific id. For an example I want to get the href of the a tag whose id is next: <a href="?page=3" ...
0
votes
1answer
40 views

How to use counter in xpath

I am using the following code to get the id of a row that is randomly generated. string[] rowIds = new string[numofRowsPassengerTable]; for (int counter=1; counter < ...
0
votes
2answers
125 views

geting xml element attr value using child attr entered in textbox

this is my XML file:- <products> <product_id value="1"> <tab_id value="351"> <tab_name value="test1" /> <region_timezone value="1" /> ...
1
vote
1answer
90 views

XPath selecting attribute fails on Chrome

Here's a small test I ran with expect.js: describe('xpath', function () { it('finds attribute nodes', function () { $(document.body).append('<string fooBar="bar"><data ...
1
vote
1answer
84 views

xpath to select an attribute value where another attribute is a predicate

Say my XML node is this simple: <foo> <bar id="1" name="John" /> <bar id="2" name="Bill"> <qwert name="Tony" /> </bar> </foo> What's the ...
1
vote
1answer
41 views

how to programatically fetch xpaths of all elements on a web page from any browser

I am newbie to Web UI automation and as part of it, we require to fetch and store the Xpaths of all the elements such as labels, buttons, hyperlinks, textboxes, checkboxes, radiobuttons, images etc ...
0
votes
0answers
32 views

Javascript validate an xpath without evaluate

function debugEvaluate(path,e,r){ try { alert("before") var x = e.ownerDocument.evaluate(path,r,null,5,null) alert("after") return x } catch(error){ alert("path: " + path +" ...
0
votes
0answers
37 views

How to like search with in php variable/xml doc/javascript variable [duplicate]

I have a xml file with a node named ,in title i have a long description. how to search using any keyword and get the whole string matched ? for example i have this thing in title : "Lorem ipsum ...
0
votes
2answers
83 views

Xpath evaluation in javascript not working relative to some element

The code below will reach the "before" and "between" alerts, but not the "after" alert. alert("before") var test = ...
3
votes
2answers
116 views

jquery : create xpath of the current text selection

Is there a way, using jquery to get an XPath query of the current text selection? Thanks for your help,
1
vote
1answer
53 views

jquery convert element to an xpath query

I have an html element which I want to use as a bookmark but I cannot modify the html document. I would like to store this element somewhere else and keep it as an Xpath query. Is there a way to ...
0
votes
1answer
74 views

Sonar coding rule for use of alert()

We're using Sonar 3.4.1 to analyse our JavaScript on our continuous integration server. I've added a lot of custom rules; for example: issuing blocking violations if any of the console.* debugging ...
0
votes
0answers
41 views

javascript re-evaluate xpath return

I'm trying to evaluate XPath from the context of the nodes returned by an initial absolute XPath evaluation. Can anyone help? var test = document.evaluate("//div[@style='asdf']", document, null, ...
2
votes
1answer
132 views

Set Click event on value display in Html file and want to show there child Element When Clicked on it

this is my xml file:- <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="final.xsl"?> <root> <child1 entity_id = "1" value= "Asia"> <child2 ...
0
votes
1answer
124 views

simple xml attribute value get the using xslt in the html file

The XML file look like this:- <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="final.xsl"?> <root> <child1 entity_id = "1" value= "Asia"> ...

1 2 3 4 5 6