Search found 9057 matches

by Radu
Tue Jan 30, 2024 8:25 am
Forum: Common Problems
Topic: Internal error while extracting Schematron rules from RNG
Replies: 4
Views: 440

Re: Internal error while extracting Schematron rules from RNG

Hi Michaël,
We made a minor bug fix release of Oxygen 26 which should have this problem fixed:
https://www.oxygenxml.com/build_history ... 2024012406
Maybe you can uninstall Oxygen 26, then re-download and re-install Oxygen 26 from our web site.
Regards,
Radu
by Radu
Mon Jan 29, 2024 3:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure project file to include validation using Schematron
Replies: 5
Views: 575

Re: Configure project file to include validation using Schematron

Hello Ann,
Great, I'm glad this works for you!
Regards,
Radu
by Radu
Mon Jan 29, 2024 3:25 pm
Forum: Common Problems
Topic: include currently selected text in external tool command
Replies: 8
Views: 427

Re: include currently selected text in external tool command

Hi Wolfhart, Before diving into how Oxygen plugins work, maybe you can try to install and use our free Translation Helper add-on which supports Google Translate and DeepL, although it works with the XML opened in the Author visual editing mode: https://www.oxygenxml.com/doc/ug-editor/topics/translat...
by Radu
Mon Jan 29, 2024 3:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 15
Views: 852

Re: Ditamaps Manager Context Menu Customisation

Hi, So you have a "JPopupMenu mainPopUp" which is a Java Swing JPopUpMenu. A JPopupMenu has plenty of API methods to obtain its child components, to iterate them, to find a specific JMenu with a specific name and then to add JMenuItems to it. https://docs.oracle.com/javase/8/docs/api/javax...
by Radu
Mon Jan 29, 2024 11:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating attribute based on element content
Replies: 5
Views: 619

Re: Updating attribute based on element content

Hi Konrad,
Great, I'm glad the XML refactoring samples helped!
Regards,
Radu
by Radu
Mon Jan 29, 2024 10:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Word to DITA conversion failed to insert the resulting map as children of the root map
Replies: 5
Views: 531

Re: Word to DITA conversion failed to insert the resulting map as children of the root map

Hi Estelle,
This seems to be working for me. Do you get any error reported by Oxygen?
If after the import in the DITA Maps Manager you right click "Append child->Reference" and manually add a reference to that imported DITA Map does it work like that?
Regards,
Radu
by Radu
Mon Jan 29, 2024 9:10 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Word to DITA conversion failed to insert the resulting map as children of the root map
Replies: 5
Views: 531

Re: Word to DITA conversion failed to insert the resulting map as children of the root map

Hi, Can you give us more details about the steps you tried? https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html Did you successfully install the Oxygen Batch Documents Converter add-on? If you go to the Oxygen main menu "Tools->Batch Documents Converter" can you use t...
by Radu
Mon Jan 29, 2024 8:57 am
Forum: Common Problems
Topic: include currently selected text in external tool command
Replies: 8
Views: 427

Re: include currently selected text in external tool command

Hi Wolfhart, We expand the ${selection} editor variable only in code templates and in custom Author operations. Are you editing the XML document in the Text or in the Author visual editing mode? As the selection may contain spaces which need to be escaped maybe you could somehow add your own editor ...
by Radu
Mon Jan 29, 2024 8:52 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating Custom Spellcheck
Replies: 3
Views: 469

Re: Creating Custom Spellcheck

Hi, Great, I hope you'll find it useful for your team. The terminology checker can work both with rules described in our own specific XML format or in Vale (for which there are already rules available with styleguides like the Microsoft Style guide). If you start from zero I would suggest using our ...
by Radu
Fri Jan 26, 2024 6:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating Custom Spellcheck
Replies: 3
Views: 469

Re: Creating Custom Spellcheck

Hi, Oxygen's spell checker (even customized with a custom dictionary) goes word by word. So you cannot get it to match "word1 word2" and propose a replacement with something else. For what you want you should use our free terminology checker add-on which can be configured with custom rules...
by Radu
Fri Jan 26, 2024 7:48 am
Forum: Common Problems
Topic: How to set different highlighting colours for common syntax type according to coding language
Replies: 1
Views: 184

