xmlWriterStartCDATA

SYNOPSIS

int xmlWriterStartCDATA(xmlWriter writer)

Parameters:

  • writer - the xmlWriter

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: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.