Search found 9057 matches

by Radu
Thu Dec 07, 2023 10:12 am
Forum: Common Problems
Topic: Whether there is a some way to record a macros - to eliminate repetitive actions?
Replies: 3
Views: 444

Re: Whether there is a some way to record a macros - to eliminate repetitive actions?

Hi, We do not have a macro recording facility in Oxygen. If you could give us some examples of what flows you would want to automate, this would maybe help us. We do have a Tools->"XML Refactoring" dialog containing various builtin actions to restructure XML content and the support to crea...
by Radu
Thu Dec 07, 2023 10:07 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamically change a chunk of content within a conref?
Replies: 6
Views: 577

Re: Dynamically change a chunk of content within a conref?

Hi,
I'm glad this works for you!
Regards,
Radu
by Radu
Thu Dec 07, 2023 10:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating REST API Reference (OpenAPI) with DITA
Replies: 17
Views: 5513

Re: Integrating REST API Reference (OpenAPI) with DITA

Hi Marcus, In general as an enterprise tool and for security reasons we do not disclose publicly web sites using our WebHelp Responsive output. About the Rest API to DITA conversion, we have not received that much feedback after it was created so it's possible it's not used that much. From what I re...
by Radu
Wed Dec 06, 2023 2:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion issue
Replies: 10
Views: 1614

Re: Content completion issue

Great, thanks for confirming this Isabelle!

Regards,
Radu
by Radu
Wed Dec 06, 2023 1:29 pm
Forum: Common Problems
Topic: Poor Image Rendering Quality in Author Mode
Replies: 6
Views: 589

Re: Poor Image Rendering Quality in Author Mode

Thanks Daniel,
We now have the sample image and your extra details, if we manage to improve on the downscaling behavior in a future version we will let you know.
Regards,
Radu
by Radu
Tue Dec 05, 2023 10:20 am
Forum: Common Problems
Topic: Oxygen equivalent of Resolved Document View in Arbortext?
Replies: 5
Views: 1728

Re: Oxygen equivalent of Resolved Document View in Arbortext?

Hi Jen,
From what I just tested it should work!
Regards,
Radu
by Radu
Tue Dec 05, 2023 10:10 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamically change a chunk of content within a conref?
Replies: 6
Views: 577

Re: Dynamically change a chunk of content within a conref?

Hi, I used the same @keyscope value in all three <topicref> elements. You should try to use a different key scope value for each of these topicrefs, something like ks1, ks2, ks3. Otherwise the behavior will be as if all three are from the same key scope "ks" and the conkeyref will resolve ...
by Radu
Mon Dec 04, 2023 10:43 am
Forum: Other Issues
Topic: My deepest appreciation for Syncro Soft and Oxygen XML
Replies: 1
Views: 332

Re: My deepest appreciation for Syncro Soft and Oxygen XML

Hi,
Thanks for the kind words! :D
Best regards from the Oxygen team!
Regards,
Radu
by Radu
Fri Dec 01, 2023 10:29 am
Forum: Other Issues
Topic: ID attribute not imported from HTML to DocBook 4.5
Replies: 1
Views: 275

Re: ID attribute not imported from HTML to DocBook 4.5

Hi, I consider this to be a bug in the converter, it should propagate in all cases IDs from the HTML document to the DocBook document. I added an internal issue to look into fixing this, pasting the issue ID below for future reference: EXM-53959 HTML to DocBook conversion loses ID attributes set on ...
by Radu
Thu Nov 30, 2023 4:45 pm
Forum: Other Issues
Topic: oXygen Editor Content Completion Assistant suggestions - question
Replies: 1
Views: 239

Re: oXygen Editor Content Completion Assistant suggestions - question

Hi Justyna, The DITA 1.3 standard does not specify a hardcoded set of values for xml:lang: https://www.oxygenxml.com/dita/1.3/specs/archSpec/base/xmllang.html Those particular values you get in the content completion window are provided by an Oxygen specific DITA framework customization file located...
by Radu
Thu Nov 30, 2023 12:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamically change a chunk of content within a conref?
Replies: 6
Views: 577

