Search found 9056 matches

by Radu
Mon Sep 01, 2014 9:42 am
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing Drag and Drop Support to the Editors?
Replies: 1
Views: 1675

Re: Customizing Drag and Drop Support to the Editors?

Hi Kit, Could you tell us more about what you want to drop? 1) For Author: 1.1) If you drop resources (files, URLs, images) into it, you could customize the external objects insertion handler ro.sync.ecss.extensions.dita.DITAExtensionsBundle.createExternalObjectInsertionHandler() which gets called i...
by Radu
Mon Sep 01, 2014 9:25 am
Forum: SDK-API, Frameworks - Document Types
Topic: Is it possible to add a Page/View to the Main Editing Area?
Replies: 1
Views: 1764

Re: Is it possible to add a Page/View to the Main Editing Ar

Hi Kit,

Sorry, we do not have this API. What you can do is to add a custom view to Oxygen but not a custom editing mode for an opened XML document.
I will add this as an improvement request and we'll consider it for a future version but it's not something which is trivial to implement.

Regards,
Radu
by Radu
Fri Aug 29, 2014 10:23 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure DITA-OT with PrinceXML
Replies: 20
Views: 15891

Re: Configure DITA-OT with PrinceXML

Hi, We have not yet made tests with the Antenna House XML+CSS support, probably this will not work out of the box, we are not very familiar with the CSS support Antenna House has. About the index generation, the plugin we are developing has certain stages copied from the standard PDF generation plug...
by Radu
Fri Aug 29, 2014 8:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure DITA-OT with PrinceXML
Replies: 20
Views: 15891

Re: Configure DITA-OT with PrinceXML

Hi, The PDF generation plugin which comes bundled with the DITA Open Toolkit is based on producing an XSL-FO file which can then be converted to PDF by a PDF processor like Apache FOP, XEP or Antenna House. Prince XML cannot convert XSL-FO to PDF. So it cannot be used with this existing PDF generati...
by Radu
Fri Aug 29, 2014 8:18 am
Forum: Other Issues
Topic: How do I catch a close event?
Replies: 1
Views: 1230

Re: How do I catch a close event?

Hi,

Presuming you are working with a Workspace Access plugin for Oxygen standalone you can add a "WSEditorChangeListener" listener to the plugin workspace which has the callback: "ro.sync.exml.workspace.api.listeners.WSEditorChangeListener.editorAboutToBeClosed".

Regards,
Radu
by Radu
Thu Aug 28, 2014 2:04 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22776

Re: Buildfile: build.xml does not exist! Build failed

Hi, That wiki discusses what parameters need to be set to define the temp and output folders for the publishing engine. Looking at the command line you sent, the folders seem to be properly set in your transformation scenario. So I do not think that wiki fragment is related in any way to the problem...
by Radu
Thu Aug 28, 2014 10:53 am
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22776

Re: Buildfile: build.xml does not exist! Build failed

Hi, The error means that in the custom DITA Open Toolkit distribution you are using the build file C:\Users\xyz\_Documentation\dita\build-files\DPX-docu_build.xml has an import to a file called C:\Users\xyz\_Documentation\dita\bin\dita-ot\conductor.xml which does not exist. I'm sorry but I do not kn...
by Radu
Thu Aug 28, 2014 9:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: STEP SUBSTEP With break page
Replies: 2
Views: 1606

Re: STEP SUBSTEP With break page

Hi, The XSLT stylesheet: DITA-OT/plugins/org.dita.pdf2/xsl/fo/task-elements.xsl contains a template which matches the DITA step: <xsl:template match="*[contains(@class, ' task/steps ')]/*[contains(@class, ' task/step ')]"> and outputs a fo:list-item , maybe on that list-item you could add ...
by Radu
Wed Aug 27, 2014 2:39 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22776

Re: Buildfile: build.xml does not exist! Build failed

Hi, If you are editing the Oxygen transformation scenario you are using, in the Parameters tab: http://www.oxygenxml.com/doc/ug-oxygen/#topics/dita-map-edit-parameters-transform-documents.html there is a dita.dir parameter which on your side has the value: C:\Users\xyz\_Documentation\dita\bin\DITA-O...
by Radu
Wed Aug 27, 2014 1:28 pm
Forum: Common Problems
Topic: Buildfile: build.xml does not exist! Build failed
Replies: 30
Views: 22776

Re: Buildfile: build.xml does not exist! Build failed

