XML parser -- element data?
Posted: Tue Aug 31, 2004 4:55 pm
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?