Re: Dynamically change a chunk of content within a conref?

Hi, I think what you want would be possible if you used DITA key scopes with key refs and content key references. The DITA Map would look like this: <topicref href="myTask.dita" keyscope="ks"> <keydef keys="variableSuffix"> <topicmeta> <keywords> <keyword>prefix</keywor...
by Radu
Tue Nov 28, 2023 8:28 am
Forum: XSLT and FOP
Topic: lost project transformation scenarios
Replies: 1
Views: 298

Re: lost project transformation scenarios

Hi, When you create a new transformation scenario using the Oxygen "Configure Transformation Scenarios" toolbar button, you have two storage options for the transformation scenario: Project Options or Global Options https://www.oxygenxml.com/doc/versions/26.0/ug-editor/topics/xml-transform...
by Radu
Fri Nov 24, 2023 9:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron check
Replies: 3
Views: 385

Re: Schematron check

Hi, For (1) as you said we've created a DITA framework extension that includes an extra Schematron validation stage, making it simple to deploy to other users. Great! For (2), I appreciate the clarification on the "Batch validate referenced DITA resources" feature, which works as you descr...
by Radu
Thu Nov 23, 2023 2:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Advice on DITA CCMS vendors
Replies: 2
Views: 418

Re: Advice on DITA CCMS vendors

Hi Ann, Most of the CCMSs which integrate Oxygen as an editor (either on-premise or in a web editing tool) are listed here: https://www.oxygenxml.com/partners.html#cmssolutionpartners Other than that maybe you can ask around on the DITA Users List: https://dita-users.groups.io/g/main The Oxygen foru...
by Radu
Thu Nov 23, 2023 9:13 am
Forum: Other Issues
Topic: Automating common tasks
Replies: 3
Views: 324

Re: Automating common tasks

Hi,
I would probably use the Oxygen Tools->"XML Refactoring" dialog, choose the "Delete element" predefined operation and for the element xpath I would use:

Code: Select all

*[not(node())]
Regards,
Radu
by Radu
Thu Nov 23, 2023 9:11 am
Forum: Common Problems
Topic: error - schema element declaration
Replies: 1
Views: 246

Re: error - schema element declaration

Hi, The file looks valid to me. Maybe your particular student could open the Oxygen Preferences dialog, go to the "DITA" preferences page and use the "Restore Defaults" button. Maybe they could also go to the "Document Type Association" and "Document Type Associati...
by Radu
Wed Nov 22, 2023 3:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error integrating external DITA-OT
Replies: 13
Views: 1505

Re: Error integrating external DITA-OT

Hi Matt,
I'm glad this works for you now!
Regards,
Radu
by Radu
Wed Nov 22, 2023 2:57 pm
Forum: Other Issues
Topic: Automating common tasks
Replies: 3
Views: 324

Re: Automating common tasks

Hi, Is the XML that you need to modify and refine well-formed? To fix indentation problems why not use our "Format and Indent" action located on the toolbar? I do not understand this example you gave: Find '<u> <u>' and replace with '' (Empty U tag) Do you mean you search for <u></u> and r...
by Radu
Wed Nov 22, 2023 8:12 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error integrating external DITA-OT
Replies: 13
Views: 1505

Re: Error integrating external DITA-OT

Hi, I'm not sure why that does not work. If you edit the transformation scenario and in the "Advanced" tab you uncheck the "Prefer using the dita command", save the transformation scenario and then run it again does it work better? How about if you edit the scenario again and in ...
by Radu
Wed Nov 22, 2023 7:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron check
Replies: 3
Views: 385

Re: Schematron check

Hi, So: (1) Our current Schematron rules work well for validating the active document, but we want to extend the check to cover the entire bookmap and its files. How did you accomplish this? Did you create a DITA framework extension which adds an extra Schematron validation stage? https://blog.oxyge...
by Radu
Tue Nov 21, 2023 5:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error integrating external DITA-OT
Replies: 13
Views: 1505

