Search found 9057 matches

by Radu
Wed Dec 17, 2014 4:50 pm
Forum: XSLT and FOP
Topic: FOP error:
Replies: 2
Views: 4346

Re: FOP error:

Hi Rodrik, I see she is publishing directly from a Sharepoint Webdav connection but this does not seem to be the problem. Both Oxygen 16.0 and 16.1 are shipped with the same version of DITA Open Toolkit (1.8) and the same version of the Apache FOP processor. There could be several explanations: 1) M...
by Radu
Wed Dec 17, 2014 4:41 pm
Forum: Common Problems
Topic: DITA Map Validates but Saxon Can't Find DTD
Replies: 3
Views: 1722

Re: DITA Map Validates but Saxon Can't Find DTD

Hi Don, In Oxygen 17.0 we will have a new setting in the Oxygen Preferences to choose the main used DITA OT folder, setting which will be used both for the default DITA-based validation and for the pre-configured DITA-based transformation scenarios we provide. So it will be easier to change complete...
by Radu
Wed Dec 17, 2014 9:34 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: SUPPRESS CONTENT
Replies: 3
Views: 1988

Re: SUPPRESS CONTENT

Hi,

I'm sorry but I do not understand what you want.
Could you give us more details?
Is it related to editing the XML or to publishing it?

Regards,
Radu
by Radu
Tue Dec 16, 2014 5:35 pm
Forum: Common Problems
Topic: DITA Map Validates but Saxon Can't Find DTD
Replies: 3
Views: 1722

Re: DITA Map Validates but Saxon Can't Find DTD

Hi Don, Do you have a custom DITA Open Toolkit installation folder? If so, you should edit the transformation scenario and in the Parameters tab set the dita.dir parameter to point to the custom DITA OT installation. If not, after the transformation fails the DITA OT console view should contain all ...
by Radu
Tue Dec 16, 2014 9:30 am
Forum: Common Problems
Topic: PDF Customisation - Scenario not working
Replies: 3
Views: 1796

Re: PDF Customisation - Scenario not working

Hi Carole, I'm glad it works for you. About this remark: I really appreciated the Run Dita OT Integrator scenario, I really dont like using the cmd line.... We also plan for a future Oxygen release to add an automatic plugin transtype discovery in order for example to use the New button in the Confi...
by Radu
Mon Dec 15, 2014 9:57 am
Forum: Feature Request
Topic: Understanding conditional filtering
Replies: 6
Views: 4761

Re: Understanding conditional filtering

Hi Tom, I admit that the Oxygen interface is flaky when it comes to selecting filters anyway. For example, suppose I have 8 transforms configured. Then I go and edit a property in my conditional profiling attributes. All of my transforms will no longer have any filter selected. So each of the transf...
by Radu
Fri Dec 12, 2014 3:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: pdf output with dynamic filename
Replies: 3
Views: 2582

Re: pdf output with dynamic filename

Hi Patrik,

Yes, XProc is also an option. Or you can write an ANT build file with multiple stages and create a transformation scenario for it.

Regards,
Radu
by Radu
Fri Dec 12, 2014 10:56 am
Forum: SDK-API, Frameworks - Document Types
Topic: pdf output with dynamic filename
Replies: 3
Views: 2582

Re: pdf output with dynamic filename

Hi Patrik, Funny thing, there is somebody else on this forum with the user name patrick who had the same problem about a couple of weeks ago and he solved it using the xpath_eval editor variable: http://www.oxygenxml.com/doc/ug-oxygen/#topics/editor-variables.html which we added in Oxygen 16.0. The ...
by Radu
Fri Dec 12, 2014 10:48 am
Forum: Feature Request
Topic: Correctly show conref pushreplace in Author view
Replies: 6
Views: 5119

Re: Correctly show conref pushreplace in Author view

Hi Julio, What version of Oxygen are you using? In Oxygen 16.1 we made some small improvements on rendering push replace and mark elements. For example the target element is no longer shown in the source file. Also the dialog used to insert a content reference can be used to insert a push replace or...
by Radu
Wed Dec 10, 2014 3:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Learning and training specialization topics/elements
Replies: 7
Views: 5302

Re: Learning and training specialization topics/elements

Hi Stefan, Out of the box Oxygen comes with the support the DITA Open Toolkit has for learning and training publishing, support which is not very much. Eliot Kimber started working on a learning and training publishing plugin DITA OT plugin: https://github.com/dita-community/org.dita.learning2.html ...
by Radu
Tue Dec 09, 2014 1:13 pm
Forum: Feature Request
Topic: Understanding conditional filtering
Replies: 6
Views: 4761

