Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlNewPI

Name Version Deprecated
xmlNewPI version 1.0 no

Prototype:
number xmlNewPI(string name, string content)

Parameters:
name      the processing instruction name
content      the PI content

Description:
Creation of a processing instruction element. Use {xmlDocNewPI} preferably to get string interning.

Returns:
Returns a handle to the new node or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software