Re: [XXE] WebHelp and HTTPS

2015-05-14 Thread Hussein Shafie
Erik B. wrote: When running the XMLmind xxetool to generate WebHelp, I'm having an issue that the inclusion of jquery and other js and css files is done with the http prefix rather than https which I need because my site is running in SSL. Yes that's right. What follows is an example of the

[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

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