Element "ADOMItemID"

Top  Previous 

ADOMItemID is a hidden element and is bind to the id attribute of the item nodes. The value of this element can be accessed from AML through f:@id symbol and can be used to update or delete existing item nodes.

Examples:

Update(s:cart, *, *, a:@id = f:@id)

Delete(s:cart, a:@id = f:@id)