I'm finding a fair number of use cases for a stage which can strip all occurrences of a given set of elements (specified as a single namespace and a set of element names) from DOM metadata.
By default, this should strip occurrences of the given elements (blacklist). It should optionally remove all elements from the specified namespace other than the ones specified (whitelist).
Assigning to myself; I'll prototype this in the UK federation project.
I'm finding a fair number of use cases for a stage which can strip all occurrences of a given set of elements (specified as a single namespace and a set of element names) from DOM metadata.
By default, this should strip occurrences of the given elements (blacklist). It should optionally remove all elements from the specified namespace other than the ones specified (whitelist).
Assigning to myself; I'll prototype this in the UK federation project.