From Expat manual:
typedef void
(*XML_StartNamespaceDeclHandler)(void *userData,
const XML_Char *prefix,
const XML_Char *uri);
Set a handler to be called when a namespace is declared. Namespace declarations occur inside start tags. But the namespace declaration start handler is called before the start tag handler for each namespace declared in that start tag.
xml_set_start_namespace_decl_handler
(PHP 4 >= 4.0.5, PHP 5)
xml_set_start_namespace_decl_handler — Set up start namespace declaration handler
Description
bool xml_set_start_namespace_decl_handler ( resource $parser, callback $handler )Varování
Tato funkce ještě není zdokumentována, k dispozici je pouze seznam argumentů.
Poznámka: Místo názvu funkce může být použito pole obsahující odkaz na objekt a název metody.
xml_set_start_namespace_decl_handler
Los Olvidados
30-Jan-2003 02:39
30-Jan-2003 02:39
