okeydoke...
i have a string full of xml, and i need to parse it.... pick out the variables i need, and dump the string.
help!
ss
Have you considered using say, the SimpleXML extension?
I apologise, i should have specified that im using php4.
Im not a total plum, honest!
Hi, stevesweetland.
I wrote some functions that do this with regular expressions:
http://www.bobulous.org.uk/coding/php-xml-regex.html
Make sure to read the section about the limitations of using this method, though.
actually, your code was pretty useful, provided the inspiration to achieve the solution i personally needed!
thanks bob