PHP : Function Reference : XML Parser Functions : xml_get_current_byte_index
turan dot yuksel
The outcome of this function is heavily dependent on the parser implementation used. For example, at the point where the start_element_ callback is called, libxml2 parser consumes the entire element name and attributes, however expat does not.
|