0
votes
2answers
26 views

updating xml file using php

hey there i have an xml file that has what i need to do is to add an event with same location name A <timetable> <location name="A" > <event > ...
0
votes
2answers
15 views

create one xml node from two functions php

Im using the google map api with a database connection, I have a function that output an xml file and the JavaScript reads the coordinates . no problem there. Now i want to add another function that ...
0
votes
1answer
32 views

xml parsing foreach loop + only one record inserted?

I cant for the life of me figure out how to get this code to process more than one record. The code works fine, it just inserts the first record and then stops. The feed: ...
4
votes
3answers
34 views

XML count elements, If id exists increment by one

What i am trying to do is count the elements under the root element. Then check if one id on that same level has the id value. When this occurs it needs to increment by one. The code public function ...
-4
votes
1answer
31 views

How can I return XML document data using PHP? [closed]

I am new in XML. My teacher gave me the following code to complete with no instructions. It seems to me that the comment lines are the instructions. <?php interface IStateBarScraper { ...
-1
votes
2answers
31 views

XPATH method for retuning multiple dynamic results from a XML file using PHP

I have a form that the user types or selects a value the form is as follows <form id="search_photos" action="photo_result.php" method="get"> <input value="" name="photographer_id" ...
-2
votes
1answer
37 views

How to free memory at end of PHP script to make my database insertion script faster for the next request?

I have a PHP script that reads the contents of an XML file and then creates an object using $xml = new SimpleXMLElement($file_name, 0, TRUE); It then converts the object to a workable array and ...
0
votes
0answers
16 views

Prestashop 1.5.4.x: how to get proper category_link, image, price?

Prestashop 1.5.4.x How to get proper category_link, image, price in the code below? It properly print name, link, manufacturer, category_full. Script show incorrect format for price: 191.26073 instead ...
-1
votes
1answer
35 views

I need to add information to an already existing user in an XML file

session_start(); $xml = simplexml_load_file('Gebruikers.xml'); $gebruiker = $xml->xpath('root[Login="'.$_SESSION['Login'].'"]'); $coordinates = $gebruiker[0]->addChild('coordinates'); ...
1
vote
1answer
27 views

Get xml attribute in PHP

I wanna have the temperature from a city by using Yahoo Wheater (xml), xpath and php. This is the code that i use but it doesn't work fine. I can get an element (description) but not the attribute ...
-2
votes
3answers
24 views

Linked in xml response to php variables [duplicate]

i am getting this result from my linked in connect script, <person> <email-address>xzenia1@gmail.com</email-address> ...
0
votes
1answer
57 views

calling a variable in php

i have written two seperate scripts in php. one of them is parsing xml data and the other one is date sorting. xml parsing <?php $date = date ("d.m.Y"); $url = ...
0
votes
1answer
21 views

Encoding new line into youtube video description update via API

I'm trying to update a large number of videos on my youtube channel programmatically via the API as I also want to store the video information in my website DB. Everything is working fine, except ...
-1
votes
1answer
46 views

This page contains the following errors: creates html instead of XML

Now i get this error. This page contains the following errors: error on line 3 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error. Somehow ...
0
votes
0answers
16 views

Google Calendar RSS feed UTF-8 latin letter issue (�)

I'm reading a Google Calendar RSS feed with PHP which in my local version it works great, but as soon as I uploaded it to my server, I saw, that the output of letters such as æ ø å ö ä ÿ ü and so on ...
0
votes
1answer
23 views

adding a linebreak between tags

I have xml file which will be read and displayed As .html page. The xml looks something like <title>Title Text</title> <text> <![CDATA[ Lorem ipsum dolor sit amet, ...
-2
votes
2answers
44 views

Xpath query for xml file [closed]

I have problem with getting specific name from xml file using xpath. Here is xml code: <Zones> <Zone ID="AFI" Quantity="67" Length="140" Open="0"> <Name LngID="IT">Name ...
-4
votes
1answer
41 views

Merging 2 XML files [closed]

I have been using some of the answers from this post Merge XML files in PHP and have got my 2 xml files to merge, but I need my merged document to be the same as loaded document 1, so it is appending ...
0
votes
1answer
28 views

Getting data from XML file

I try to get data from XML file. The data looks like this: <MeasuringPoints> <MeasuringPoint ID="Base" LastChange="2013-05-17T09:29:59.293" WeatherCondition="8"> <Name ...
-3
votes
0answers
22 views

Unable to send a key through XML Which contains some special characters [closed]

I am working on PHP,XML,SOAP I have a key exactly like below. $key="LGqyrlHGfTRf68R2DgKcVEb0gG2ZuxB2N3nx/VmCgnvQweTiPhdGIWgoifR/a2Cj7yhD6RnAlqPD ...
0
votes
1answer
19 views

PHP webservices using nusoap

when i am just trying to develope a simple webservice using Nusoap.when i am executing my server.php it executes and it shows an output of WSDL file and the method which i given.But ,when i try to ...
-2
votes
1answer
41 views

Inserting values from an XML file to MySql: [closed]

I have the following file hosted on a remote server, I want to add the values inside this file to Mysql tables. There are four tables in all. Below are the contents of the file. I tried to construct ...
1
vote
1answer
31 views

Basic Songkick API XML parse with loop

i'm trying to parse the Songkick API into a list of an artist's upcoming show dates. From what i've been able to find, the following should do that. The problem is, it doesn't work. The code ...
-1
votes
1answer
28 views

php-reading xml child node value [duplicate]

Trying to get the node value of ds:X509Certificate in PHP. I am able to navigate till IDPSSODescriptor tag, any pointers on how to access child node values. <EntityDescriptor> ...
0
votes
2answers
30 views

Find and fill XML nodes from a PHP object

First of all, sorry about my english. So, I have an XML with a lot of nodes, like: <first> <second> <third/> <fourth/> </second> ...
0
votes
0answers
20 views

FedEx Soap RateRequest for International Shipping (Duties and Taxes)

Is anyone aware what fields are necessary to generate duties and taxes in the response from a FedEx web services RateRequest (SOAP) query? I've been put on a multiple-day hold waiting to hear back ...
-2
votes
0answers
34 views

Search Recursive XML Parser PHP [duplicate]

I have an XML file: <?xml version="1.0" encoding="utf-8"?> <level1> <level2> <id>1</id> <dataGrp> <data ...
-3
votes
1answer
33 views

Trouble processing an XML feed [closed]

I have an XML feed which I need to parse so I can output each product in the feed. The feed is available here: http://webservice.dba.biznetservers.com/rudells.asmx/GetOrderPivotStones I need to parse ...
0
votes
0answers
14 views

Can't load XML session into Wordpress template page

So I have an index.php Wordpress theme page with a search form on it. When the user clicks "submit" the form runs an external script process-results.php which retrieves XML data from another server ...
-1
votes
1answer
48 views

XML File to mySql [closed]

I have an XML file with various tables, written into it using Java the structure of the file is as follows: <?xml version='1.0' encoding= 'UTF-8' standalone='yes' ?> ...
0
votes
2answers
46 views

Searching inside a JSON using Ajax and PHP

I have a JSON filed named items.json. I need to create a small search box in which I can input the name OR the category and perform a live search as I type. The return should be: If I search for AXE ...
0
votes
2answers
22 views

Adding xml node on top of file or reverse the loop

I am using xml. Reading the xml-document works fine, adding nodes works fine to but I want the node to add on top of the xml file. Is this possible or is this a nogo? The reason I want this is ...
-1
votes
1answer
45 views

Get php to read from an XML file [closed]

I'm a PHP beginner and need help with a little coding problem: class _settings_file { /** * @param string $file * @param array $settings array($settings_group => $settings_name) It ...
0
votes
2answers
25 views

Why is this XML attribute showing up twice

In PHP i'm using the following code to put a banner at the top of my website. $eventinfo = simplexml_load_file("eventinfo.xml"); <div id="eventinfo"><?php foreach($eventinfo->children() ...
2
votes
3answers
54 views

Fetch images URL from XML

I am using the below code to fetch the $movie->id from the response XML <?php $movie_name='Dabangg 2'; $url ...
-2
votes
1answer
34 views

Search a xml element by an attribute in php

I think the question is repeated but I'm not satisfied with the previous answers. I have a XML file as <?xml version="1.0" encoding="UTF-8"?> <forms xml:id="cust_type"> <form> ...
1
vote
2answers
53 views

PHP XML Parse (specifically for Tomboy/Gnote parsing to display/edit/add on Web UI)

Am currently working on a new idea in order to get tomboy/gnote notes parsed via PHP and displayed on a web page in order to add/edit/view notes. With such a tool one could then possibly create an ...
7
votes
2answers
13k views

The processing instruction target matching “[xX][mM][lL]” is not allowed

I'm outputting XML in CakePHP. But I'm getting this error when I put my XML into a validator: The processing instruction target matching "[xX][mM][lL]" is not allowed. I am using correct XML layout ...
3
votes
2answers
2k views

XML DOM PHP add a child node to root/links/link

I have a little question ... this is my xml: <?xml version="1.0" encoding="UTF-8"?> <links> <link> <id>432423</id> ...
0
votes
2answers
2k views

Accessing namespace colon nodes in XML with SimpleXML PHP

This is similar to a question I've posted, but I've broadened out as this has got to be solvable. I am trying to access rating and viewCount from this rss feed. Now, these are namespaced with yt: and ...
7
votes
4answers
12k views

How to convert xml into array in php?

I want to convert below XML to PHP array. Any suggestions on how I can do this? <aaaa Version="1.0"> <bbb> <cccc> <dddd Id="id:pass" /> <eeee ...
2
votes
3answers
5k views

Get MySQL database output via PHP to XML

I have a MySQL database on my website, and I would like to know how I could get an XML output via PHP of the following columns in the table: udid country I would really appreciate it if you could ...
2
votes
6answers
5k views

Convert RSA public key, from XML to PEM (PHP)

How convert RSA public key, from XML to PEM (PHP)?
0
votes
1answer
290 views

PHP: Accessing namespaced XML with SimpleXML

I'm using simplexml() function to parse through RSS feed, while i can access $var->title to <title> how do I access <dcterms:issued>? Feed excerpt (http://pastebin.com/nN8G78AH): ...
21
votes
2answers
14k views

PHP: How to handle <![CDATA[ with SimpleXMLElement?

I noticed that when using SimpleXMLElement on a document that contains those CDATA tags, the content is always NULL. How do I fix this? Also, sorry for spamming about XML here. I have been trying to ...
10
votes
4answers
8k views

PHP - Is htmlentities() sufficient for creating xml-safe values?

I'm building an XML file from scratch and need to know if htmlentities() converts every character that could potentially break an XML file (and possibly UTF-8 data)? The values will be from a ...
3
votes
2answers
2k views

PHP namespace simplexml problems

Evening guys. Firstly to say, I have read How do I parse XML containing custom namespaces using SimpleXML?. I'm parsing an XML document from a source not mind, and they use a custom namespace. ...
2
votes
2answers
3k views

Is there a way to get all of a DOMElement's attributes?

I'm reading some XML with PHP and currently using the DOMDocument class to do so. I need a way to grab the names and values of a tag's (instance of DOMElement) attributes, without knowing beforehand ...
37
votes
5answers
22k views

Forcing a SimpleXML Object to a string, regardless of context

Let's say I have some XML like this <channel> <item> <title>This is title 1</title> </item> </channel> The code below does what I want in that it outputs ...
43
votes
7answers
46k views

Best XML Parser for PHP [closed]

I have used the XML Parser before, and even though it worked OK, I wasn't happy with it in general, it felt like I was using workarounds for things that should be basic functionality. I recently saw ...

1 2 3 4 5 143