XMLDB auto increment?

Re: XMLDB auto increment?

by Subodh Iyengar -
Number of replies: 0
If you want to make it auto-increment define id as the primary key in the keys section. The XMLDB marks all primary keys as auto-increment.
add
KEY NAME="primary" TYPE="primary" FIELDS="id"
in the keys section