Search found 9041 matches

by Radu
Fri Feb 23, 2024 9:07 am
Forum: Common Problems
Topic: Error running OPE with Java 18
Replies: 1
Views: 88

Re: Error running OPE with Java 18

Hi, Right now I'm using Java 18, which ought to be okay, according to your prerequisite doc: java -version openjdk version "1.8.0_282" No, you are actually using Java 1.8 and not 18. You can open in a text editor the "DITA-OT/bin/dita" to see how it looks for the Java executable,...
by Radu
Fri Feb 23, 2024 8:55 am
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 252

Re: ${ask} editor variable return an error

Hi, This "Chunk ... is not a valid entry." does not seem to be an error Oxygen would throw from what I looked in our code. So your CSS button invokes an XSLT operation with a parameter named "externalParams": https://www.oxygenxml.com/doc/versions/26.0/ug-editor/topics/dg-default...
by Radu
Thu Feb 22, 2024 7:59 am
Forum: Other Issues
Topic: Reltable conditioning
Replies: 3
Views: 165

Re: Reltable conditioning

Hi Stacey, I might not understand your entire setup, how your map is structured and your final goal so it's possible my advice is not accurate. If you want for example for the PDF output to ignore entirely the <reltable> defined in the DITA Map, you could add for example a "deliveryTarget"...
by Radu
Wed Feb 21, 2024 4:14 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 342

Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC

Hello Toma, Great, thanks for testing this! If you encounter more problems when performing other operations like creating resources, deleting them, editing, saving please let us know. The small fixes I made will be available in Oxygen 26.1 (which we plan to release about March this year). Regards, R...
by Radu
Wed Feb 21, 2024 8:58 am
Forum: Other Issues
Topic: Reltable conditioning
Replies: 3
Views: 165

Re: Reltable conditioning

Hi Stacey,
So if you set a profiling attribute on a topicref which refers to a certain topic in the DITA Map, you should set it consistently, in all places where that topicref to the topic appears, including a relationship table.
Regards,
Radu
by Radu
Tue Feb 20, 2024 3:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT projects and spaces in filenames
Replies: 3
Views: 498

Re: DITA-OT projects and spaces in filenames

Hello Uwe, I'm glad you found a use for the DITA OT project file feature. I consider the problem to be a bug, I added an issue for it here: https://github.com/dita-ot/dita-ot/issues/4412 In the meantime you can take control over the PDF file name by using a certain parameter named "args.output....
by Radu
Mon Feb 19, 2024 3:54 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 342

Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC

Hi Toma, We have a beta page on which you can freely register: https://www.oxygenxml.com/oxygen_beta_program/register.html and then in the page you can go to the "Nightly builds" tab and get a nightly build of Oxygen. I made some small changes in our code but did not test the implementatio...
by Radu
Mon Feb 19, 2024 3:06 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 342

Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC

Hi Toma, As with any unreleased third party software, we do not officially support shapshot versions. We officially tested our connector with Exist 6.2.0 from what I remember. This method "org.xmldb.api.base.Collection.listChildCollections()" seems to be used in 4 places in our code and in...
by Radu
Thu Feb 15, 2024 1:18 pm
Forum: Common Problems
Topic: Show in Terminal
Replies: 3
Views: 643

Re: Show in Terminal

Thanks for the feedback, I will add it on the opened issue.
by Radu
Thu Feb 15, 2024 1:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Automatically generating task labels (stepxmp, stepresult)
Replies: 8
Views: 803

Re: Automatically generating task labels (stepxmp, stepresult)

Hi Konrad, Maybe as an alternative you could see how those elements like "stepxmp" are published in the HTML content, then using CSS you could match those spans and add some ":before" static content to them. In this way maybe the CSS customization could be distributed more easily...
by Radu
Thu Feb 15, 2024 8:52 am
Forum: Common Problems
Topic: Preserve Whitespace For Elements with Specific Text
Replies: 7
Views: 415

Re: Preserve Whitespace For Elements with Specific Text

Hi Daniel,
About this remark:
My team would still find it a valuable addition, as we've discovered that the Preserve text as is option does not consistently work for non-roman characters, specifically Japanese.
Could you elaborate maybe with some steps and an example?
Regards,
Radu
by Radu
Tue Feb 13, 2024 11:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Automatically generating task labels (stepxmp, stepresult)
Replies: 8
Views: 803