Re: Understanding conditional filtering

Hi Tom, First of all, sorry for not allowing forum users to edit form posts, we considered that it's kind of strange to go back in a forum thread and change the initial comment because replies to it might become obsolete or meaningless but this also makes it frustrating to edit your initial post. Co...
by Radu
Mon Dec 08, 2014 3:31 pm
Forum: XSLT and FOP
Topic: Problem transforming DITA to PDF (incompatable types)
Replies: 5
Views: 2867

Re: Problem transforming DITA to PDF (incompatable types)

Hi,

In the sample code you posted you are creating a new file output stream.
You should keep that created file output stream in a variable and make sure to close the stream at the end, after the generation is finished.

Regards,
Radu
by Radu
Mon Dec 08, 2014 12:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14163

Re: Creating dialog boxes in eclipse oxygen plug-in

Hi Shabeer, In the Java sources which we make publicly available: http://oxygenxml.com/maven/com/oxygenxml/oxygen/16.1.0/oxygen-16.1.0-sources.jar you can look to see how the DITA action for inserting a table ro.sync.ecss.extensions.dita.topic.table.InsertTableOperation does to invoke an eclipse or ...
by Radu
Mon Dec 08, 2014 10:52 am
Forum: XSLT and FOP
Topic: Problem transforming DITA to PDF (incompatable types)
Replies: 5
Views: 2867

Re: Problem transforming DITA to PDF (incompatable types)

Hi, Oxygen comes with lots of libraries (among which Xerces, Xalan, FOP 1.1) so ideally you would remove these libraries from your plugin (use them only in the compilation stage): <library name="lib/fop.jar"/> .... <library name="lib/serializer-2.7.0.jar"/> ... <library name=&quo...
by Radu
Mon Dec 08, 2014 10:04 am
Forum: Other Issues
Topic: How to set text width in Author mode?
Replies: 3
Views: 1694

Re: How to set text width in Author mode?

Hi Elaine,

If you still have trouble with the newlines between paras, you can write us directly to support@oxygenxml.com, provide a sample XML + sample CSS, tell us more about how you expect this to look like and we'll try to give you some advice.

Regards,
Radu
by Radu
Mon Dec 08, 2014 9:59 am
Forum: General XML Questions
Topic: oxy_editor combo and attribute with namespace
Replies: 1
Views: 2401

Re: oxy_editor combo and attribute with namespace

