ADELIA |
VADELIA |
SADELIA |
WADELIA |
MADELIA |
(I/B) |
(I/B) (C/S) |
(B) (S) |
(I/B) (C/S) |
(I) (C/S) |
Section for use
All.
Syntax
XML_CREATE_INST XmlIdentifierName NodeType InstructionName Instruction
NodeType |
Þ |
*CHILD|*SIBLING |
InstructionName |
Þ |
<alpha cst> | <alpha variable> |
Instruction |
Þ |
<alpha cst> | <alpha variable> |
Description
Creates a child or sibling instruction node based on the current node. The current node is unchanged.
Note:
The tag for an instruction node is: <? Instruction ?>.
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. |
16 |
Error while creating the instruction in the root. |
17 |
Error creating the instruction. |
Example
XML_CREATE_INST xml1 *CHILD 'xml-stylesheet' 'type="text/css" href="styles.css"'