|
|
ru.perl- RU.PERL ---------------------------------------------------------------------- From : Ilia Sprite 2:5080/112.7 05 Aug 2000 15:14:11 To : Alexander Temerev Subject : Перл умирает? -------------------------------------------------------------------------------- [15:14] Здравствуйте. AT> И правильно. И еще нанесут последний сокрушительный удар - а как PHP AT> взаимодействует с XML? не кроши батон. :) === Hачало минного поля === Table 1. Supported XML handlers PHP function to set handler / Event description xml_set_element_handler() Element events are issued whenever the XML parser encounters start or end tags. There are separate handlers for start tags and end tags. xml_set_character_data_handler() Character data is roughly all the non-markup contents of XML documents, including whitespace between tags. Note that the XML parser does not add or remove any whitespace, it is up to the application (you) to decide whether whitespace is significant. xml_set_processing_instruction_handler() PHP programmers should be familiar with processing instructions (PIs) already. <?php ?> is a processing instruction, where php is called the "PI target". The handling of these are application-specific, except that all PI targets starting with "XML" are reserved. xml_set_default_handler() What goes not to another handler goes to the default handler. You will get things like the XML and document type declarations in the default handler. xml_set_unparsed_entity_decl_handler() This handler will be called for declaration of an unparsed (NDATA) entity. xml_set_notation_decl_handler() This handler is called for declaration of a notation. xml_set_external_entity_ref_handler() This handler is called when the XML parser finds a reference to an external parsed general entity. This can be a reference to a file or URL, for example. See the external entity example for a demonstration. === Конец минного поля === и это только начало. ;-) Tiddely pom... --- Security/Elf.Net Project : http://www.securityelf.net * Origin: VGA Planets BBS (2:5080/112.7) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.perl/3304398c2f5f.html, оценка из 5, голосов 10
|