| ERROR | XML node string (type=string) does not support this operation |
| CAUSE | The given nodes type is not supported for this operation. For example, trying to add children to an attribute node, or passing in a document node as a child, are unsupported operations. |
| ACTION | Use a valid node type for the operation. |