-1
votes
3answers
59 views

php find xml node thanks to isset variable form url

I have a single.php page where I want to load individual post. To do this I have some links in my index.php that allows to load single.php page : <a href="single.php?blog_no=12">Post ...
0
votes
3answers
33 views

Select all nodes with a certain name by using PHP SimpleXML - source code attached

In the following XML file I'm trying to print all TestItem nodes, but get only the 4 outer nodes. Does anybody please know, how to print every node having that name, regardless of their position? ...
1
vote
1answer
23 views

Get all children of parent identified by a specific atribute value using xpath

Is there a way you can get all get all children of a parent with a specific attribute value using xpath, for instance if i wanted to get all the children of the first <b> below i could write ...
0
votes
1answer
45 views

php and xpath - loop through child elements of particular element

I would like to loop through each book_list in the following xml file and for each book_list loop through each book for that book_list. <inventory> <book_list> <book> ...
0
votes
1answer
95 views

PHP simplexml xpath search for value in an ELEMENT containing tab delimited text?

How to do a PHP simplexml xpath search for text value in a tab delimited ELEMENT and returning text from that same element at a different offset from where the search text offset? Lets say I wish to ...
1
vote
2answers
71 views

Array to String conversion notice when getting $variable value with xpath

Im trying to get the name atriburte of the type element in the following feed using xpath. <response request="getHierarchyByMarketType" code="001" message="success" debug=""> ...
1
vote
3answers
78 views

Getting the first XML element with SimpleXML

