Search found 9055 matches

by Radu
Thu Oct 16, 2014 8:23 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure DITA-OT with PrinceXML
Replies: 20
Views: 15886

Re: Configure DITA-OT with PrinceXML

Hi Joe, Basically you open a DITA Map in the DITA Maps Manager view, click the Configure Transformation Scenarios toolbar button, then choose to create a new scenario of type "DITA OT" and there is a dialog allowing you to select from a range of DITA OT transformation types, including the ...
by Radu
Wed Oct 15, 2014 4:13 pm
Forum: Common Problems
Topic: Oxygen-16.1: error while expanding the 'ask' editor variable
Replies: 7
Views: 3184

Re: Oxygen-16.1: error while expanding the 'ask' editor vari

Hi Ron,

Thanks for the details, I reproduced the issue on our side, added a bug for it and the bug will be fixed in the next Oxygen 16.1 minor bug fix release.
Usually such bug fix releases are announced in this RSS feed:

http://www.oxygenxml.com/rssBuildID.xml

Regards,
Radu
by Radu
Wed Oct 15, 2014 1:42 pm
Forum: Common Problems
Topic: Oxygen-16.1: error while expanding the 'ask' editor variable
Replies: 7
Views: 3184

Re: Oxygen-16.1: error while expanding the 'ask' editor vari

Hi Ron, Sorry, I still cannot reproduce this problem. Are you sure you are adding the "system" editor variable to the same new file template from which you are creating the new files? Because "system" works for me and even if it didn't it would not report a message about the &quo...
by Radu
Wed Oct 15, 2014 12:04 pm
Forum: Common Problems
Topic: Oxygen-16.1: error while expanding the 'ask' editor variable
Replies: 7
Views: 3184

Re: Oxygen-16.1: error while expanding the 'ask' editor vari

Hi Ron, I tested your small example and it seems to work for me using Oxygen 16.1. Could you double check on your side? One problem we are working to rectify in the next Oxygen 16.1 minor bug fix release for the expansion of the ask editor variable is that we accidentally constrained all the parsed ...
by Radu
Wed Oct 15, 2014 10:54 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63843

Re: What about Git support?

Hi, Right, one of the reasons we made our user's manual available as a GitHub repository is to prove that DITA works as a solution and to show a real working example. At the DITA Europe conference this November: http://www.infomanagementcenter.com/DITAeurope/2014/index.htm my presentation will be ab...
by Radu
Tue Oct 14, 2014 3:22 pm
Forum: Feature Request
Topic: Jump to a a particular tag by number
Replies: 2
Views: 2615

Re: Jump to a a particular tag by number

Hi, You can use our XPath toolbar for such cases. For example if you want to see where the 55'th topicref is in the DITA Map you should execute this XPath: (//*[contains(@class, ' map/topicref ')])[10] The element check is done using the DITA @class attribute because there may be other references to...
by Radu
Mon Oct 13, 2014 4:15 pm
Forum: Other Issues
Topic: Author View Webfont
Replies: 2
Views: 1894

Re: Author View Webfont

Hi Patrick, Yes, the Author CSS support allows loading dynamic fonts: http://www.oxygenxml.com/doc/ug-oxygen/#topics/dg-font-face-media.html But being a Java application we rely on the capability of the Java font libraries to load a certain font. For example loading true type fonts works. Some "...
by Radu
Mon Oct 13, 2014 11:30 am
Forum: Common Problems
Topic: Dialog for inserting file path crashes
Replies: 3
Views: 1585

Re: Dialog for inserting file path crashes

Hi Robert, About your initial problem with the attributes editing dialog disappearing, somebody from XDocs tried to reproduce the problem on his side with no success. If possible and if you have the time, you could contact us directly using support@oxygenxml.com and I can try to put you in touch wit...
by Radu
Mon Oct 13, 2014 11:23 am
Forum: Common Problems
Topic: Unable to insert a keyword reference
Replies: 11
Views: 6366

Re: Unable to insert a keyword reference

Hi Robert,

Yes, you need to insert a <ph> with a keyref to the metadata set on the topicref, something like:

Code: Select all

<ph keyref="..."/>
Regards,
Radu
by Radu
Mon Oct 13, 2014 8:45 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Command-line build error: TransformerFactoryImpl not found
Replies: 2
Views: 2189

