Database Error Messages

JZN-00054

target of DOM operation must be an array node

Cause

A DOM operation that requires an array node was given an object or scalar node as the target.


Action

Correct the code to use an operation appropriate to the node type.