As mentioned is this thread I intend to create a collection of functions that use only core functions (as the String functions) to maximal compatibility. (See the website - anyone is invited to participate.)
The first task will be to parse a string (containing the XML data), break it down and store it in an array. (Why an array?)
My first idea is to use nested strtok (or maybe explode) functions to break down the XML data into the entities.
Anyone hear with a better idea?