Hi Stefan, Using in the CSS the construct: *:before { content: "A combo box that edits an attribute value. The possible values are provided from CSS:" oxy_editor( type, combo, edit, "@xml:lang", editable, true, values, "value1, value2, value3", labels, "Value no1, ...
by Radu
Mon Dec 08, 2014 9:31 am
Forum: XSLT and FOP
Topic: Saxon StackOverflowError
Replies: 4
Views: 3682

Re: Saxon StackOverflowError

Hi,

One more thing, if you are interested in testing an Oxygen 17.0 beta (with Saxon 9.6) just write us to support@oxygenxml.com and we'll try to provide one for you.

Regards,
Radu
by Radu
Mon Dec 08, 2014 9:29 am
Forum: SDK-API, Frameworks - Document Types
Topic: XSLT operation on root element in Author mode?
Replies: 4
Views: 3278

Re: XSLT operation on root element in Author mode?

Hi Stefan,

To make sure you can use a trial license to test the framework in 16.1 and see how this goes.

Regards,
Radu
by Radu
Mon Dec 08, 2014 9:28 am
Forum: XSLT and FOP
Topic: Saxon StackOverflowError
Replies: 4
Views: 3682

Re: Saxon StackOverflowError

Hi, Yes, Oxygen 17.0 which will be released in the Spring of 2015 will come bundled with the latest stable version of Saxon 9.6. But of course I'm not sure if this fixes the problem or not. You can try to download Saxon 9.6 and run it from the command line on your XSLTs. The first post on this threa...
by Radu
Fri Dec 05, 2014 5:45 pm
Forum: Other Issues
Topic: How to set text width in Author mode?
Replies: 3
Views: 1694

Re: How to set text width in Author mode?

Hi Elaine, Oxygen by default should wrap all text lines in the Author visual editing mode. Are the XML elements defined as space-preserve either in the schema or in the CSS? In such cases, you should use in the CSS pre-wrap as a whitespace value for such space preserve elements: element{ white-space...
by Radu
Fri Dec 05, 2014 3:23 pm
Forum: Other Issues
Topic: Bug with glossrefs and chunk attribute?
Replies: 1
Views: 1325

Re: Bug with glossrefs and chunk attribute?

Hi Tom, I understand the situation but I cannot reproduce it with the samples I created, I tested generating both WebHelp and PDF and using abbreviated-from to refer to the keys. The link from the abbreviated form to the definition worked for me. I'll email you a copy of the samples I tested to see ...
by Radu
Fri Dec 05, 2014 2:53 pm
Forum: Feature Request
Topic: Specialized Relationship table for Tasks
Replies: 1
Views: 1620

Re: Specialized Relationship table for Tasks

Hi,

I don't have a good suggestion for this, maybe you should also ask around on the DITA Users List, you will probably indeed need to specialize elements and customize things in the publishing stage for this.

Regards,
Radu
by Radu
Fri Dec 05, 2014 2:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: XSLT operation on root element in Author mode?
Replies: 4
Views: 3278

Re: XSLT operation on root element in Author mode?

Hi Stefan,

In Oxygen 16.0 we added a fix to the operation which should allow you to replace the root element.
So if you are using Oxygen 16.0 or newer and you still have the problem, please give us more details about the parameters you pass to the operation.

Regards,
Radu
by Radu
Thu Dec 04, 2014 6:12 pm
Forum: Feature Request
Topic: Bug: Triple-click and overtype in <title> fails on <fig> and
Replies: 2
Views: 2543

Re: Bug: Triple-click and overtype in <title> fails on <fig>

Hi Dan, I understand and we'll work to make this work more intuitively. Basically triple clicking selects an entire XML element (with tags and content) so typing over it will first remove that entire element then the text would be inserted directly in the content. We have some strategies which as yo...
by Radu
Thu Dec 04, 2014 6:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14163

Re: Creating dialog boxes in eclipse oxygen plug-in

Hi Shabeer, About query 1: You are on the right track but if you want to make an operation work both with Oxygen standalone and Oxygen Eclipse plugin, you need to create two dialogs, for the standalone editor you need to create a Java Swing-based dialog and for the Oxygen Eclipse plugin you need to ...
by Radu
Thu Dec 04, 2014 3:10 pm
Forum: Common Problems
Topic: New Maven Project
Replies: 1
Views: 1906

Re: New Maven Project

Hi, The link which you pasted above suggests that you should make some changes to your .m2/settings.xml . Also if you are behind a proxy web server the same page explains how to add a web proxy in the settings.xml Did you make the suggested changes? Can you paste the contents of your settings.xml in...
by Radu
Thu Dec 04, 2014 1:07 pm
Forum: Common Problems
Topic: How to copy-paste groups of cells, not whole column
Replies: 5
Views: 2859

Re: How to copy-paste groups of cells, not whole column

Hi Dan,

Thanks for the feedback.
We added your suggestions to the already opened issue and we'll update this forum thread when it gets implemented.

Regards,
Radu
by Radu
Fri Nov 28, 2014 12:16 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Is it possible to use Ms WOrd Spell checker with Author comp
Replies: 1
Views: 1875

Re: Is it possible to use Ms WOrd Spell checker with Author

Hi Sébastien, We do not have built-in support for this. Right now the Author Component comes with support for the open Hunspell engine. Also I'm not sure what spell checker MS Word uses, if it can be used in other applications or not. Speaking in general the Author API has support for adding non-per...
by Radu
Wed Nov 26, 2014 5:17 pm
Forum: Other Issues
Topic: Default editor when double-clicking from Search results
Replies: 2
Views: 1464

Re: Default editor when double-clicking from Search results

Hi Phil, Indeed right now the Find/Replace in Files performs a search over the actual XML content and it returns matches which can only be properly located in the Text editing mode. We'll try to make an improvement for this in a future version. In the meantime in the Oxygen Window->Show view there i...
by Radu
Wed Nov 26, 2014 3:45 pm
Forum: Common Problems
Topic: Auto-generate ${uuid} beginning with letter
Replies: 3
Views: 3726

Re: Auto-generate ${uuid} beginning with letter

Hi Jörg, No problem. One other workaround would be to use the ${id} editor variable which is a pseudo-unique ID value generated by our own code which has a smaller number of characters and it always starts with a letter, but it is not a value generated according to a certain standard. Regards, Radu