Search found 9062 matches

by Radu
Tue Mar 31, 2015 2:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Hiding oXygen items not part of XML or DITA menu
Replies: 1
Views: 1368

Re: Hiding oXygen items not part of XML or DITA menu

Hi Shabeer, So the only problem which remains is the Review menu for which you have managed to hide all of the submenu items. Unfortunately the "Review" menu we contribute to the Eclipse "Edit" menu does not have an ID explicitly set on it. We will assign an ID to it for version ...
by Radu
Tue Mar 31, 2015 10:24 am
Forum: Common Problems
Topic: access MS Access from Oxygen?
Replies: 14
Views: 4618

Re: access MS Access from Oxygen?

Hi Marcel, Even if we manage to make the special Oxygen 17 "convert" protocol work with Access databases, unfortunately it will still need an ODBC data source configured for it. Right now Oxygen cannot extract content from an MS Access database without having an ODBC connection configured ...
by Radu
Mon Mar 30, 2015 4:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: define FOP configuration file in framework
Replies: 1
Views: 1946

Re: define FOP configuration file in framework

Hi Ron, You cannot just call methods anywhere in a java class. At least you could surround the call to the global plugin workspace in a static section like: static{ PluginWorkspaceProvider.getPluginWorkspace().setGlobalObjectProperty("fop.configuration.file.path", "/path/to/my/fop.con...
by Radu
Fri Mar 27, 2015 2:57 pm
Forum: Feature Request
Topic: Profiling does not highlight when a table row is made condit
Replies: 4
Views: 3621

Re: Profiling does not highlight when a table row is made co

Hi Dan, The profiling attribute colors you have set for certain profiling attribute values are only for the text foreground. Right now as a possible workaround you could open the topic in the Author editing mode and using the funnel-shaped Filter drop down toolbar button choose to Show Profiling Att...
by Radu
Thu Mar 26, 2015 5:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: get key value from keyref
Replies: 5
Views: 2917

Re: get key value from keyref

Hi Xavier, Thanks for the samples. You seem to define keyword metadata directly on subjectdefs like: <subjectdef keys="Technicalengineer"><topicmeta><keywords><keyword>Technical engineer</keyword></keywords></topicmeta></subjectdef> and right now Oxygen does not gather the metadata from su...
by Radu
Thu Mar 26, 2015 2:58 pm
Forum: General XML Questions
Topic: Unwanted line breaks
Replies: 8
Views: 11281

Re: Unwanted line breaks

Hi Patrik, There seems to be two major use cases when it comes to space-preserving content after it is edited in the Author mode: 1) Some want to have space preserve at block level. So they still want line breaks between paragraphs but they want the actual paragraph content to appear on one line. So...
by Radu
Thu Mar 26, 2015 10:39 am
Forum: Common Problems
Topic: Index not generating in PDF
Replies: 6
Views: 2628

Re: Index not generating in PDF

Hi Carole, Thanks for the samples, I will also post the solution here for completion: First for the solution: Your PDF plugin contains an older indexer XSLT stylesheet: com.media5.refpdf\cfg\fo\xsl\index_fop.xsl which should probably be overwritten completely with the one from: OXYGEN_INSTALL_DIR/fr...
by Radu
Thu Mar 26, 2015 9:32 am
Forum: General XML Questions
Topic: Unwanted line breaks
Replies: 8
Views: 11281

Re: Unwanted line breaks

Hi Eddie,

The maximum value for the line width is the maximum integer value possible on the platform, usually something like in the order of two billion characters per line 2147483647.

Regards,
Radu
by Radu
Wed Mar 25, 2015 4:38 pm
Forum: Feature Request
Topic: an inheritance mechanism for document types
Replies: 3
Views: 2791

Re: an inheritance mechanism for document types

Hi Ron, Please see some answers below: Thanks, but for some reason or other I can't store such an extension externally. The default location (under c:\programs) requires administrator privileges, while whatever other location I try is rejected as not defined in the 'locations' tab of the preferences...
by Radu
Wed Mar 25, 2015 3:33 pm
Forum: Feature Request
Topic: an inheritance mechanism for document types
Replies: 3
Views: 2791

Re: an inheritance mechanism for document types

Hi Ron,

If you are using Oxygen 16.0 or newer the Oxygen Preferences->Document Type Association page should have an Extend button.
As the base framework evolves from one version to another an extended document type should automatically obtain all new additions.

Regards,
Radu
by Radu
Wed Mar 25, 2015 12:04 pm
Forum: Common Problems
Topic: access MS Access from Oxygen?
Replies: 14
Views: 4618

Re: access MS Access from Oxygen?

Hi Marcel, Setting up ODBC connections to MS Access might be quite tricky, you should try to google for your problem, maybe you will find something. Another possible way to import the content might be to open the table in MS Access, select the entire table contents, copy and then open in Oxygen a DI...
by Radu
Wed Mar 25, 2015 9:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16630

Re: XML menu customization

Hi Navaneetha, You would have two options: 1) We have a concept of Default options which could be set up when running Eclipse: http://www.oxygenxml.com/doc/ug-editorEclipse/#topics/default-options.html 2) When your Eclipse plugin starts you could call our API like this: ro.sync.azcheck.ui.SpellCheck...
by Radu
Tue Mar 24, 2015 12:19 pm
Forum: Feature Request
Topic: change bars setting for change tracking
Replies: 3
Views: 3398

