Re: [XXE] merging text nodes

2015-05-14 Thread Hussein Shafie
On 05/14/2015 08:31 PM, Boris Goldowsky wrote: In the Java API for XXE, is there an easy way to merge adjacent #text nodes after doing some DOM manipulations? I have a Java command that removes some elements, leaving the parent with adjacent but separate #text nodes, which confuses the next step

[XXE] merging text nodes

2015-05-14 Thread Boris Goldowsky
In the Java API for XXE, is there an easy way to merge adjacent #text nodes after doing some DOM manipulations? I have a Java command that removes some elements, leaving the parent with adjacent but separate #text nodes, which confuses the next step of what I am trying to do. I notice that if