Frederick_Thomas at tax.state.ny.us wrote: > Is there a work around for not being able to paste into a section from > another application? I have tried to paste to notepad first in case it > was a character set/ encoding issue; > however... Is this a known issue and has it been resolved in the latest > update? Thanks in advance. >
No, nothing has changed. --> If you copy this piece of text to the clipboard: --- <section> <title>My title</section> <para>First paragraph</para> </section> --- XMLmind XML Editor will not attempt to parse it as XML. It will see this as plain text and you'll not be able to paste this text after another section. (If you look at the bottom/right of the main window, you'll see "#text". See http://www.xmlmind.com/xmleditor/_distrib/doc/help/clipboardTool.html#clipboardContentTool) --> OTOH, If you copy this piece of text (notice the XML declaration) to the clipboard: --- <?xml version="1.0"?> <section> <title>My title</section> <para>First paragraph</para> </section> --- Everything should work fine. (If you look at the bottom/right of the main window, you'll see "section".)