Re: Command-line build error: TransformerFactoryImpl not fou

Hi, The DITA Open Toolkit which comes with an Oxygen installation is bundled without certain libraries which are in the original DITA OT download kit (like the Saxon 9 library) because it uses certain libraries from the Oxygen installation. Ideally if you want to work from the command line you shoul...
by Radu
Mon Oct 13, 2014 8:17 am
Forum: Common Problems
Topic: Including conkeyref in a single dita page XHTML output
Replies: 1
Views: 1568

Re: Including conkeyref in a single dita page XHTML output

Hi, Oxygen uses the DITA Open Toolkit publishing engine to generate output from DITA content and right now you cannot instruct the publishing engine to publish a single topic but to use keys collected from a certain DITA Map. I opened an issue for this some time ago and I updated it to add your part...
by Radu
Fri Oct 10, 2014 11:05 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: 16.1.0 - Parser Errors in abbreviatiatedDomain.mod
Replies: 4
Views: 2220

Re: 16.1.0 - Parser Errors in abbreviatiatedDomain.mod

Hi, I tried creating a new D4P Chapter specialization with the 16.1 plugin with the content: <!DOCTYPE chapter PUBLIC "urn:pubid:dita4publishers.sourceforge.net:doctypes:dita:chapter" "chapter.dtd"> <chapter id="chapter-id"> <title></title> <body> <p>dsadsaddsa<abbrevia...
by Radu
Fri Oct 10, 2014 8:55 am
Forum: Common Problems
Topic: Unable to insert a keyword reference
Replies: 11
Views: 6366

Re: Unable to insert a keyword reference

Hi Robert, You are using the wrong dialog. That dialog is for inserting content key references. What you actually want is to insert a key reference. On the Oxygen toolbar there is a drop-down button containing link actions among which the action called in German Schlüsselreferenz... . Please try to ...
by Radu
Fri Oct 10, 2014 8:47 am
Forum: Common Problems
Topic: Dialog for inserting file path crashes
Replies: 3
Views: 1585

Re: Dialog for inserting file path crashes

Hi Robert, The in-place attributes editor is quite focus sensitive, it tries to automatically hide when focus is given to another component which is not descending from it. Probably when the XDocs dialog for browsing the CMS opens the in-place attributes editor dialog auto-closes. I'll ask for an op...
by Radu
Fri Oct 10, 2014 8:36 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: 16.1.0 - Parser Errors in abbreviatiatedDomain.mod
Replies: 4
Views: 2220

Re: 16.1.0 - Parser Errors in abbreviatiatedDomain.mod

Hi, I installed a fresh Oxygen 16.1 XML Editor plugin but I cannot reproduce the problem on my side. Did you un-install the Oxygen 16.0 plugin? Do you use a DITA DTD specialization? If so, did you integrate that specialization in the DITA OT which comes bundled with Oxygen 16.1? Could you maybe send...
by Radu
Thu Oct 09, 2014 4:39 pm
Forum: Common Problems
Topic: "insert.table.column" action adds "xmlns" attribute
Replies: 6
Views: 2655

Re: "insert.table.column" action adds "xmlns" attribute

Hi Frank, I just re-tested this with the DITA framework which comes bundled with an Oxygen 16.1 installation and it worked for me. Did you make a customization of the DITA framework? For example did you copy the DITA framework from an Oxygen installation and keep it separately? The bug fix was done ...
by Radu
Thu Oct 09, 2014 11:11 am
Forum: Feature Request
Topic: What about Git support?
Replies: 102
Views: 63843

Re: What about Git support?

Hi, Just wanted to re-iterate the fact that even if we do not provide a built-in GIT client does not mean that Oxygen cannot be used to edit content from a GIT repository. Our user's manual is stored in GIT, we are using the free SourceTree GIT client for updating and pushing to the repository and w...
by Radu
Thu Oct 09, 2014 8:06 am
Forum: XSLT and FOP
Topic: Overlay watermark to all pages.
Replies: 1
Views: 2785

Re: Overlay watermark to all pages.

Hi,

I'm not sure what to tell you, maybe you should try to register and post this question on the Apache FOP users list.

Regards,
Radu
by Radu
Wed Oct 08, 2014 10:55 am
Forum: Common Problems
Topic: Line wrap for comments and processing instructions
Replies: 6
Views: 3373

