Page 1 of 1

XML parser -- element data?

Posted: Tue Aug 31, 2004 4:55 pm
by bcox
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?

Posted: Tue Aug 31, 2004 4:59 pm
by feyd
why not try it out? :roll: