Hello everyone,,,
I would like to further process the following value from this xml file:
<external-id> ext-id </ external-id>
<? xml version = "1.0" encoding = "UTF-8"?>
<! DOCTYPE EVENT-DATA (View Source for full doctype ...)>
<EVENT-[color=#333333]mobdro[/color] [color=#333333]lucky patcher[/color] [color=#333333]kodi[/color] DATA>
<SUBSCRIPTION>
<subscribe-data>
<external-id> ext-id </ external-id>
</ subscribe-data>
</ SUBSCRIPTION>
</ EVENT- DATA>
I could not get on with this script; there was an error message '' ...
In addition, the value "external-id" should be further processed as a variable.
<?
$ data = simplexml_load_file ('ended.xml');
print utf8_decode ($ data-> subscribe-data [0] -> external-id). "\ n <br>";
?>
Can someone help me there.
Reply with quote
I would like to further process the following value from this xml file:
<external-id> ext-id </ external-id>
<? xml version = "1.0" encoding = "UTF-8"?>
<! DOCTYPE EVENT-DATA (View Source for full doctype ...)>
<EVENT-[color=#333333]mobdro[/color] [color=#333333]lucky patcher[/color] [color=#333333]kodi[/color] DATA>
<SUBSCRIPTION>
<subscribe-data>
<external-id> ext-id </ external-id>
</ subscribe-data>
</ SUBSCRIPTION>
</ EVENT- DATA>
I could not get on with this script; there was an error message '' ...
In addition, the value "external-id" should be further processed as a variable.
<?
$ data = simplexml_load_file ('ended.xml');
print utf8_decode ($ data-> subscribe-data [0] -> external-id). "\ n <br>";
?>
Can someone help me there.
Reply with quote
Kommentar