Re: How to set different highlighting colours for common syntax type according to coding language

Hi Olivier, Let's try to build a small example, a DITA topic with a codeblock of type "Java" which has a keyword inside it: <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="introduction"> <title>Introduction</title> <body> <p> <cod...
by Radu
Thu Jan 25, 2024 8:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure project file to include validation using Schematron
Replies: 5
Views: 575

Re: Configure project file to include validation using Schematron

Hi Ann, So: I have followed the instructions and created a custom framework with a new Scenario under Document type--> Validation that has my custom Schematron file configured. If you edit your custom DITA framework configuration in the Oxygen Preferences->"Document Type Association" and g...
by Radu
Thu Jan 25, 2024 7:58 am
Forum: Other Issues
Topic: make some scrips/buttons/macos to search and replace
Replies: 1
Views: 261

Re: make some scrips/buttons/macos to search and replace

Hi, Our free Batch Documents Converter add-on has capabilities to convert MS Word documents to HTML, DITA XML or DocBook XML documents: https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/batch-converter-addon.html Are you using it right now or did you create your own XSLT stylesheets which...
by Radu
Wed Jan 24, 2024 10:08 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure project file to include validation using Schematron
Replies: 5
Views: 575

Re: Configure project file to include validation using Schematron

Hi Ann, How about if you create a custom DITA framework which adds the extra Schematron validation schema? https://blog.oxygenxml.com/topics/sharing_schematron_validation_rules.html And then copy the custom frameworks folder inside the project folder. In the Preferences->"Document Type Associat...
by Radu
Sat Jan 20, 2024 6:33 pm
Forum: Common Problems
Topic: Reconnecting with Astoria when connection is broken
Replies: 1
Views: 196

Re: Reconnecting with Astoria when connection is broken

Hi,
The integration plugin which connects Oxygen to Astoria is built and distributed by Astoria. So we (the Oxygen team) do not control how it works. Please try to contact someone from Astoria about this problem. I will also email my contact from Astoria about this forum thread.
Regards,
Radu
by Radu
Fri Jan 19, 2024 5:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating attribute based on element content
Replies: 5
Views: 619

Re: Updating attribute based on element content

Hi, I think a custom XML refactoring action implemented in XSLT would help for this: https://www.oxygenxml.com/doc/ug-editor/topics/custom-refactoring-operations.html I created a sample refactoring action which does what you want here: https://github.com/oxygenxml/dita-refactoring-examples/tree/mast...
by Radu
Fri Jan 19, 2024 3:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating attribute based on element content
Replies: 5
Views: 619

Re: Updating attribute based on element content

Hi, I do not quite understand the use case, when people insert links, the links are to the elements which have the title element, for example you have a link to the <task> element and automatically the link text shows the title of the task element. Or add a link to a <section> and the title of the s...
by Radu
Fri Jan 19, 2024 9:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Task Steps as Diagrams
Replies: 2
Views: 443

Re: DITA Task Steps as Diagrams

Hi, I assume you followed the steps here to copy and install the "com.oxygenxml.task.diagram" folder to the DITA OT "plugins" folder and you did not encounter any error when running the "DITA OT Integrator" transformation from Oxygen: https://www.oxygenxml.com/doc/ug-ed...
by Radu
Thu Jan 18, 2024 3:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Does Fast Create Topics work with Tridion Docs Bridge
Replies: 1
Views: 370

Re: Does Fast Create Topics work with Tridion Docs Bridge

Hi Ann, From what I looked in our code we automatically filter out the "Fast Create new topics" action if the DITA Map is opened from a remote CMS, As you said, SDL specific API is necessary to create topics. Making this work with SDL relies more on the Oxygen plugin that SDL created to in...
by Radu
Thu Jan 18, 2024 9:13 am
Forum: Other Issues
Topic: keyboard shortcuts to insert special characters
Replies: 2
Views: 284

Re: keyboard shortcuts to insert special characters

Hi, Oxygen has a character map in the main menu "Edit->Insert from character map". You can also right click the toolbar area, configure the toolbars and show the "Symbols" toolbar button if you want to easily click to insert the last used symbols. Other than that there are other ...
by Radu
Wed Jan 17, 2024 10:22 am
Forum: Common Problems
Topic: I have a problem
Replies: 1
Views: 168

