Name
StartCDataSection -- CDATA section is about to be parsed
Synopsis
StartCDataSection(p)
Function
This function is called when the parser detects the beginning of an XML CDATA section. In the callback, you can use parser:GetPosition() to get the current parser position.

Parameters
p
parser handle

Show TOC