Re: Automatically generating task labels (stepxmp, stepresult)

Hi Konrad, Are you publishing to PDF (CSS based on XSL-FO based) or WebHelp? For some DITA task elements the DITA OT stylesheets do not generate any labels. You can look in the stylesheet "OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/plugins/org.dita.html5/xsl/task.xsl" There is a template w...
by Radu
Tue Feb 13, 2024 5:02 pm
Forum: Common Problems
Topic: Author Options: GUI for person-search
Replies: 8
Views: 441

Re: Author Options: GUI for person-search

Hi, Using Javascript directly in the action's definition works to implement basically anything you could implement with a Java based operation, even by creating and showing Java Swing specific dialogs: https://github.com/oxygenxml/javascript-sample-operations/blob/master/ask-for-attribute-value/askA...
by Radu
Sat Feb 10, 2024 9:12 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: default attributes missing after adding custom subject scheme
Replies: 1
Views: 389

Re: default attributes missing after adding custom subject scheme

Hi, Can you maybe paste in a code block what the content of your subject scheme map is? Did you by any chance use constructs like this in the subject scheme map? <enumerationdef> <attributedef name="platform"/> <subjectdef/> </enumerationdef> This implies that no value is allowed for a cer...
by Radu
Thu Feb 08, 2024 12:54 pm
Forum: Other Issues
Topic: Demo DITA project
Replies: 2
Views: 237

Re: Demo DITA project

Hi Konrad, Maybe you can copy a DITA project folder from the "OXYGEN_INSTALL_DIR/samples/dita" folder. If you want larger projects: Oxygen XML Blog: https://github.com/oxygenxml/blog Oxygen User's guide: https://github.com/oxygenxml/userguide And a sample project showing how you can impose...
by Radu
Thu Feb 08, 2024 10:41 am
Forum: Common Problems
Topic: include currently selected text in external tool command
Replies: 8
Views: 417

Re: include currently selected text in external tool command

Hi Wolfhart,
I committed in the project a plugin which resolves ${selection} by looking at the selected text in the current selected document:
https://github.com/oxygenxml/wsaccess-j ... orVariable
Regards,
Radu
by Radu
Tue Feb 06, 2024 4:53 pm
Forum: Common Problems
Topic: Author Options: GUI for person-search
Replies: 8
Views: 441

Re: Author Options: GUI for person-search

Hi,
My colleagues repaired the problem and things should properly work again if you log in to our SDK page.
Regards,
Radu
by Radu
Tue Feb 06, 2024 3:45 pm
Forum: Common Problems
Topic: Author Options: GUI for person-search
Replies: 8
Views: 441

Re: Author Options: GUI for person-search

Hi,
Sorry about that, we have a problem with our web site. My colleagues are still working on it I'm afraid, maybe you can try tomorrow.
Regards,
Radu
by Radu
Tue Feb 06, 2024 3:33 pm
Forum: Common Problems
Topic: InsertSingleColumnOperation scrolls editor to the top
Replies: 3
Views: 436

Re: InsertSingleColumnOperation scrolls editor to the top

Hi Vitor, I tried to reproduce this problem by adding a table at the end of a sample DITA topic we have: https://www.oxygenxml.com/oxygen-xml-web-author/app/oxygen.html?url=samples%3A%2F%2Fsamples%2Fdita%2Fflowers%2Ftopics%2Fflowers%2Fgardenia.dita&ditamap=samples%3A%2F%2Fsamples%2Fdita%2Fflower...
by Radu
Tue Feb 06, 2024 10:42 am
Forum: Common Problems
Topic: Author Options: GUI for person-search
Replies: 8
Views: 441

Re: Author Options: GUI for person-search

Hi,
Once you follow the instructions I gave you and install our SDK, the SDK should have sample AuthorOperation custom implementation.
Regards,
Radu
by Radu
Tue Feb 06, 2024 10:35 am
Forum: Common Problems
Topic: InsertSingleColumnOperation scrolls editor to the top
Replies: 3
Views: 436

Re: InsertSingleColumnOperation scrolls editor to the top

