Top "Simplexml" questions

A PHP extension shipped with the main source tree.

Detecting empty XML node with PHP's SimpleXML

Let me start by saying I'm not well versed in parsing XML and/or writing PHP. I've been researching and …

php simplexml nodes isnullorempty
Match text with XPATH syntax

Exmple feed: view-source:http://rss.packetstormsecurity.org/files/tags/exploit/ I only want to return sections of xml where the …

php xml xpath simplexml
How to get the first element of a SimpleXML object?

$xml is a SimpleXML object. print_r($xml->Title); outputs SimpleXMLElement Object ( [0] => K&H 3093 Extreme Weather Kitty …

php simplexml
SimpleXML how to prepend a child in a node?

When I call addChild('actor', 'John Doe'); this child is added in the last. Is there a way to make …

php simplexml
SimpleXML parser error: "Huge input lookup"

I am using PHP for the first time. I am getting the following error on running the PHP file: PHP …

php simplexml
PHP 7 simpleXML fatal error

I'm not able to solve a problem with simplexml. I just set up an ec2 instance on aws linux/ubuntu …

simplexml fatal-error shopware
PHP: Whats's the difference between the SimpleXMLElement() class and SimpleXML_load_string()?

I've seen alot of coders implement SimpleXML_load_string() instead of the SimpleXMLElement() class. Are there any benefits to using …

php xml simplexml