I know about xf:delete
element which is used to delete a nodeset. However, I just want to delete some attributes. Is there a way to do it?
I am using XSLTForms as the XForms implementation.
I know about xf:delete
element which is used to delete a nodeset. However, I just want to delete some attributes. Is there a way to do it?
I am using XSLTForms as the XForms implementation.
Copyright © 2021 Jogjafile Inc.
<xf:delete>
applies to all node types, not only elements. So you can also use it to remove attributes: