EXTRACTATTRIBUTELIST ref ; tag ; table ; attr1 ; ... ; attrN
usage:
ref |
parent element reference or * for current element |
tag |
child element tag name or * for all elements |
table |
target table for attributes or * to create a new table |
attrX |
names of attributes to be excluded from the list |
result:
empty string (error) or extended table containing the list of attribute names in the first field; if a table was passed to the function, the same table is returned
description: