PHP XML extraction text

Posted on 16th Feb 2014 by admin

I would like to extract an xml text and have that text directly echo(print) out on my web page. Here's the xml i want to extract:

http://dblp.uni-trier.de/search/author?xauthor=Schek

What I specifically want is to extract the text after urlpt=" and extract the author name between the quotes. Then I want that echoed/printed as text on my webpage using php.


Thanks.

Other forums