Daniel Dekany wrote:
> 
> I suppose others want to copy-paste from XXE as well (copy-pasting
> between applications, especially between text editors, is quite a
> basic thing), so you may consider making this to be out-of-the-box
> available starting from the next release. 




> (Actually, native
> applications used to put stuff in multiple formats to the clipboard,
> so this thing just works with plain Ctrl+C... but I'm not sure if
> that's possible in pure Java.)
> 

Yes, this is possible. The problem is that currently, XXE always copies
data to the clipboard as plain text, no matter whether these data are
text/plain or text/xml.

The first characters are used to make the difference. If these
characters are "<?xml" then the clipboard is assumed to contain XML
nodes, otherwise XXE considers that it contains plain text.

However, we'll seriously consider what you suggest (publish in multiple
formats) for XXE v4 (a major rewrite).

Reply via email to