You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although there is a filtering capability currently (see: https://github.com/atteo/xml-combiner#filtering) it does not allow to completely remove the elements. It only allows to modify them.
But I suggest to take the resulting Document from XmlCombiner.buildDocument() call, iterate through the XML elements and remove the unnecessary nodes manually based on their tag name. Does not sound that difficult.
I'm trying to combine various xmls into single xml piece , while doing so I want to exclude certain elements
ex:
I just want the monos
result:
I cannot go in each xml and set combine.self= remove for the element view. how to achieve this?
The text was updated successfully, but these errors were encountered: