0
votes
2answers
53 views

VB.NET remove found string with all the text between two symbols

I am looking for solution to remove some part of text between two symbols with specific word for example: List with my words: Anny Thomas Andreas Full text to filter: <name list> <name ...
0
votes
2answers
18 views

X-Path + RegEx matching pattern

Given the following, <Line> <Supplier>Fuel Surcharge - 36</Supplier> <Supplier>Fuel Surcharge - 35</Supplier> <Supplier>46081 46150 46250 46280 ...
0
votes
1answer
40 views

Extracting Xpath or RegEx in Jmeter for a verification token?

I am trying to use a RegEx Extractor in a get HTTP request for a login page with Users, Passwords and Verification tokens. The tokens are my problem. I am using this in my Regular Expression ...
-3
votes
1answer
46 views

PHP Web Scraping Preg_Match on Multiple Items [closed]

I'm trying to get MLB stats for todays games current pitchers, so lets say i had all this data from file_get_contents, the only thing im not including is obviously im gonna get the whole page not just ...
-1
votes
1answer
30 views

Limiting list returned by xpath

I am trying to use xpath in WebHarvest and I am able to receive a large list of data, however I only need the first 5 strings returned. <var-def name="googleProducts"> <html-to-xml> ...
2
votes
1answer
26 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?
4
votes
4answers
80 views

PHP: how to get the correct closing tag of an HTML element

Assuming that I have an HTML page as follows: <!-- This is the opening tag --> <div class="content_text"> <div>Title</div> <div>Author Name</div> ...
3
votes
1answer
102 views

why does PHPs preg_match work differently on strings vs. string_literals for extracting data into a named array?

I'm trying to extract the 6 fields Sender, Customer ID and so on from the body of an html email: $string = '... some other html text ... <p> ...
1
vote
3answers
134 views

Lowercase part of a string with XPath regular expression

In a node, a string might contain one or more substrings delimited by single or double quotes. For example <node>Some text "and Some" More</node> What I have to do is lowercase the text ...
0
votes
1answer
36 views

Find a xpath ignoring the numbers inside the string

The actual xpath is //*[@id="location_in_196548881_chzn"] and the number in between is randomly generated. I want to search this node. My call to search is like this when the id is constant ...
0
votes
3answers
87 views

Get xpath from search result of a specific regex pattern in a bunch of xml files

I have many XML files, and i have to search in these files a string (in detail that will be a not-too-complicated regex). With the results i want to get the xpath of the node in which the string is, ...
-5
votes
1answer
79 views

Regex for HTML manipulation [closed]

What is the regex expression in order to have the following result, for any image inside any html td ? from: <td width="7" height="50" nowrap> <img src="/images/img_1.png" width="7" ...
0
votes
2answers
59 views

case insensitive search in xpath 1

I am searching through HTML for "myfunc". However, the capitalization is uncertain. Unfortunately, PHP works with XPath 1 so all searches are case-sensitive. How can I update the following code to ...
0
votes
2answers
68 views

Catch Xpath conditions with Regex

I want to catch conditions in a Xpath expression. For example in an expression as below: ...
1
vote
2answers
78 views

PHP DOM and returning only part of document

I Just discovered domdocument and had previously been using regex.. I need to return the entire form element with all the inputs. I don't need to create an entire document i just want that part, in ...
0
votes
1answer
93 views

unable to extract value using Regular Expression in JMeter

I am unable to extract value using both Regular Expression and xPath in JMeter <input id="capture_signin_transactionId_u13jjd6w9y1h167bhu5ut4fhbht0kwebuvqi6f0z" ...
1
vote
2answers
141 views

xpath expression to match text ending with a variable

I have an XML with entities like this : <Entity> <Name>Lwresd_Dns_Server|LwresdDnsServer</Name> </Entity <Entity> ...
0
votes
1answer
679 views

Xpath regular Expressions

Need help XPath. I have such a xml <unaryExpression tokenValue="'http://google.com'" tokenLine="1" tokenColumn="8"> <postfixExpression tokenValue="'http://google.com'" ...
0
votes
1answer
85 views

