Hi everyone, a question from php n00b, how would one go about showing content of xml document? I guess an analogy would be something like xml.InnerText in C#?

thanks

Hi duckman_ca,

I'm fairly new to C# so I don't know xml.InnerText, but XML parsing in PHP is quite simple thanks to several libraries we have available. Take a look at SimpleXML or the standard DOM library as a start, but there are others. For a full list and documentation, see www.php.net/manual/en/refs.xml.php

Hope this gives you some starting reading, feel free to post back with any questions you may have :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.