void axl_node_add_pi_target ( axlNode node,
char *  target,
char *  content 
)

Allows to associate a PI element, including its content to the provided node.

See the following function for more information: axl_doc_add_pi_target.

Parameters:
node The axlNode where the PI element (axlPI) will be added.
target The PI target name to add.
content Optional PI content.