MSXML3_InsertBefore | |||
Syntax: | |||
MSXML3_InsertBefore(XMLDOMNode_Parent, XMLDOMNode_New, XMLDOMNode_Ref) | |||
Parameters: | |||
| |||
Return Values: | |||
| |||
Description: | |||
Inserts a child node to the left of the specified node or at the end of the list. | |||
Example: | |||
| |||
Remarks: | |||
tested with XP | |||
|