Search found 9049 matches

by Radu
Mon Mar 28, 2016 12:26 pm
Forum: XSLT and FOP
Topic: Webhelp XSLT glossentry override
Replies: 6
Views: 3845

Re: Webhelp XSLT glossentry override

Hi Nick, Ideally you would avoid XSLT customization and use a custom CSS instead: https://www.oxygenxml.com/doc/versions/17.1/ug-editor/#topics/webhelp-customization-css.html After the publishing is done you can open from the output folder the HTML document corresponding to your glossentry and look ...
by Radu
Thu Mar 24, 2016 8:52 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use different DITA version
Replies: 6
Views: 3004

Re: Use different DITA version

Hi Denis,

Whatever XML catalog references you add in the XML / XML Catalog preferences page will take precedence. So no need in removing references to other catalogs provided by the document type associations.

Regards,
Radu
by Radu
Wed Mar 23, 2016 5:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do you know if a method exist to be informed that Oxygen start-up is really finished ?
Replies: 8
Views: 3781

Re: Do you know if a method exist to be informed that Oxygen start-up is really finished ?

Hi Sébastien,

Any license key which works with 17.0 should work with 17.1.

Regards,
Radu
by Radu
Wed Mar 23, 2016 5:00 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do you know if a method exist to be informed that Oxygen start-up is really finished ?
Replies: 8
Views: 3781

Re: Do you know if a method exist to be informed that Oxygen start-up is really finished ?

Hi Sébastien,

Then you can either upgrade or use a java.util.Timer to postpone the loading of the project for a second.

Regards,
Radu
by Radu
Wed Mar 23, 2016 4:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do you know if a method exist to be informed that Oxygen start-up is really finished ?
Replies: 8
Views: 3781

Re: Do you know if a method exist to be informed that Oxygen start-up is really finished ?

Hi Sébastien,

Could you tell me what version of the Oxygen you are using? We fixed a similar NPE in Oxygen 17.1.
If you are using 17.1, it would be great if you could attach the XPR you are using to an email, then we could look into it on our side.

Regards,
Radu
by Radu
Wed Mar 23, 2016 2:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customize link action
Replies: 1
Views: 1748

Re: Customize link action

