Re: [XXE] Custom EntityResolver

2018-06-23 Thread Darryl Young
Ok - thanks Hussein. Cheers Darryl - Original Message - From: Hussein Shafie Reply-To: 'xmleditor-support@xmlmind.com' To: Darryl Young Cc: 'xmleditor-support@xmlmind.com' Sent: 06/22/2018 10:49:19 AM Subject: Re: [XXE] Custom EntityResolver ___

Re: [XXE] processing instructions visible after a custom copy and paste

2018-06-23 Thread Andy Black
Yes, it must be something in our macro command. I did find that if I add the following to our CSS file, the processing instructions do not appear: *::processing-instruction(xxe-sn) {     display:none; } The demoted portion *does* still contain the revision history, which is what we would wan

Re: [XXE] processing instructions visible after a custom copy and paste

2018-06-23 Thread Hussein Shafie
On 06/22/2018 08:53 PM, Andy Black wrote: Yes, it must be something in our macro command. I did find that if I add the following to our CSS file, the processing instructions do not appear: *::processing-instruction(xxe-sn) { display:none; } We strongly recommend against adding this CSS r