<?php $xml = new simplexmlelement('<pmc-articleset> <article xmlns:mml="http://www.w3.org/1998/Math/MathML" article-type="research-article"> <!--...--> <front> <journal-meta> <journal-id journal-id-type="nlm-ta">Cell Death Differ</journal-id> <journal-id journal-id-type="iso-abbrev">Cell Death Differ</journal-id> <journal-title-group> <journal-title>Cell Death and Differentiation</journal-title> </journal-title-group> <issn pub-type="ppub">1350-9047</issn> <issn pub-type="epub">1476-5403</issn> <publisher>...</publisher> </journal-meta> <article-meta>...</article-meta> </front> </article> </pmc-articleset>'); echo (string)$xml->article->front->{'journal-meta'}->{'journal-title-group'}->{'journal-title'};
You have javascript disabled. You will not be able to edit any code.