Guest User

Untitled

a guest
Feb 28th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1. <?php
  2. $xmlString = '<channel><title>fbox w</title><description></description><link>https://content.jwplatform.com/previews/costamL</link><item><title>fbox w</title><description></description><guid>costamK</guid><jwplayer:image>https://assets-jpcust.jwpsrv.com/thumbs/yugubv-720.jpg</jwplayer:image><jwplayer:source file="http://192.168.2.1/s//hls/nazawa/koZh-1s0MkWFlVDUieDc5Q/1456722000/index.m3u8"></jwplayer:source></item></channel>';
  3. $xml = new DOMDocument();
  4. @$xml->loadHTML($xmlString);
  5. $elements = @$xml->getElementsByTagName('source')[0];
  6.  
  7. print_r($elements->attributes[0]->value);
Advertisement
Add Comment
Please, Sign In to add comment