Hi Vitor, From what I saw with the default column insertion operation, it inserts a column and then it places the caret in the first cell from that column. So I think this is why the scroll to top, the caret is placed in the first cell from the inserted column. You mentioned: Although the caret stay...
by Radu
Tue Feb 06, 2024 9:23 am
Forum: Common Problems
Topic: Author Options: GUI for person-search
Replies: 8
Views: 441

Re: Author Options: GUI for person-search

Hi, Are you implementing the framework extension for the Oxygen desktop on-premise XML Author/Editor or for the Oxygen WebAuthor in-web-browser editor? I will assume it's for the Oxygen desktop/on premise installation. I see in your screenshot you already seem to have such a dialog, or is it just a ...
by Radu
Tue Feb 06, 2024 9:10 am
Forum: SDK-API, Frameworks - Document Types
Topic: Path of topic nodes inside the DITA MAPS manager
Replies: 1
Views: 497

Re: Path of topic nodes inside the DITA MAPS manager

Hi, To get the URLs of the selected nodes you could use directly the API "WSDITAMapEditorPage.getCurrentSelectedURLs(boolean, boolean)". Other than that, if you use the "ditaMapEditorPage.getSelectedNodes(true);" API, for each AuthorNode you can do something like: AuthorNode sel ...
by Radu
Tue Feb 06, 2024 8:59 am
Forum: Other Issues
Topic: xpath eval in Transformation Scenario
Replies: 2
Views: 203

Re: xpath eval in Transformation Scenario

Hi Garrett, So according to our docs: https://www.oxygenxml.com/doc/versions/26.0/ug-editor/topics/editor-variables.html ${cf} - Current file as file path, that is the absolute file path of the currently edited document. meaning that it expands to a file path like: D:\path\to\abc.xml But the XSLT do...
by Radu
Tue Feb 06, 2024 8:53 am
Forum: Common Problems
Topic: Preserve Whitespace For Elements with Specific Text
Replies: 7
Views: 415

Re: Preserve Whitespace For Elements with Specific Text

Hi Daniel, I added an internal issue based on your request, pasting the issue ID for future reference: EXM-54178 Improve xpath evaluation for preserve space elements to check in elements text I'm skeptical the issue will get implement, we are not running the XPath expressions with the XSLT processor...
by Radu
Tue Feb 06, 2024 8:31 am
Forum: Common Problems
Topic: PC user who doesn't have admin permissions on her computer cannot create a webdav connection
Replies: 3
Views: 229

Re: PC user who doesn't have admin permissions on her computer cannot create a webdav connection

Hello Jean,
Great, thanks for updating the post with the solution!
Regards,
Radu
by Radu
Mon Feb 05, 2024 8:46 am
Forum: Common Problems
Topic: Preserve Whitespace For Elements with Specific Text
Replies: 7
Views: 415

Re: Preserve Whitespace For Elements with Specific Text

Hi, In the Oxygen Preferences->"Editor / Format / XML / Elements Spacing" there is this message on top of the list of defined elements: Screenshot 2024-02-05 at 07.43.31.png So the XPath expressions need to be simple (name and attribute tests). We do not support pattern matching on the tex...
by Radu
Mon Feb 05, 2024 8:16 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: othermeta/@content input area
Replies: 2
Views: 512

Re: othermeta/@content input area

Hi Toshihiko, If you right click in Oxygen inside the othermeta element and choose "Inspect Styles", you will find a "before" selector in this CSS stylesheet: OXYGEN_INSTALL_DIR/frameworks/dita/css/core/-topic-metadata-prolog.css which looks like this: *[class~="topic/otherm...
by Radu
Fri Feb 02, 2024 2:12 pm
Forum: Common Problems
Topic: Clicking titles containing Chinese characters in topic toc cannot position correctly
Replies: 15
Views: 918

Re: Clicking titles containing Chinese characters in topic toc cannot position correctly

Hi Galano,
Oh, the preview is only for opened Markdown files.
Regards,
Radu
by Radu
Fri Feb 02, 2024 2:00 pm
Forum: Common Problems
Topic: Clicking titles containing Chinese characters in topic toc cannot position correctly
Replies: 15
Views: 918

Re: Clicking titles containing Chinese characters in topic toc cannot position correctly

Hi Galano, So you open a Markdown file in an Oxygen 26.1 beta kit and the Preview is no longer showing? Strange, we did not change anything related to this. Can you send me a screenshot from your side? If you right click inside the Markdown file is there a "Show preview" action in the cont...