Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

start_of_CDATA_section

This event occurs at the start of a CDATA section. CDATA sections begin with the string “<![CDATA[” and end with the string “]]”, and are used to "escape" blocks of text containing characters that would otherwise be recognized as XML markup. The parser passes no parameters to this event (except the user token). After this event, the parser passes the content of the CDATA section between these delimiters as one or more content-characters events. For the example, in the above example, the content-characters event is passed the text "We should add a <relish> element in future!".


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)