Welcome Guest, Not a member yet? Register   Sign In
How to use XML helper
#1

[eluser]condoace[/eluser]
I am using XML helper.

I have a string I pass to xml_convert('string').

I get back a full RSS/XML feed with entities.

What I want to do is grab one of these, for example <item> and store just the text in my db.. how can I do this? any libraries or ideas?

There is little info on the XML helper.. hence why I think this might help others aswell.. thanks
#2

[eluser]Aken[/eluser]
xml_string() is designed to encode characters that have special meaning in XML files, so that they don't mess up the XML structure when input into XML.

You need to use something like SimpleXML to actually parse through XML itself.




Theme © iAndrew 2016 - Forum software by © MyBB