Re: I have a problem

Hi,
So you open an XML document in Oxygen XML Editor and you get an error reported, correct?
Could you maybe prepare a sample XML file exhibiting the problem, zip it and send it to us (support@oxygenxml.com)? This would give us more details about the contents of the file.
Regards,
Radu
by Radu
Mon Jan 15, 2024 8:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Rename elements in a table column at once
Replies: 2
Views: 423

Re: Rename elements in a table column at once

Hi,
Thanks for sharing the solution, indeed XML Refactoring looks like the proper solution for this one.
Regards,
Radu
by Radu
Thu Jan 11, 2024 8:01 am
Forum: Feature Request
Topic: Run Xpath with DITA Map Hierarchy Scope from Project View
Replies: 5
Views: 331

Re: Run Xpath with DITA Map Hierarchy Scope from Project View

Hi Daniel, About this: However, I wasn't sure which SVGs were being used, because our repositories contain a lot of SVGs that have been archived/deprecated. If you right click the root of a DITA Map opened in the DITA Maps Manager view we have a "Find Unreferenced Resources" action which s...
by Radu
Thu Jan 11, 2024 7:56 am
Forum: General XML Questions
Topic: Enter a new paragraph line without spacing
Replies: 3
Views: 535

Re: Enter a new paragraph line without spacing

Hi, Right, using the <div> element to break the line is not semantically correct but it works :) About this remark: Note: Your solution returns the following error in a usual paragraph: The processing instruction must begin with the name of the target You probably did something wrong when inserting ...
by Radu
Wed Jan 10, 2024 3:05 pm
Forum: General XML Questions
Topic: Enter a new paragraph line without spacing
Replies: 3
Views: 535

Re: Enter a new paragraph line without spacing

Hi Olivier, There is no "soft line break" element in the DITA XML standard which would be the equivalent of <br>. There is a special processing instruction "<?linebreak?>" which should be already handled by the publishing stylesheets. For example in a DITA topic in the middle of ...
by Radu
Wed Jan 10, 2024 9:02 am
Forum: Feature Request
Topic: Run Xpath with DITA Map Hierarchy Scope from Project View
Replies: 5
Views: 331

Re: Run Xpath with DITA Map Hierarchy Scope from Project View

Another way to go about this: In the Oxygen Project right click the root and choose "Enable main files support". Then select all 30 maps in the project, right click and "Add to main files". Then right click that particular SVG image and choose "Show dependent resources"...
by Radu
Wed Jan 10, 2024 8:57 am
Forum: Feature Request
Topic: Run Xpath with DITA Map Hierarchy Scope from Project View
Replies: 5
Views: 331

Re: Run Xpath with DITA Map Hierarchy Scope from Project View

Hi, Maybe a trick would have been to create a new DITA Map, open it in the Oxygen DITA Maps Manager view, select and copy from the Project view all those 30 maps, paste them in the new DITA Map so that it creates topicrefs to each of them and then you would have an XPath context DITA Map which refer...
by Radu
Wed Jan 10, 2024 8:31 am
Forum: Other Issues
Topic: Null Pointer
Replies: 7
Views: 534

Re: Null Pointer

Hi,
Thanks for confirming this. We'll try to make changes to the DITA OT publishing engine bundled with Oxygen so that in a future version it will be more robust in this regard.
Regards,
Radu
by Radu
Tue Jan 09, 2024 9:55 am
Forum: Other Issues
Topic: Null Pointer
Replies: 7
Views: 534

Re: Null Pointer

Hi, Looking at the attached zip, there is a DITA reusable component topic named "rc_departments_field_with_add_new_search.dita" which contains inside a table cell. Probably this generates the problem. Please try to re-write the "rc_departments_field_with_add_new_search.dita" to l...
by Radu
Tue Jan 09, 2024 9:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom CSS not displaying in Author view, DITA
Replies: 2
Views: 441

Re: Custom CSS not displaying in Author view, DITA

Hi, Thanks for also attaching the framework zip. I added a reference on my side in the Oxygen Preferences->"Document Type Association / Locations" page to the "custom_frameworks" folder you attached. Then I edited in the Oxygen Preferences->"Document Type Association" t...