Hi Steffi, I would need more details in order to help you. Do you use the DITA Open Toolkit which comes with Oxygen or a custom DITA OT installation? Did you make any changes to the transformation scenario used to start the publishing process? Could you paste the entire console output received from ...
by Radu
Tue Aug 26, 2014 8:20 am
Forum: XSLT and FOP
Topic: Modifying base-font in Apache FOP PDf transform
Replies: 2
Views: 3797

Re: Modifying base-font in Apache FOP PDf transform

Hi, To test this behavior I opened the XSLT: DITA-OT\plugins\org.dita.pdf2\cfg\fo\attrs\commons-attr.xsl and made the modification to the "base-font" attribute set to use monospace (just to see more clearly the affected text): <xsl:attribute-set name="base-font"> <xsl:attribute n...
by Radu
Mon Aug 25, 2014 9:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Set prolog revised date on save?
Replies: 4
Views: 2672

Re: Set prolog revised date on save?

Hi, Looks like I need it both ways though, since closing the application or closing the file seems to trigger the save action on the AWT thread. Exactly, you can probably create an utility method like: /** * Invokes a runnable synchronously on the AWT thread. The current thread * may be AWT or not. ...
by Radu
Thu Aug 21, 2014 7:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Set prolog revised date on save?
Replies: 4
Views: 2672

Re: Set prolog revised date on save?

Hi, The save action is called on a thread in order not to block the entire application if the content will be saved on a remote server for example. All modifications to the internal Author editing mode model must be done on the AWT thread so you should call: SwingUtilities.invokeAndWait(new Runnable...
by Radu
Wed Aug 20, 2014 3:18 pm
Forum: Common Problems
Topic: SVGZ image breaks PDF transformation with fix external refs
Replies: 4
Views: 2221

Re: SVGZ image breaks PDF transformation with fix external r

Hi Frank, You are right, we managed to reproduce and investigate the issue on our side. There is a bug in the library the PDF processor uses to load the SVG, bug which is activated by our fix external refs parameter. I added a bug to that specific library's bugs list: https://issues.apache.org/jira/...
by Radu
Fri Aug 15, 2014 11:08 am
Forum: SDK-API, Frameworks - Document Types
Topic: OpenInSystemAppOperation
Replies: 11
Views: 7930

Re: OpenInSystemAppOperation

Hi John, You understood perfectly. Oxygen takes the string you are composing and replaces all editor variables it recognizes in it with their values (this happens in Oxygen's own process). Then it starts/forks a new process from the Java code to which it gives the modified string to execute. Regards...
by Radu
Fri Aug 15, 2014 10:10 am
Forum: SDK-API, Frameworks - Document Types
Topic: OpenInSystemAppOperation
Replies: 11
Views: 7930

Re: OpenInSystemAppOperation

Hi John, Pleas see some answers below (and tell me if I missed any question): Ideally, it would be great if the File Types preferences allowed a user to specify that a specific external application should be launched when attempts are made to open the specific file type from Oxygen. I will add an im...
by Radu
Thu Aug 14, 2014 4:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to set PDF metadata from DITA Bookmeta?
Replies: 14
Views: 9280

Re: How to set PDF metadata from DITA Bookmeta?

Hi Brian,

Sorry, your intentions would have been more clear to me if I would have read the post more carefully.
I think the best thing would be to ask this on the Apache FOP users list, they know more about what they support in regard to metadata.

Regards,
Radu
by Radu
Thu Aug 14, 2014 10:16 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to set PDF metadata from DITA Bookmeta?
Replies: 14
Views: 9280

Re: How to set PDF metadata from DITA Bookmeta?

Hi Brian, I do not quite understand. As you are using DITA OT 1.7 this issue should already be fixed in it (because it was fixed in DITA OT 1.6). Here's what I tested: If I have a bookmap containing content like this: <booktitle> <booklibrary>Retro Tools</booklibrary> <mainbooktitle>Product tasks</m...
by Radu
Thu Aug 14, 2014 8:16 am
Forum: Feature Request
Topic: Maps manager for Docbook assembly
Replies: 9
Views: 6552

Re: Maps manager for Docbook assembly

Hi Denise,

Thanks, I'm also registered on the Docbook Users List and I saw your post the other day :)

Regards,
Radu
by Radu
Wed Aug 13, 2014 4:37 pm
Forum: Common Problems
Topic: Problems with characters from supplementary planes
Replies: 3
Views: 1733

Re: Problems with characters from supplementary planes

Hi Stefan,

Great.
We plan to change that message in a future version to something which is more meaningful and better expresses what it does. The support helps both with left to right and with surrogate characters (a code point which has two characters and renders like a single glyph).

Regards,
Radu
by Radu
Wed Aug 13, 2014 3:36 pm
Forum: Common Problems
Topic: Problems with characters from supplementary planes
Replies: 3
Views: 1733

Re: Problems with characters from supplementary planes

Hi Stefan, That specific code point is represented using two 16-bit characters which indeed should be presented as a single glyph by a font which can render it. By the way, can you recommend a font which can render this character to make some tests on my side? When opening in the Text editor mode an...
by Radu
Wed Aug 13, 2014 3:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp ditamap external scope link
Replies: 7
Views: 4543

Re: WebHelp ditamap external scope link

Hi Scot,

We found out one more modification needs to be made in one of the Javascript files used for WebHelp output.
If you are still interested to test this just drop us an email to support@oxygenxml.com.

Regards,
Radu
by Radu
Wed Aug 13, 2014 3:02 pm
Forum: XSLT and FOP
Topic: fop.xconf and add-on framework
Replies: 4
Views: 3691

Re: fop.xconf and add-on framework

Hi Lionel, Exactly, as you said, when a framework is installed as an add-on, it is not copied to the main ${frameworksDir} folder (for example in your case "/Applications/oxygenEditor16.0/frameworks/"). So that's why referring to a framework by name makes sense because Oxygen can use that ...
by Radu
Wed Aug 13, 2014 2:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: OpenInSystemAppOperation
Replies: 11
Views: 7930

Re: OpenInSystemAppOperation

Hi John, What version of Linux are you using? I made some tests with Ubuntu. In Ubuntu for example to associate a file with a certain editor you right click it, go to Properties->Open With and choose the editor to use for all similar extensions. Afterwards, this works when double clicking the file i...
by Radu
Wed Aug 13, 2014 1:38 pm
Forum: XSLT and FOP
Topic: fop.xconf and add-on framework
Replies: 4
Views: 3691

Re: fop.xconf and add-on framework

Hi Lionel, The ${framework} editor variable is only expanded when using it inside a document type configuration, including in transformation scenarios defined in a document type configuration. It is not expanded in any global preference for example. In Oxygen 16.1 (which should be released probably ...
by Radu
Wed Aug 13, 2014 9:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to set PDF metadata from DITA Bookmeta?
Replies: 14
Views: 9280

Re: How to set PDF metadata from DITA Bookmeta?

Hi Brian, I found this thread when troubleshooting an issue with using xmpRights to set the Copyright Status value to Copyrighted in the PDF properties. I declared the xmpRights namespace at the top of my custom.xsl file and used part of the code snippet in reinierk's last reply, but the copyright s...
by Radu
Wed Aug 13, 2014 8:53 am
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8442

Re: Best way to deploy Global Options?

Hi Frank,

Also, if you only needed these code templates in the Author editor mode, instead of code templates you could have edited the custom DITA frameworks and create equivalent Author actions, then add them to the content completion window (or to toolbars, menus, so on).

Regards,
Radu
by Radu
Wed Aug 13, 2014 8:31 am
Forum: XSLT and FOP
Topic: How do I concatenate HearingDate and StartTime?
Replies: 1
Views: 1456

Re: How do I concatenate HearingDate and StartTime?

Hi, In an XSLT stylesheet an xsl:when element does not change the context of the current matched element to be the one in the test attribute expression. So your XSLT code should be something like: <xsl:when test="/Integration/Case/Setting/StartTime[1]"> <xsl:value-of select="/Integrat...
by Radu
Wed Aug 13, 2014 7:57 am
Forum: SDK-API, Frameworks - Document Types
Topic: Renaming operation?
Replies: 3
Views: 2840

Re: Renaming operation?

Hi Stephen, We have API for it: ro.sync.ecss.extensions.api.AuthorDocumentController.renameElement(AuthorElement, String) but we do not have a predefined Author Operation which could receive as parameters the name of the element for example and call the API to make the rename. I will add an improvem...
by Radu
Wed Aug 13, 2014 7:44 am
Forum: Feature Request
Topic: Editor variable for add-on framework
Replies: 3
Views: 2274

Re: Editor variable for add-on framework

Hi Martin,

Probably around September 2014.

Regards,
Radu