Name
EndCDataSection -- end of CDATA section has been reached
Synopsis
EndCDataSection(p)
Function
This function is called when the parser detects the end 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