Re: Error integrating external DITA-OT

Hi Matt,
I guess you could try to set the Java Home value in the transformation scenario to /usr as Oxygen should append "/bin/java" to it and run it.
Regards,
Radu
by Radu
Tue Nov 21, 2023 4:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Error integrating external DITA-OT
Replies: 13
Views: 1505

Re: Error integrating external DITA-OT

Hi Matt,
I do not know the status of what Java versions you have installed and where.
If you run "java -version" in the Terminal window what do you get?
How about if you run "which java"?
Regards,
Radu
by Radu
Tue Nov 21, 2023 2:03 pm
Forum: Other Issues
Topic: stream in ResultsManager
Replies: 5
Views: 454

Re: stream in ResultsManager

Hi Pascal,
Great, thanks for posting how the final code solution works!
Regards,
Radu
by Radu
Tue Nov 21, 2023 9:03 am
Forum: Other Issues
Topic: stream in ResultsManager
Replies: 5
Views: 454

Re: stream in ResultsManager

Hi, To make sure I understand, all the results appear but they appear after your process ends, not while your process is running, correct? The Java Swing architecture updates all components on the AWT Event Queue Thread. Our implementation of the "resultManager.addResult" API uses "Sw...
by Radu
Mon Nov 20, 2023 3:03 pm
Forum: Common Problems
Topic: Poor Image Rendering Quality in Author Mode
Replies: 6
Views: 589

Re: Poor Image Rendering Quality in Author Mode

Hi Daniel, Thanks for the clarifications, I added your feedback on the opened issue. Would you be willing to send us via email (support@oxygenxml.com) such a large scale PNG image actually used in your docs (maybe an image which is already shown on a public web site)? So that we can test with someth...
by Radu
Mon Nov 20, 2023 1:56 pm
Forum: Other Issues
Topic: stream in ResultsManager
Replies: 5
Views: 454

Re: stream in ResultsManager

Hi Pascal, What do you mean exactly by this? but only at the end of the stream for ResultManager That only the last DocumentPositionedInfo object that you create in the Javascript code is shown in the Results "ResultsCommand" tab? Other than that you seem to be properly using the "add...
by Radu
Mon Nov 20, 2023 1:11 pm
Forum: Common Problems
Topic: Reload Content After Save
Replies: 1
Views: 270

Re: Reload Content After Save

Hi, Maybe this sample plugin is closer to what you want: https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/tree/master/OpenSaveXSLTFilter It's implemented in Javascript but the Javascript calls our Java APIs so you should be able to reuse the idea from here: https://github.com/oxygenxm...
by Radu
Thu Nov 16, 2023 11:32 am
Forum: SDK-API, Frameworks - Document Types
Topic: Validation Results Panel Customization
Replies: 8
Views: 1234

Re: Validation Results Panel Customization

Hi, The Java code for a workspace access plugin which changes the message in the error messages would look something like this: @Override public void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess) { pluginWorkspaceAccess.addEditorChangeListener(new WSEditorChangeListener() { pub...
by Radu
Thu Nov 16, 2023 11:03 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trying to add support for new output type for highlight plugin.
Replies: 3
Views: 307

Re: Trying to add support for new output type for highlight plugin.

Hi Eric, Right, thanks for posting the solution. By the way the "com.oxygenxml.highlight" plugin is not open source, so copying parts of it is Ok to help maybe a particular common customer for their internal needs but copies of its content should not be released in an open source plugin. R...
by Radu
Mon Nov 13, 2023 1:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Searching Chinese contents doesn't work
Replies: 19
Views: 4087

Re: Searching Chinese contents doesn't work

Hi, Thanks for confirming this. In general for plain HTML output it's good to add xml:lang to all topics and maps in order to properly translate static texts like for example "Note" derived from DITA <note> elements. Indeed it seems WebHelp output uses the xml:lang set on the map root elem...