In an RML template, is it possible to remove several nodes at once? Or is it possible to group several nodes into one, and then remove the whole group?
I have tried putting several "para" elements within a "pto", and then do "removeParentNode('pto')", but it didn't make any difference. Either removeParentNode does not work on "pto" elements, or maybe it removes just the "pto" and leaves the "para" children as is?
Thanks!