Hi Denis, To explain a little bit how this works, in one of the CSSs we use for DITA rendering there is a selector like: *[class~="topic/link"][href]:empty, *[class~="topic/xref"][href]:empty, *[class~="topic/link"][type][href]:empty, *[class~="topic/xref"][ty...
by Radu
Wed Mar 23, 2016 2:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Do you know if a method exist to be informed that Oxygen start-up is really finished ?
Replies: 8
Views: 3781

Re: Do you know if a method exist to be informed that Oxygen start-up is really finished ?

Hi Sébastien, If you have the stack trace for the NullPointerException, please post it, because I cannot reproduce this with the sample XPR I tried, it probably depends also on the options that you have stored at project level. Indeed opening the XPR on that callback might be too soon, we have not t...
by Radu
Tue Mar 22, 2016 4:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Filter processing-instructions from actions
Replies: 2
Views: 2034

Re: Filter processing-instructions from actions

Hi Denis, Indeed, right now the operations count or modify even the invisible content and indeed I also think they should skip over the invisible areas. So I will add an issue for this on our side. Right now, as a possible workaround you could try to implement the actions on your side, the Java sour...
by Radu
Tue Mar 22, 2016 4:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use different DITA version
Replies: 6
Views: 3004

Re: Use different DITA version

Hi Denis, I'm afraid I do not quite understand. So a DITA topic has a DOCTYPE like this: <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> First Oxygen will try to resolve the Public ID "-//OASIS//DTD DITA Topic//EN" to a local DTD using its XML catalog...
by Radu
Tue Mar 22, 2016 1:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: general DITAVAL exclude hides all elements in Author mode
Replies: 10
Views: 4194

Re: general DITAVAL exclude hides all elements in Author mode

Hi, I cannot reproduce this behavior using Oxygen 17.1 standalone. I created a DITAVAL file with your sample content, I created a topic with your sample paragraph, created a profiling condition set which uses the ditaval, applied the profiling condition set using the toolbar funnel-shaped action and...
by Radu
Tue Mar 22, 2016 12:33 pm
Forum: Feature Request
Topic: Visual structure with links/conrefs of the project
Replies: 3
Views: 2255

Re: Visual structure with links/conrefs of the project

Hi Bernhard, I have to say that I didn't know about this feature (if you mean the feature described here), I was using an external search tool. My bad, I'll have a deeper look into it. When you open a DITA topic in the Author visual editing mode you can right click inside it somewhere and choose in ...
by Radu
Tue Mar 22, 2016 10:31 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Excluding topics from webhelp output index
Replies: 5
Views: 2094

Re: Excluding topics from webhelp output index

Hi Ann, Usually this happens when the excluded topics are still referenced from other topics which are not excluded. And you also need to add profiling to those links. The DITA Maps Manager "Validate and check for completeness" can be run by specifying a DITAVAL file and it will issue warn...
by Radu
Mon Mar 21, 2016 3:25 pm
Forum: Other Issues
Topic: Turning off 'track changes' adds two blank lines to the end of the XML file
Replies: 1
Views: 1526

Re: Turning off 'track changes' adds two blank lines to the end of the XML file

Hi, I cannot reproduce this behavior. Indeed by default Oxygen stores change tracking information directly in each edited XML document, this behavior can be configured from the Preferences Editor / Edit modes / Author / Review page. From what I tested when I enable track changes in a file, if that f...
by Radu
Mon Mar 21, 2016 2:57 pm
Forum: Feature Request
Topic: Visual structure with links/conrefs of the project
Replies: 3
Views: 2255

Re: Visual structure with links/conrefs of the project

Hi Bernard, I understand the use case, we did have some future plans to create some kind of hierarchy view of the DITA Project so I will add your vote for it. This is more of a CMS-related feature (there are commercial CMSs which have such support) because the view needs to have some caching and tha...
by Radu
Mon Mar 21, 2016 12:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: What is the best way to manage profiling attribute, global options, custom options ?
Replies: 3
Views: 2600

Re: What is the best way to manage profiling attribute, global options, custom options ?

Hi Sébastien, Please see some more answers below: Thank you for your answer, but when I update global options by import or set global options, user lost his custom profiling attributes (don't come from CMS). But If you say is it possible to add new profiling attributes by this way. I'm ok ! Once you...
by Radu
Fri Mar 18, 2016 5:31 pm
Forum: SDK-API, Frameworks - Document Types
Topic: What is the best way to manage profiling attribute, global options, custom options ?
Replies: 3
Views: 2600

Re: What is the best way to manage profiling attribute, global options, custom options ?

Hi Sébastien, Please see some answers below: But can be managed by a specific project file (*c.xpr) too ? You cannot save custom settings at project level. I must too, set some Oxygen global options, actualy manage by this way: But can be managed by a specific project file (*.xpr) ? Only specific se...
by Radu
Wed Mar 16, 2016 9:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Use profiling condition set as output directory name
Replies: 3
Views: 1877

Re: Use profiling condition set as output directory name

Hi Stefan,

Unfortunately I do not have a good workaround for you right now.
I added an internal issue to consider adding such an editor variable.

Regards,
Radu
by Radu
Mon Mar 14, 2016 1:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA element for custom purposes
Replies: 4
Views: 1698

Re: DITA element for custom purposes

Hi, You should try to publish a small DITA map sample containing a topic or two to XHTML and see how the generated XHTML looks like. For example the DITA <p> element has the default @class attribute value topic/p and the corresponding HTML element has something like: <p class="p">... Regar...
by Radu
Mon Mar 14, 2016 9:37 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA element for custom purposes
Replies: 4
Views: 1698

Re: DITA element for custom purposes

Hi,

Yes, the attribute is called outputclass:

https://www.oxygenxml.com/dita/1.3/spec ... butes.html

and once you set it on a DITA element, the published equivalent HTML element should contain its value in its @class attribute.

Regards,
Radu
by Radu
Mon Mar 14, 2016 9:28 am
Forum: XSLT and FOP
Topic: Creating DITA OT plugin - how long does it take you?
Replies: 2
Views: 1946

Re: Creating DITA OT plugin - how long does it take you?

Hi, Most users registered on the forum usually receive emails when their own started threads are updated, so maybe you should consider registering and asking this on the DITA Users List. But not sure what answer you expect, it depends, it depends on the complexity of what you want to achieve. I can ...
by Radu
Fri Mar 11, 2016 10:31 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Change error text, if an file could not be found
Replies: 1
Views: 1200

Re: Change error text, if an file could not be found

Hi Denis, Do you mean the message which is display embedded in the Author visual editing mode? It's something like Target file not found , right? Do you want it to be translated or just want a custom message in place? There is an error node in the Author mode which contains this text. In the CSS you...
by Radu
Fri Mar 11, 2016 9:59 am
Forum: Common Problems
Topic: running out of memory with oXy 17.1.17
Replies: 6
Views: 2796

Re: running out of memory with oXy 17.1.17

Hi Mark, Thanks for the log file. I see two possibilities you could try: 1) Throw more memory at it, increase the Xmx. 2) Edit the XSLT stylesheet: C:\Program Files\Oxygen XML Editor 17\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\build_dita.xml and at line 293 there is an <xslt> task. You ...
by Radu
Fri Mar 11, 2016 9:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Document type classpath resolution
Replies: 3
Views: 1818