ok, this might be a stupid question, but how do I get one single element from an XML document? I have this XML $element = $response['linkedin']; SimpleXMLElement Object ( [id] => ...
0
votes
3answers
64 views

PHP SimpleXML - xpath is not working, but in online generator it does

I have a large xml file with following example content: <transferData version="1.0"> <item id="1885880" itemType="kivihomepagetransfer"> <property name="country_id"> ...
0
votes
1answer
77 views

PHP/SimpleXML. How to add child to node returned by xpath?

I have a simple XML string: $sample = new SimpleXMLElement('<root><parent><child1></child1></parent></root>'); and i try to find node with xpath() and add child ...
0
votes
2answers
47 views

xpath text after strong element with following-sibling does not work

I checked almost every answer on the web and in many examples "following-sibling::text()[1]" is given as a correct answer to receive text after a strong-tag. I marked the text I'm interested in with ...
0
votes
3answers
73 views

Parse tags with colons using SimpleXML xpath in PHP [duplicate]

Is there a simple way to parse tags that have colons in the tag name using SimpleXML xpath? Example: <v12:ProcessShipmentResponse>SUCCESS</v12:ProcessShipmentResponse> Here is the code ...
0
votes
1answer
124 views

SImpleXML XPath getting a string value from an XML node

I've been trying to develop an xml-driven horizontal menu on my own as a private project.. But as it seems I've been stuck.. Roughly.. XML File (navigation.xml) <navigation> <menu> ...
0
votes
1answer
51 views

Extracting data from xpath reference of SimpleXMLElement Object

I'm trying to read an XML file into an array and I'm having a little bit of trouble. Here is what my code looks like so far: $inst = new SimpleXMLElement($xml); foreach( ...
-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
1answer
80 views

Using xpath to return array of elements from SOAP response [duplicate]

Given this fragment of a larger SOAP response: <Calendar> <CalendarDay Date="2013-10-01" xmlns="http://webservices.micros.com/og/4.3/Availability/"> <Occupancy> ...
0
votes
2answers
120 views

php xpath retrieving attribute-values based on multiple attributes and parent-attributes

I need to select nodes from xml, conditions see below. I am using simplexml, so the xpath has to be 1.0. XML snippet: <scales> <scale id="1" gender="*" age="*"> <d ...
0
votes
1answer
120 views

php xpath select nodes based on values of two attributes (edit) AND its parents attributes

xpath 1.0 - I had to change the approach, because the XML has changed. I need to pull the t-Attribute FROM the <d>-node WHERE its raw-Attribute = 10 AND its parent-node's ...
1
vote
1answer
64 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
92 views

XPath - array to string conversion error

I'm using simplexml_load_string to load some XML: $xml = "<payment><cardHolderName><![CDATA[John Smith]]></cardHolderName></payment>"; $xml = simplexml_load_string($xml, ...
0
votes
1answer
179 views

php SimpleXMLelement parsing XML tags with multiple 'potential' attributes

As the title suggests, I have a question regarding the parsing of an XML tag that may potentially have multiple attributes (or none at all), and I'm looking for suggestions on how this could be ...
1
vote
2answers
60 views

Selecting attribute values based on another attribute value with SimpleXML [duplicate]

I'm trying to display an image using an xml file and SimpleXML The XML code is <icons> <icon size="tiny" href="/FF02-tiny.jpg" /> <icon size="sidebar" ...
0
votes
1answer
127 views

SimpleXML - How to use xpath to get data in XML with namespace?

I have this XML <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="http://www.dotnous.co.nz/ws"> <xs:schema id="NewDataSet" xmlns="" ...
1
vote
1answer
117 views

simple_xml get max value of attribute [duplicate]

I'm trying to get the maximum and the minimum value of the option-node for each item in the following xml (snippet): <body> <page number="1"> <itemset name="a"> ...
0
votes
4answers
73 views

XPath search child

I have an XML that goes like this: <document> <FileDetails> </FileDetails> <Clients> <Client> <ClientDetails> ...
2
votes
1answer
87 views

simpleXML: parsing XML to output only an elements attributes

I'm attempting to parse an XML file using simpleXML, but I keep running into issues (mind you I'm a PHP noob.) This is the structure of the XML file.. (Naming convention used for readability.) ...
1
vote
1answer
115 views

php loop through xml sibling once for matching sibling then move to next

The xml siblngs are listed by dates. Each date may be listed many times due to different times in each date. Such as... EDITED: ADDED XML <?xml version="1.0"?> <theaterxml> ...
0
votes
2answers
107 views

SimpleXML, XPath: how to get content of element by unique id?

kept trying for hours, brain messed up, need help: XML-file: <?xml version="1.0" encoding="UTF-8"?> <testresult> <body> <itemset name="sc"> <item ...
0
votes
1answer
70 views

PHP - how to push the result of SimpleXML parsing correctly into the Array?

I'm trying to push the result of xml parsing to the multidimensional array. The structure of XML is here. The PHP procedure is (not working correctly): $xml_url = simplexml_load_file("url to the xml ...
0
votes
4answers
88 views

How to get inner text in a xml tag array in php

So i have an xml like this: <cars> <brand name="Audi"> <model>A1</model> <model>A3</model> <model>A5</model> ...
0
votes
2answers
132 views

PHP : how to parse XML with nested xpath elements

Here is the XML that I am working on : <?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ...
0
votes
1answer
42 views

Multiple [not(contains(id, …))] in SimpleXML (xPath)

I need to exclude multiple ids from the XML list and I was wondering how to make the script to work. I have something like this //Réponses[not(contains(Constituent_x0020_ID, ...
1
vote
3answers
108 views

XPath and PHP: nothing works properly

Here is my code: $XML = <<<XML <items> <item id="123"> <name>Item 1</name> </item> <item id="456"> <name>Item ...
0
votes
2answers
124 views

How can I sort on XML child node value with PHP SimpleDOM? (or any other method)

I need to sort the following XML (foreach ProgramList) based on the value of it's child MajorDescription <ArrayOfProgramList xmlns="http://schemas.datacontract.org/2004/07/Taca.Resources" ...
2
votes
1answer
58 views

Extracting HTML fields through XPath

I have this query which extracts the posts which has been "liked" more than 5 times. //div[@class="pin"] [.//span[@class = "LikesCount"] [substring-before(normalize-space(text())," ") > 5] I'd ...
0
votes
0answers
59 views

XML xpath attribute value result to contain other results

I recently asked a question about how to select a parent's node attribute and its values at the same time using xpath, What i ended up with is : Parent/@attr|Parent/x It grab the parent attr's ...
2
votes
2answers
130 views

How to remove namespace from HTML content in XML file

I'm receiving an XML file via API and parsing it with PHP / SimpleXML / XPath. I need to take data from one of the fields that contains HTML and output it, however the HTML is all prefixed with a ...
2
votes
1answer
94 views

Reading values of a multi-dimensional array populated by xpath

I am a bit of a newbie to PHP and I'm not sure what I'm missing here. I have an multidimensional array that I've created from an XML file using XPath. I'm able to move through the array and retrieve ...
1
vote
2answers
99 views

How to reach till the desired node in xpath result?

One more weird question from me : <?php $xpath = '//*[@id="topsection"]/div[3]/div[2]/div[1]/div/div[1]'; $html = new DOMDocument(); ...
1
vote
1answer
100 views

PHP simplexml and xpath to access node values

I have the below XML response from the UPS Rates API and I need to get the values of 'ServiceType', 'Amount' and 'Currency' nodes for each 'RateReplyDetails' only where the RateType node = ...
0
votes
1answer
57 views

How can I use DOM xpath to get the href out of a variable in php?

Thanks for helping! I am trying to figure out how to extract the href attribute out of a php variable that contains a single tag... Like so $var = "<a class='coupon_link' ...
0
votes
2answers
90 views

Xpath query on the current SimpleXMLElement object inside a for loop

How do you run an Xpath query on the current SimpleXMLElement object inside a for loop. For example <?php $xml = simplexml_load_string('<?xml version="1.0" encoding="ISO-8859-1"?> ...
3
votes
4answers
216 views

Retrieving data from siblings to node that match

I'm iterating through a xml doc with SimpleXML. I have an array ($ids) with id's and I'm checking whether there's a match or not in the XML (Worksheet/Table/Row/Cell/Data). If it's a match I want to ...
2
votes
1answer
79 views

Fetching node name using XPath

I have this XML and want the get the name of 2nd element in the node "ObjectDetails". The name is "Koop" $xml = ' <ObjectenLijst TimeStamp="17-07-2012 09:14:46" Versie="12"> ...
1
vote
1answer
229 views

php simplexml xpath match element by attribute and children by text value

I have the following xml (in reality much longer) <excluded_postcodes> <postcode Outward="TR1"> <Inward>1DH</Inward> <Inward>1DQ</Inward>< ...
0
votes
0answers
40 views

Simple XML xpath check if in database already

// pseudo code loop for (loop) // check if already in database $search = $root->xpath('/root/girl[@username="' . $username . '"]'); print_r( $search ); if (count($search) ...
3
votes
1answer
317 views

Parse CDATA from a SOAP Response with PHP

I'm trying to parse out the CDATA from a SOAP response using SimpleXML and Xpath. I get the output that I looking for but the output returned is one continuous line of data with no separators that ...
0
votes
1answer
184 views

Create nested list with PHP from XML dataset

I'm trying to build an unordered list from an existing XML file which contains categories and subcategories + images. I need each subcategory to be an item in an unordered list with each related image ...
0
votes
3answers
199 views

Some beginner questions about PHP SimpleXML and xpath

I am learning PHP SimpleXML and I have some questions. I have been playing to get code from a web in the intranet of my work. I need generic code whenever its possible, since the code could change at ...
3
votes
1answer
68 views

Selecting the children of first result using xpath

I have a piece of XML where the same information can appear as a child of different nodes. Such as : <root> <category id=1> <product id="ABC123" > ...
0
votes
0answers
40 views

PHP xPath grab from skipped

I want to move parent attributes to child's .. <details type="A"> <Child name="B"> <x id="1"/> <x id="2"/> </Child> </details> I'm currently using ...

1 2 3 4