Re: change bars setting for change tracking

Hi Scott,

You can find a detailed answer here:

http://www.oxygenxml.com/forum/post32282.html#p32282

Regards,
Radu
by Radu
Mon Mar 23, 2015 3:19 pm
Forum: Feature Request
Topic: change bars setting for change tracking
Replies: 3
Views: 3398

Re: change bars setting for change tracking

Hi Scott, Actually the DITA @status attribute would be more appropriate for this task: http://docs.oasis-open.org/dita/v1.2/os/spec/common/select-atts.html So if you were to do this manually you would set on a modified paragraph status="changed" and rev='1.0' to indicate that the paragraph...
by Radu
Mon Mar 23, 2015 2:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10788

Re: Inserting sysmbols support in eclipse oXygen!

Hi Navaneetha,

Sorry but we do not have another list of differences specifically related to menu and toolbar entries.

Regards,
Radu
by Radu
Mon Mar 23, 2015 2:23 pm
Forum: Common Problems
Topic: access MS Access from Oxygen?
Replies: 14
Views: 4618

Re: access MS Access from Oxygen?

Dear Marcel, If for the MS Access database you create in the Windows operating system an ODBC data source you can try to configure a JDBC-ODBC data source in Oxygen: http://www.oxygenxml.com/doc/ug-oxygen/#tasks/configure-jdbc-odbc-connection.html and then use the File menu->Import->Database data to...
by Radu
Fri Mar 20, 2015 5:37 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get hidden text in author view
Replies: 4
Views: 2909

Re: Get hidden text in author view

Hi Denis, I still don't fully understand. I don't understand if your problem is related to editing in the Text editing mode or in the Author editing mode or a mixture of both. Please see some comments below: my problem is a required attribute value in the text tab. Ok, so you are editing the XML con...
by Radu
Fri Mar 20, 2015 5:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Auto Generation of Element IDs does not work for Nested elem
Replies: 4
Views: 2052

Re: Auto Generation of Element IDs does not work for Nested

Hi Sundar,

The ID options dialog has a list of elements.
When generating IDs on a selection only for the elements in the list the IDs will be generated.
So you can add uicontrol to that list and repeat the generation.

Regards,
Radu
by Radu
Fri Mar 20, 2015 5:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10788

Re: Inserting sysmbols support in eclipse oXygen!

Hi Navaneetha,

We have a feature matrix here:

http://www.oxygenxml.com/xml_editor/feature_matrix.html

The features which are only available in the standalone version are marked with a gray dot.
Features which are available both in standalone and eclipse are marked with a black dot.

Regards,
Radu
by Radu
Fri Mar 20, 2015 3:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Auto Generation of Element IDs does not work for Nested elem
Replies: 4
Views: 2052

Re: Auto Generation of Element IDs does not work for Nested

Hi Sundar, In the main DITA menu there is an action called ID Options... . You can configure there the names or class values for elements for which IDs will be auto-generated, either when the elements are created or when you generate IDs on a larger selection in which the elements in the list are pr...
by Radu
Fri Mar 20, 2015 3:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get hidden text in author view
Replies: 4
Views: 2909

