Tagged Questions
0
votes
0answers
21 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" ...
0
votes
1answer
31 views
How can I parse HTML in batches using xpath [PHP]?
I tried all sorts of things but couldn't find a solution.
I want to retrieve elements from html code using xpath in php.
Ex:
<div class='student'>
<div class='name'>Michael</div>
...
0
votes
0answers
54 views
DOMDocument::loadXML doesn't like my XML structure [closed]
I have an XML file that needs to be stripped of all its content. However, when I run it through DOMDocument::loadXML and XPath it returns no entries. This the XML structure:
<?xml ...
0
votes
2answers
63 views
How to get the style property name using PHP xpath
I need to get all the tags having style attribute
$html = '<div style="font-style: italic; text-align: center;
background-color: red;">On The Contrary</div><span
style="font-style: ...
-2
votes
1answer
107 views
Implements DOMDocument to Array [closed]
Is PHP can implements DOMDocument to array? I mean something like this:
XML:
<html>
<head></head>
<body>
<div></div>
</body>
...
0
votes
1answer
39 views
target html class and fill with content DOMdocument
I am aiming to fill an html element of a certain std html class with content
This answer has a pretty complex concat xpath query:
Using DOMDocument to extract from HTML document by class
This class ...
0
votes
1answer
110 views
php xpath get correct content of div
I want to parse my file "file.html":
<div class="result">
<p class="a">asdf</p>
</div>
<div class="result">
<p class="a">hjkl</p>
<p ...
0
votes
1answer
114 views
PHP DOMXpath getting nested values
I'm using DOMDocument and DOMXpath to parse an html page.
The markup is like this:
<dl>
<dt>
<a href="">name</a>
</dt>
<dd>
<span ...
1
vote
2answers
152 views
Get title tag from html page using XPath?
I have two pages that Im trying to extract the title tag from using an Xpath query. This page works:
http://www.hobbyfarms.com/farm-directory/category-home-and-barn-resources-1.aspx
This page ...
1
vote
1answer
76 views
How to get, edit and save xml content containing nested namespaces?
Here is my xml file content:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" ...
0
votes
2answers
119 views
PHP DomDocument parse html
I have the following HTML markup
<div contenteditable="true" class="text"></div>
<div contenteditable="true" class="text"></div>
<div style="display: block;" ...
0
votes
1answer
39 views
Getting DOMDocument data outside of a foreach
I have a small problem here that no amount of searching has been able to resolve as of yet. I am making a script that pulls data from a diagnostic tool, using cURL. I can explain more about how this ...
1
vote
2answers
81 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
88 views
php spider breaks in middle (Domdocument, xpath, curl) - help needed
I am a beginner programmer, designing a spider that crawls pages. Logic goes like this:
get $url with curl
create dom document
parsing out href tags using xpath
storing href attributes in ...
-2
votes
1answer
163 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 ...
0
votes
1answer
73 views
Making xPath into a variable
How do I turn the output into a variable so i can cross reference it to see if it matches another variable I have set
foreach ($nodes as $i => $node) {
echo $node->nodeValue;
}
I know this ...
0
votes
2answers
82 views
Get multiple elements with DOMDocument
i need to parse html like :
<div class="item"><div class="title">title 1</div><div class="date">day 1</div></div>
<div class="item"><div ...
-1
votes
1answer
21 views
To parse link from content of iframed page [closed]
Is it possible to parse link from iframed page?
<iframe src='http://site.ru' frameborder='0'; width: 100%; height: 100%;'></iframe>
Content of iframed site.ru:
...
1
vote
2answers
610 views
DOMDocument XPath Query to get class name and tag values
I have this sample code that will extract the values of each tags.
And aside from that get the class name of that tag..
<?php
$doc = new DOMDocument;
$doc->loadxml( <<< eox
<tr ...
3
votes
2answers
170 views
PHP remove div if word doesn't exist [closed]
Okay, let's say I have this string:
<div class='box'>i like the world</div><div class='box'>i like my computer</div>
How would I go about echoing the divs that contain the ...
0
votes
3answers
128 views
Validate Invalid XPath Query
What would be the right validation if i want to know that my XPath Query is not working..
$query_id = $xpath->query('//tr[@class="calendar_row"][@data-eventid]/@data-evenid');
if ...
1
vote
2answers
83 views
XPath - Get textcontent() and HTML
Lets say I have the following HTML:
<div class="some-class">
<p> some paragraph</p>
<h2>a heading</h2>
</div>
I want to grab everything in <div ...
1
vote
1answer
359 views
How to select multiple attributes for XPath query [duplicate]
Possible Duplicate:
How do I select multiple sets of attributes within an XML document using XPath?
My HTML code:
<table width="100%" cellpadding="6" cellspacing="0">
i want to ...
0
votes
2answers
121 views
Xpath Table Within Table
I am having a bit of a problem of scraping a table-heavy page with DOMXpath.
The layout is really ugly, meaning I am tying to get content out of a table within a table within a table.
Using Firebug ...
0
votes
1answer
90 views
xPath to get values from table
I am just getting started with XPath and am fiddling around with how to correctly traverse table elements to find the td values in a tr. I am trying to only echo out the sibling values of the node . ...
5
votes
1answer
155 views
Convert HTML text to Leet (1337) Speak with XPath
I want to transform a webpage into leet (1337) speak with XPath and PHP.
It can be done with only PHP but then the HTML nodes are also replaced with leet speak.
Example ($html is the webpage):
...
0
votes
1answer
32 views
Incorrect characters in output
I'm trying to learn web scraping with Xpath. The code below works, however the output contains of incorrect characters and I can't manage to get this right.
Example:
Output: Emåmejeriet
How it ...
0
votes
0answers
70 views
DOMDocument xpath setIdAttribute access a node with specific attribute
can someone give me an example of replacing the value of a node inside a node with a specific attribute with DOMDocument? I know it's possible with both xpath or setIdAttribute but I tried both and ...
0
votes
1answer
167 views
PHP Simple HTML DOM - Top level elements only
I have searched through some other threads here but have not found the perfect solution
if I have the following layout
<html>
<div> <---- This one
<div> text ...
0
votes
1answer
66 views
Most Efficent way to Trasverse
Please see the edit at the bottom:
I'm using XPath to scrape some data from a site. Im wondering if I'm perhaps using too many foreach() loops, and could traverse through the hierarchy in a simpler ...
1
vote
0answers
38 views
Foreach two nodelist at once - PHP [duplicate]
Possible Duplicate:
PHP: Best way to iterate two parallel arrays?
I am using PHP DOMDocument to parse some html data frm a football bet-site.
I have one Xpath searching for the home-team ...
1
vote
2answers
594 views
getting selected option using php DOMXPath
i am using curl and trying to get the selected items from a select list using DOMXPath
I am close, i can get the selects and their options , just can not figure out how to tell if one is selected.
so ...
1
vote
3answers
296 views
XPath keeps returning empty node list
I am trying to parse a folder full of .htm files. All these files contain 1 specific element that needs to be removed.
It's a td element with class="hide". So far, this is my code.
$dir. entry is the ...
1
vote
2answers
884 views
Retrieve elements with xpath and DOMDocument
I have a list of ads in the html code below.
What I need is a PHP loop to get the folowing elements for each ad:
ad URL (href attribute of <a> tag)
ad image URL (src attribute of <img> ...
1
vote
1answer
765 views
php xpath get contents of div with class
What is the right syntax to use xpath to get the contents of all divs with a certain class? i seem to be getting the divs but i don't know how to get their innerHTML.
$url = ...
0
votes
1answer
175 views
How to get php DOMDocument xpath of a select tag by name
I have the following html:
<select type="text" name="City" value="">
<option>city1</option>
<option>city2</option>
<option>city3</option>
i am trying to ...
0
votes
1answer
289 views
Cannot Use parentNode with DomXpath in PHP
I'm having difficulty using parentNode with DomXpath.
<?php
$html = <<<STR
<div id="bar">
<p>item1</p>
<ul>
<li ...
2
votes
1answer
122 views
How to remove style tags from divs with certain class
How can I (with PHP) remove the style attributes from DIVS having a certain class?
Because of an 'Drag&Drop' process some DIV elements get polluted with unnecessary styles which can lead to ...
1
vote
1answer
261 views
Error while fetching XML Nodes using selectSingleNode in MSXML
Fetch XML Nodes using selectSingleNode in MSXML
I am trying to get the title field in below XML, but not able to
The XML is
<?xml version="1.0"?>
<rg:Group ...
2
votes
1answer
127 views
How can I get element using xpath?
I'm trying to get some data from a HTML
$xdata = simplexml_import_dom($doc);
$datas = $xdata->xpath("//*[@class='proglist']");
$aData = array();
foreach($datas as $data)
{
$rightdatas = ...
0
votes
3answers
156 views
Using PHP X-Path to extract specific parts of a webpage
I am after a specific value from a webapge; the product name that is in the h1 tag:
<div id="extendinfo_container">
<a href="/someproduct.html"><h1><strong>Product ...
1
vote
1answer
2k views
Get DOM elements by tag name with DOMDocument::loadHTML and getElementsByTagName
Sorry if this is reposted, but I can't wrap my mind around it and I've tried all the available documentation and examples I could find.
I am trying to get the first img element of a string containing ...
1
vote
1answer
74 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
226 views
DOM selected all <tr>, how to traverse the <td>
I have a table with trs that look like this.
<tr>
<td><a href="http://www.mysite.com">Link</a></td>
<td>value 2</td>
<td>value 3</td>
...
0
votes
1answer
975 views
PHP - Get value of XML node
I have an XML file like so:
<?xml version="1.0" encoding="UTF-8"?>
<GeteBayDetailsResponse xmlns="urn:ebay:apis:eBLBaseComponents">
...
0
votes
1answer
566 views
How to get title from a website by xpath?
I am playing around with xpath, but have no Idea how to for example get a title from a website using xpath, here is my code but I don't know what to do next...
$dom = new DOMDocument();
...
0
votes
0answers
102 views
How to define the encoding of a retrieved html page (xpath)
When retrieving a webpage (which is not my own). XPath returns weird characters. When using
iconv("UTF-8","ISO-8859-1",$xpath_results->item(0)->nodeValue)
It's all good. However, it's not ...
1
vote
0answers
126 views
Xpath not working as expected in PHP [closed]
Here is an example page which I'm trying to parse and get the phone number,
http://www.boats24.com/de/angebote/details_anfrage_telefon.php3?nr=161765
<?php
$url = ...
-1
votes
3answers
134 views
DOMDocument Parse html
I have one html page where there are number of <tr><td> elements like
<tr>
<td class="notextElementLabel width100">address:</td>
<td style="width: 100%" colspan="1" ...
1
vote
1answer
92 views
Retrieving (relating) two separate tags/attributes using a single XPath query?
I am Xpathing a DOMDocument file I have. the general pattern of this domdocument is as follows:
<h2> Title info </h2>
<div> .... </div>
<p> ...</p>
<div class ...