php xpath query with contains and regex

Right now I have a xpath search function that looks like this: $paragraph = $xmldoc->xpath("//p[contains(., '$wordsearch')]"); I was wondering if it is possible to let $wordsearch be a regular ...
2
votes
2answers
177 views

Fix absolute paths within an XPath expression so they work in the context of another document

I'd like to extract all references to the document root from an XPath expression and inject a custom root after them. I'm implementing a smallish part of validation (or rather fixing a bug) of an ...
0
votes
2answers
74 views

Using RegEx + XPath to check 2 keywords

$string() = "This is with admin charges"; What I intend to do is to write down an X-Path with RegEx to return the statement above true in the sense that when $string contains "admin charge", then the ...
-2
votes
1answer
162 views

PHP regex to match all img tags except for certain src [closed]

I'm very new to PHP and did a slight modification to a certain file in a CMS written in PHP. I modified a function that took the first <img> tag in a page source, to take a random tag from that ...
2
votes
2answers
212 views

Jmeter regex variable number of lines

My question is, how can a Jmeter regular expression be written so that it does not matter how many lines are in the parsed text? For example, the Regular Expression: ...
1
vote
1answer
268 views

How to write regular expression in jmeter for multiple <select> tags in one gsp and also identify the tester which tag value will be taken

In my code having two select tags, so please tell me how to write two regular expression for each tag based on names different in every select tag. So please give me answer as early as possible. ...
-3
votes
1answer
135 views

how to extract value from hidden filed with id and value in jmeter using regex

Hi I am working with JMeter. My application is developed on java. In one of the request i am getting response HTTP Request Parameter:=_CONFIRMATIONTOKEN HTTP Request ...
2
votes
1answer
320 views

Json.net: Can JObject.SelectToken do the same thing the XPath can do? If yes what are the syntax?

The answer to the query posted in 2009 was to use a new feature JObject.SelectToken which is supposed to deliver XPath like functionality. I am now using JSON.NET 4.5 R11 and SelectToken method is ...
1
vote
1answer
273 views

Performance of Jsoup vs regexes vs XPath for extracting content from HTML?

I know that in common case HTML shouldn't be parsed with regex. But I want to make a performance test for web application. I know for sure how HTML may look like. So I can use regexes to extract some ...
-2
votes
1answer
58 views

regex attribute not working in xsl:analyze-string function

The given source xml is part is <EORI_Number>23 March 2002</EORI_Number> and applying style sheet that given below <xsl:analyze-string select="EORI_Number" ...
2
votes
1answer
304 views

Extract text in HTML comment using XPath and regex

I'm trying to parse HTML files using an XML/HTML parser which contain hidden commented text for translation, namely X and Y below. <!-- Title: “ X ” Tags: “ Y ” --> Which XPath would best ...
1
vote
2answers
377 views

How to get text between two strings with special characters in ruby?

I have a string (@description) that contains HTML code and I want to extract the content between two elements. It looks something like this <b>Content title<b><br/> *All the content ...
3
votes
4answers
288 views

Regex - Extract a substring from a given string

I have a string here, This is a string: AAA123456789. So the idea here is to extract the string AAA123456789 using regex. I am incorporating this with X-Path. Note: If there is a post to this, ...
1
vote
1answer
97 views

Selenium: Is possible to get the text between two xpath selections?

I have: <center><h3>Title</h3></center> ... stuff here that I want selected in <p>...</p>elements ... <a href="index.htm">Content</a> The first and ...
1
vote
2answers
189 views

Best way to modify html form elements with php?

How do I modify and insert form elements using PHP? I have a form assigned to a variable in PHP like so: $the_original_form = ' <form method="post" action="whatever.php"> <input type="text" ...
1
vote
1answer
76 views

Extract a QString from xml tag

I have this resulted QString from an http request, What I need to do is to extract only the string "一致" which is inside the tag "TranslatedText>一致</TranslatedText>" How to do this? ...
1
vote
2answers
81 views

