doophq Posted October 14, 2009 Share Posted October 14, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/177713-php-xml-extraction-text/ Share on other sites More sharing options...
sKunKbad Posted October 14, 2009 Share Posted October 14, 2009 if you are using php5, you can use simpleXML, and "extracting" the text should be fairly simple. Quote Link to comment https://forums.phpfreaks.com/topic/177713-php-xml-extraction-text/#findComment-937048 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.