Search found 9018 matches

by Radu
Mon Feb 26, 2024 9:07 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 457

Re: Oxygen button modification

Hi Aditya,
If you still have problems with this maybe you can export the entire action to an XML file and either zip and attach it to this forum thread or send it to us (support@oxygenxml.com).
Screenshot 2024-02-26 at 08.06.52.png
Screenshot 2024-02-26 at 08.06.52.png (173.02 KiB) Viewed 330 times
Regards,
Radu
by Radu
Mon Feb 26, 2024 7:57 am
Forum: SDK-API, Frameworks - Document Types
Topic: How to create a new button in oxygen and on click that button need to insert the tags and current date?
Replies: 11
Views: 1277

Re: How to create a new button in oxygen and on click that button need to insert the tags and current date?

Hi,
There is this specific editor variable:
${author.name} - Expands to the current author name that is set in the Review preferences page.
https://www.oxygenxml.com/doc/ug-editor ... ables.html
Regards,
Radu
by Radu
Fri Feb 23, 2024 6:36 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 212

Re: ${ask} editor variable return an error

Hi Arthur, As far as I know from when we originally wrote the XSLTOperation it splits the parameters by "=". But it's possible that as the problem occurs in certain cases when the URL contains "=", maybe nobody else on your team pasted before such an URL in the ask dialog until n...
by Radu
Fri Feb 23, 2024 2:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 457

Re: Oxygen button modification

Hi Aditya, I do not understand this xpath expression you are using: ancestor-or-self::*[contains(@class, ' topic/prolog')] and not(ancestor-or-self::*[contains(@class, ' topic/topic ')]/*[contains(@class, ' topic/prolog')]) If I were to translate it to a human readable description it means "whe...
by Radu
Fri Feb 23, 2024 1:42 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 212

Re: ${ask} editor variable return an error

Hi, I managed to setup and reproduce the problem on my side, the "arg-externalParams" parameter takes a comma separated list of "paramName=paramValue" so once the value starts like in your case having "=" inside it, the parameters parser breaks. I added an internal issu...
by Radu
Fri Feb 23, 2024 9:15 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen button modification
Replies: 6
Views: 457

Re: Oxygen button modification

Hi Aditya,
So this button is for the Oxygen desktop application, not for the WebAuthor in-browser editor, right?
Can you paste some code showing me how you implemented the button's functionality? How do you decide the offset in the document where to insert the XML fragment?
Regards,
Radu
by Radu
Fri Feb 23, 2024 9:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Expand/collapse elements for htmlhelp
Replies: 2
Views: 413

Re: Expand/collapse elements for htmlhelp

Hi, I do not know for sure, you can add custom CSS selectors by setting the "args.css" and "args.copy.css" parameters in your transformation scenario, but in general the HTML viewer is quite limited in functionality, I'm not sure if it would allow for embedding and executing Java...
by Radu
Fri Feb 23, 2024 9:07 am
Forum: Common Problems
Topic: Error running OPE with Java 18
Replies: 1
Views: 68

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: 212

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: 144

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: 269

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: 144

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: 404

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: 269

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: 269

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: 610

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: 671

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: 371

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: 671

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: 389

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: 328

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: 213

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: 370

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: 389

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: 389

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: 391

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: 389

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: 391

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: 389

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: 442

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 ...