Chapter 1 Donec velit. Nullam eget tellus... Chapter 2 Lorem ipsum dolor sit amet.... END; $sxe = new SimpleXMLElement($xml); $sxe->registerXPathNamespace('c','https://twle.cn/chapter-title'); $result = $sxe->xpath('//c:title'); foreach ($result as $title) { echo $title , "
"; }