Re: Line wrap for comments and processing instructions

Hi,

In Oxygen 16.1 which was just released, the Oxygen Eclipse Plugin should have better support for printing content in the Author visual editing mode.

Regards,
Radu
by Radu
Wed Oct 08, 2014 10:49 am
Forum: SDK-API, Frameworks - Document Types
Topic: Renaming operation?
Replies: 3
Views: 2837

Re: Renaming operation?

Hi,

Oxygen 16.1 which was just released comes with a built-in operation for the Author visual editing mode called ro.sync.ecss.extensions.commons.operations.RenameElementOperation.

Regards,
Radu
by Radu
Wed Oct 08, 2014 10:48 am
Forum: Other Issues
Topic: Copy XPath of an AuthorNode
Replies: 2
Views: 2257

Re: Copy XPath of an AuthorNode

Hi,

In Oxygen 16.1 which was just released we added the API AuthorDocumentController.getXPathExpression(int).

Regards,
Radu
by Radu
Wed Oct 08, 2014 10:43 am
Forum: Other Issues
Topic: DeleteElementOperation
Replies: 2
Views: 1583

Re: DeleteElementOperation

Hi,

Oxygen 16.1 was just released and it contains a new operation called ro.sync.ecss.extensions.commons.operations.DeleteElementsOperation which can be used to delete multiple elements specified by an XPath expression.

Regards,
Radu
by Radu
Wed Oct 08, 2014 10:41 am
Forum: Common Problems
Topic: Template Prompts Not Working
Replies: 12
Views: 4783

Re: Template Prompts Not Working

Hi,

This issue is fixed in Oxygen 16.1 which was just released.

Regards,
Radu
by Radu
Mon Oct 06, 2014 9:24 am
Forum: Other Issues
Topic: Is there a way to disable the display of indexterms in .xml
Replies: 1
Views: 1037

Re: Is there a way to disable the display of indexterms in .

Hi Susan, If you open the main CSS used to render DITA content in the Author visual editing mode: OXYGEN_INSTALL_DIR\frameworks\dita\css_classed\dita.css you can add an extra selector to the end of it: indexterm{ visibility:-oxy-collapse-text; } which will collapse all the text inside index terms bu...
by Radu
Mon Oct 06, 2014 8:59 am
Forum: SDK-API, Frameworks - Document Types
Topic: Customize Track Change Behavior
Replies: 1
Views: 1842

Re: Customize Track Change Behavior

Hi, Sorry, this is not possible. Imagine that during one editing session someone enables change tracking, inserts a paragraph and then starts writing in it. According to your suggestions, when the user starts inserting content in the paragraph he has just created, the paragraph insertion would be sp...
by Radu
Mon Oct 06, 2014 8:40 am
Forum: Other Issues
Topic: How to always show profiling attributes?
Replies: 2
Views: 1378

Re: How to always show profiling attributes?

Hi Susan, The profiling conditions are saved related to the project which is opened in the Oxygen Project view. It is possible that in your Oxygen 16.0 installation your Project view does not contain any active project. Just try to create a new project in the Project view and save it somewhere on yo...
by Radu
Thu Oct 02, 2014 10:51 am
Forum: General XML Questions
Topic: JATS workflow?
Replies: 1
Views: 3402

Re: JATS workflow?

Hi John, Oxygen comes installed by default with support for certain XML vocabularies like DITA, Docbook and XHTML. For these vocabularies we have implemented the custom copy/paste functionality you are looking for. For example if you create in Oxygen an XHTML document and edit it in the Author visua...
by Radu
Thu Oct 02, 2014 8:19 am
Forum: Other Issues
Topic: Graphic is disposed
Replies: 3
Views: 3233

Re: Graphic is disposed

Hi Denis, No, it's just a focus listener which if it detects that the file on disk has a newer timestamp than the file loaded in the editor will try to trigger a reload using Display.getDefault().asyncExec which in your case delays the execution until after the editor has been disposed. I tried to g...
by Radu
Tue Sep 30, 2014 3:29 pm
Forum: Other Issues
Topic: MathMl
Replies: 2
Views: 1477

Re: MathMl

Hi Ulrike, Right now it is quite important in order to properly display mathml equations to have inline style specified on the <mathml> element. So changing it's display style to block will lead to the problems you encountered. I found the following workaround, to add a static line break after each ...