Page 1 of 1

Copying XML between projects

Posted: Tue Apr 03, 2012 1:41 pm
by monahanks
In GA version 3.5 (we'll upgrade soon, I promise!), is there a way to copy the XML from one project into another project? When I try, the XML I copy in does not get included in the new project.

Re: Copying XML between projects

Posted: Tue Apr 03, 2012 2:50 pm
by RElliott63
Personally ... my preference is to modify the XML code in a text editor.

I use PSPAD but, you can use WordPad or NotePad or any other editor. If you're familiar with XML code or XML verbiage, then you could cut and paste the XML from the project into the editor, modify as needed ... add other XML, etc, then Save it.

Then, import the XML back into your GoAnywhere Director - Project Folder where it will create a Project based on the <project name="Project Name"> entry.

Re: Copying XML between projects

Posted: Tue Apr 03, 2012 3:44 pm
by monahanks
REl, that's not bad. I don't really know XML but its a good way to learn. It will take some getting used to, but thanks for the suggestion.