|
SYNOPSIS
int xmlWriterStartCDATA(xmlWriter writer)
Parameters:
Returns:
- the bytes written (may be 0 because of buffering) or -1 in case
of error
DESCRIPTION
xmlWriterStartCDATA() starts a new CDATA block in writer.
If this will be a simple 'start CDATA-write content-end CDATA'
sequence, you can do it with one call to xmlWriterWriteCDATA()
instead.
EXAMPLE
<$ret = (xmlWriterStartCDATA($writer))>
SEE ALSO
xmlWriterWrite,
xmlWriterEndCDATA,
xmlWriterWriteCDATA,
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|