MSXML3_ReplaceChild | |||
Syntax: | |||
MSXML3_ReplaceChild(XMLDOMNode_Parent, XMLDOMNode_Old, XMLDOMNode_New) | |||
Parameters: | |||
| |||
Return Values: | |||
| |||
Description: | |||
Replaces the specified old child node with the supplied new child node | |||
Example: | |||
| |||
Remarks: | |||
tested with XP | |||
|