create_cdata_section method

create_cdata_section

Creates a CDATASection node whose value is the specified string.

Returns

The CDATASection.

def create_cdata_section(self, data):
    ...
ParameterTypeDescription
datastrThe CDATA data.

See Also