Author Action to create New Document?

Post here questions and problems related to oXygen frameworks/document types.
yamahito
Posts: 11
Joined: Fri Nov 11, 2011 3:39 pm

Author Action to create New Document?

Post by yamahito »

Hi Oxygen,

I'd like to create an Author action which inserts an

Code: Select all

xi:include
as well as an associated New document (using a framework template).

Is this possible out of the box?

Thanks,
Tom
Radu
Posts: 9431
Joined: Fri Jul 09, 2004 5:18 pm

Re: Author Action to create New Document?

Post by Radu »

Hi Tom,

Do you want this for Oxygen desktop or for our WebAuthor in-browser editor?
We do not have such an action out of the box. Our Java APIs allow people to create their own AuthorOperation implementation:
https://www.oxygenxml.com/doc/versions/ ... a-api.html
and take control over what gets inserted in the edited content.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
yamahito
Posts: 11
Joined: Fri Nov 11, 2011 3:39 pm

Re: Author Action to create New Document?

Post by yamahito »

Thanks, Radu; I'll take it back to see if that's what we want to develop.

It might be easier just to train authors to create the necessary files first then link in using the existing xlink action.

T
Post Reply