ADELIA |
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(I/B) (C/S) |
(B) (S) |
(I/B) (C/S) |
(B) (C/S) |
Section for use
All.
Syntax
XML_CREATE_COM XmlIdentifierName NodeType Comment
NodeType |
→ |
*CHILD|*SIBLING |
Comment |
→ |
<alpha cst> | <alpha variable> |
Description
Creates a child or sibling comment node based on the current node. The current node is unchanged.
When this instruction is executed, the *RETURN_CODE reserved word can take the following values:
0 (*NORMAL) |
Operation completed successfully. |
13 |
Error: XML identifier not open. |
14 |
Error while creating the comment in the root. |
15 |
Error while creating the comment. |
Example
XML_CREATE_COM xml1 *CHILD 'First comment line for the current node'
XML_CREATE_COM xml1 *CHILD 'Second comment line for the current node'