PHP's xml_parse_into_struct is broken
October 16th, 2002PHP's XML function, xml_parse_into_struct is causing me some trouble. I use it in my xmlParser class to break the document down into a basic struct, then I parse that to create the desired struct as it is easier than using all of the expat API to register functions to handle all of the incoming data. [...]
Read the rest of this entry »