Re: Get hidden text in author view

Hi Denis, If I drop a content reference into the editor, the author tab shows the reference content. Yes. In the text tab are requird elments hidden to remain the xml file valid. Is this a question? The Text page presents the XML content as it is, it cannot be customized to present content which is ...
by Radu
Fri Mar 20, 2015 9:40 am
Forum: Common Problems
Topic: Index not generating in PDF
Replies: 6
Views: 2628

Re: Index not generating in PDF

Hi Carole, Do you mean you have a PDF customization folder set up? It probably overwrites some XSLT template which deals with indexterm generation. In order to give you further hints I would need to see how your customization PDF folder looks like. If you want you can zip the customization and send ...
by Radu
Thu Mar 19, 2015 5:23 pm
Forum: Common Problems
Topic: Index not generating in PDF
Replies: 6
Views: 2628

Re: Index not generating in PDF

Hi Carole,

I'm not sure.
It probably depends on the place where you place the indexterm in the topic.
Could you try to create a small DITA Project (map + topic with index term) on which the issue could be reproduced and send it to us? support@oxygenxml.com

Regards,
Radu
by Radu
Thu Mar 19, 2015 4:35 pm
Forum: Common Problems
Topic: Index not generating in PDF
Replies: 6
Views: 2628

Re: Index not generating in PDF

Hi Carole, If you are using Oxygen 15.2 or newer with the DITA Open Toolkit bundled with Oxygen, the index page should be automatically generated when creating the PDF. If not, you have three choices: 1) Install and use the commercial RenderX XEP to generate the PDF. 2) Merge the changes which were ...
by Radu
Thu Mar 19, 2015 12:37 pm
Forum: XML Schemas
Topic: Restriction of DITA domain
Replies: 3
Views: 4987

Re: Restriction of DITA domain

Hi Pascale,

That looks like the proper way to do things.

Regards,
Radu
by Radu
Wed Mar 18, 2015 4:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron editor unduly gives error "Invalid format for 'cl
Replies: 8
Views: 3677

Re: Schematron editor unduly gives error "Invalid format for

Great, I think one possibility which would explained the misbehavior would have been if at some point you referenced your DITA project in Oxygen's Project view and then right clicked on it and chose Validate->Configure validation scenarios and chose the DITA validation scenario. After this, Oxygen w...
by Radu
Wed Mar 18, 2015 3:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron editor unduly gives error "Invalid format for 'cl
Replies: 8
Views: 3677

Re: Schematron editor unduly gives error "Invalid format for

Hi, There is definitely something wrong on your side. Could you tell me the precise Oxygen version you are using? And operating system? Did you make any changes to the DITA document type association in the Preferences-> Document Type Association page? For example did you modify the association rules...
by Radu
Wed Mar 18, 2015 10:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron editor unduly gives error "Invalid format for 'cl
Replies: 8
Views: 3677

Re: Schematron editor unduly gives error "Invalid format for

Hi, Whenever a Schematron document is opened and validated it is validated with the corresponding Schematron vocabulary grammar. So you should not associate to the opened Schematron document a validation scenario which was specifically created to validate DITA topics with Schematron. Just let it val...
by Radu
Tue Mar 17, 2015 5:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron editor unduly gives error "Invalid format for 'cl
Replies: 8
Views: 3677

Re: Schematron editor unduly gives error "Invalid format for

Hi, The error message you obtained has the engine name [DITA_SPECS] which means that it was given by our special DITA validation engine which is not related to Schematron in any way. I need to understand more about your setup. If you double click the error does it open a DITA topic or the Schematron...
by Radu
Tue Mar 17, 2015 5:10 pm
Forum: Other Issues
Topic: Heavy CPU usage using Author Component Applet on Mac
Replies: 5
Views: 2904

Re: Heavy CPU usage using Author Component Applet on Mac

Hi Dave, I tested the sample applet on our web site: http://www.oxygenxml.com/demo/AuthorDemoApplet/author-component-dita.html with a MacBook Air (1.8 GHZ, i15) with the latest Java (probably 1.8 update 40) and latest Chrome. I used the Activity Monitor to monitor the applet process, I tried fast te...