Parse a CDATA marked section. [20] CDSect ::= CDStart CData CDEnd [21] CDStart ::= '<![CDATA[' [22] CData ::= (Char - (Char ']]>' Char )) [23] CDEnd ::= ']]>' (The '<![CDATA[' has already been read.) Note that this just appends characters to the d
()
source not stored for this graph (policy: none)
no test coverage detected