SYNOPSISint xmlWriterStartPI(xmlWriter writer, string target)
Parameters:
writer - the xmlWritertarget - the application to which the processing
instruction is directed
Returns:
DESCRIPTIONxmlWriterStartPI() starts a new processing instruction in
writer. If this is going to be a simple 'start pi-write
content-end pi' pattern, you can do it with one call to
xmlWriterWritePI() instead.
EXAMPLE<$ret = (xmlWriterStartPI($writer, 'xsl-stylesheet'))>
SEE ALSOxmlWriterWrite,
xmlWriterEndPI,
xmlWriterWritePI