XML parser -- element data?
Moderator: General Moderators
XML parser -- element data?
When you define a function as an element handler for an XML parser (see xml_set_element_handler), how is the character data passed to the handler function? Or is it even passed to the handler function? Three arguments - parser ref, name of element, and attributes, but is the CDATA an attribute or no?