Re: Document type classpath resolution

Hi Chris,

It's a nice idea, we implemented it about a month ago so Oxygen 18 will allow you to use simple patterns to specify the JAR libraries to include from a folder.
We'll release Oxygen 18 in about 2 months and I will try to update this forum thread when we do.

Regards,
Radu
by Radu
Thu Mar 10, 2016 12:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to set map title to root map field
Replies: 3
Views: 2752

Re: How to set map title to root map field

Hi Sébastien, Alex added an issue for this but we'll probably not have this available in Oxygen 18.0. There are various problems with this approach, first of all for all maps referenced in the combo box history, Oxygen would need to compute the title. This means parsing each DITA Map. As each DITA M...
by Radu
Thu Mar 10, 2016 11:45 am
Forum: SDK-API, Frameworks - Document Types
Topic: Is it possible to avoid deleting XML balises from the Author view?
Replies: 1
Views: 2019

Re: Is it possible to avoid deleting XML balises from the Author view?

Hi Sébastien, You could try to implement a document filter which would not allow structure changes using the API: ro.sync.ecss.extensions.api.AuthorDocumentController.setDocumentFilter(AuthorDocumentFilter) Our Author SDK contained such a sample filter, I'm listing it's content below: /** * Document...
by Radu
Thu Mar 10, 2016 10:49 am
Forum: SDK-API, Frameworks - Document Types
Topic: Implementing UniqueAttributesRecognizer for multiple attribute types
Replies: 1
Views: 1903

Re: Implementing UniqueAttributesRecognizer for multiple attribute types

Hi, How about if you create your own implementation of the UniqueAttributesRecognizer interface which delegates to two default recognizers? Something like: public class UniqueAttrsRecognizerWrapper implements UniqueAttributesRecognizer, ClipboardFragmentProcessor { private DefaultUniqueAttributesRec...
by Radu
Thu Mar 10, 2016 9:19 am
Forum: Common Problems
Topic: Set table title above table
Replies: 6
Views: 4520

Re: Set table title above table

Hi Carole,

If you can send via email (support@oxygenxml.com) your entire customization (before you started making changes to it) I could try to find some time to look into it.

Regards,
Radu
by Radu
Thu Mar 10, 2016 9:10 am
Forum: Common Problems
Topic: running out of memory with oXy 17.1.17
Replies: 6
Views: 2796

Re: running out of memory with oXy 17.1.17

Hi Mark, Are you using the DITA OT 1.8 or the DITA OT 2.x bundled with Oxygen? The Preferences->DITA page should tell you what the used DITA OT installation is. After the publishing fails from Oxygen, there should be also a DITA OT console tab at the bottom of the editor showing all messages receive...
by Radu
Wed Mar 09, 2016 4:35 pm
Forum: Common Problems
Topic: Set table title above table
Replies: 6
Views: 4520

Re: Set table title above table

Hi Carole,

I'm not sure, I do not understand exactly what you are doing.
Maybe you can add xsl:message's in the stylesheets to find out more about what templates get called.
In the Oxygen Preferences->DITA page you can enable the DITA OT console view.

Regards,
Radu
by Radu
Wed Mar 09, 2016 2:39 pm
Forum: Feature Request
Topic: Array of objects[] as an incoming parameter
Replies: 1
Views: 1831

Re: Array of objects[] as an incoming parameter

Hi Natalia,

This is a forum related to Oxygen XML Editor. Is your question related to Oxygen, could you give me more details?

Regards,
Radu