Parse XML to HTML with PHP SimpleXMLElement
问题 I am having some issues with SimpleXMLElement that I was hoping to get some help. I was reading about SimpleXMLElement and I built a PHP page to parse this XML: <?xml version='1.0'?> <AdXML> <Response> <Campaign> <Overview> <Name>strip</Name> <Description>category</Description> <Status>L</Status> </Overview> <Pages> <Url>page01</Url> <Url>page02</Url> <Url>page03</Url> </Pages> </Campaign> </Response> </AdXML> Tag "Pages" can have any number of tags "Url" other tags might have only one value,