Does anyone know of a class/code snippet that will parse xml retrieved from a column of a DB table?
I am trying to parse some xml that is stored in a database column. The column contains the xml packet.
I have the following: $xml=column from DB.
I cannot seem to find a class that will allow me to do it. All of the ones I've seen use file and fopen() commands that I can't seem to use on my query result.