Best way to remove remove values from variable? create an array, or using regex? or with Xpath?

Im trying to extract some fields from the output at the end of this question with the following code: doc = LH.fromstring(html2) tds = (td.text_content() for td in doc.xpath("//td[not(*)]")) for ...
0
votes
3answers
161 views

PHP - Best way to find URL root from string?

I use PHP. I have an URL that looks like this http://www.mydomain.com/mydir/mydir2/?something=hello I want this: http://www.mydomain.com I did it like this but it feels like the wrong way to do ...
3
votes
4answers
161 views

How do you extract text matching a pattern in XPATH?

I have data that looks like this: <value>v13772 @FBst0451145:w&lt;up&gt;1118&lt;/up&gt;; P{GD3649}v13772@ v13773 @FBst0451146:w&lt;up&gt;1118&lt;/up&gt;; ...
1
vote
1answer
200 views

Does HtmlAgilityPack have the ability to use regular expressions in its XPATH selector?

I would like to be able to create a collection of nodes where the text starts with a word and then a number. For example, given the following: <p>FINDTHIS 1</p> <p>FINDTHIS ...
1
vote
2answers
164 views

XPath expression can't extract mailto: attribute

I'm using this XPath for getting the text() that follows mailto: //a[starts-with(@href, 'mailto')]/text() Now I want to be able to extract what comes after mailto: for such attribute: <a ...
2
votes
2answers
219 views

Regex for tokenize in xQuery

using xPath i'm getting a text like this: Sed id felis mi; Nam porta lacinia sapien vestibulum egestas; Praesent nec nisl purus, eget mollis metus. Fusce euismod ante id tellus tincidunt dignissim ...
0
votes
2answers
99 views

How to get between first and last of a specific node in an XML file?

Consider I have a file which contains the following data: ... <wsdl:message> ... </wsdl:message> <wsdl:message> ... </wsdl:message> ...
1
vote
1answer
73 views

Extract portion of HTML document - need to include xHTML markup

I have a situation where I need to extract a portion of a xHTML page, including the markup. A regex in this case is not the correct route, as I am not guaranteed the exact number of child divs. ...
0
votes
2answers
84 views

PHP XPath issue for amazon products

I would like get all the images from following URL and using following Xpath Query but ever time query return null. URL: ...
0
votes
2answers
723 views

How to properly use xpath & regexp extractor in jmeter?

I have the following text in the HTML response: <input type="hidden" name="test" value="testValue"> I need to extract the value from the above input tag. I've tried both regexp and xpath ...
2
votes
4answers
814 views

jmeter grab value from response data

I have a question about grabbing a certain value from the html response data in Jmeter. I've been trying both regular expression and xpath extractor(see below) but having no luck. This is part of the ...
3
votes
2answers
593 views

pattern matching using XQuery

I have a huge XML document 200MB in size containing textual information. The data was earlier stored in pagemaker file with 2 Columns. After tagging I found that certain text is having hyphen. This is ...
2
votes
4answers
476 views

Preg Match anything between 2 strings

I have to get the location of a number from this site lookupexpert.com/search_phone?phone_number=7322691678 And i want a regex that matches anything inside <p class="location">OCEAN GATE, ...
0
votes
1answer
148 views

Putting XForm nodes in Regular Expression

I am trying to compare 2 XForm nodes using regular expression. For example, Node 1 is /data/Q1 Node 2 is /data/Q2 What I want to do is put a constraint in Node 2 saying value of Node 2 cannot be ...
3
votes
2answers
347 views

How to read, update and delete the existing XML file using node attribute value in Java

I am trying to read/update/delete the XML file on the basis of value found. I have a XML with name 123456.xml with below format. <ps> <p n="359" ...
0
votes
1answer
202 views

PHP - How can I retrieve and process all images and their parent anchor tags from a content block?

Note: I'm using Wordpress, but I don't believe it's relevant to the answer, so I've asked it on SO. If I'm wrong, please tell me/move the question. Okay, I'm loading up blocks of rich content (via ...

1 2 3