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 the address and length of the text containing the opening characters “<![CDATA[”. The parser passes the content of a CDATA section between these delimiters as a single content-characters event. 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)