Search found 46 matches

by antonyterrence
Tue Apr 11, 2023 1:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trigger DeleteElementsOperation when a document is opened
Replies: 5
Views: 623

Re: Trigger DeleteElementsOperation when a document is opened

We have explored both possibilities. The problem with both approach is that writers have to perform the action by clicking a button or applying a quick fix. Can the quick fix or custom action be triggered when the current document changes or edited? We want to automate the action.
by antonyterrence
Tue Apr 11, 2023 11:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trigger DeleteElementsOperation when a document is opened
Replies: 5
Views: 623

Re: Trigger DeleteElementsOperation when a document is opened

Here is what I am trying to achieve: If <critdates> contains more than 3 <revised> elements, the custom Action should delete the all revised elements except the last three. I have created an custom action using DeleteElementsOperation. However, writers have to perform the operation manually. I am tr...
by antonyterrence
Tue Apr 11, 2023 8:27 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trigger DeleteElementsOperation when a document is opened
Replies: 5
Views: 623

Trigger DeleteElementsOperation when a document is opened

Is it possible to trigger the DeleteElementsOperation author action automatically, say, when a document is opened in the web author?
by antonyterrence
Wed Feb 22, 2023 7:36 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: org.dita.pdf2.fop in Oxygen installation
Replies: 1
Views: 353

Re: org.dita.pdf2.fop in Oxygen installation

I think modifying the fop.xconf file with the following changes fixes the scaling issues when the @width attribute is used: <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi --> <source-resolution>120</source-resolution> ...
by antonyterrence
Tue Feb 21, 2023 12:09 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: org.dita.pdf2.fop in Oxygen installation
Replies: 1
Views: 353

org.dita.pdf2.fop in Oxygen installation

The org.dita.pdf2.fop plugin that's packaged with Oxygen XML has some customization/patches or custom libraries - especially for handling images. The org.dita.pdf2.fop plugin in the DITA OT downloaded from the DITA OT website does not have those customizations. Are we allowed to copy the org.dita.pd...
by antonyterrence
Mon Feb 13, 2023 4:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Web Author and prolog updater
Replies: 8
Views: 894

Re: Oxygen XML Web Author and prolog updater

It may sound silly but I still want to ask:
Is it possible to add oxygen-dita-prolog-updater-addon-1.0.0.jar from the prolog updater? Will it work with web author if added through custom framework?
by antonyterrence
Fri Feb 10, 2023 7:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Web Author and prolog updater
Replies: 8
Views: 894

Re: Oxygen XML Web Author and prolog updater

Ok. Thank you. This is what I mean - we can modify the custom framework but we cannot access the admin page and install plugins for web author. Hope that clarifies. I was under the impression that the prolog updater plugin works with web author. Looks like it doesn't. I will explore the solution you...
by antonyterrence
Fri Feb 10, 2023 3:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Web Author and prolog updater
Replies: 8
Views: 894

Re: Oxygen XML Web Author and prolog updater

Your java solution sounds fine as long as we have the control to install web author extensions through the admin page. I am afraid we don't have that control as of now. We are allowed to modify the web author framework in ixiasoft environment. That's why I am exploring a mechinism to replicate what ...
by antonyterrence
Fri Feb 10, 2023 1:56 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Web Author and prolog updater
Replies: 8
Views: 894

Re: Oxygen XML Web Author and prolog updater

Thank you for the response. It's for the Web Author. Since we don't control the web author administration (ixia does), the plugin option is not going to help. Can we add a javascript to the custom framework? If yes, what classes should we use to achieve the requirement? I have created a new post wit...
by antonyterrence
Fri Feb 10, 2023 1:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Modifying a document through JavaScript in Web Author
Replies: 1
Views: 658

Modifying a document through JavaScript in Web Author

Regarding the option to customize Web Author with JavaScript, is it possible to do the following through a javascript configured with a custom framework? Detect if a doccument is new or existing If it's new, add the user and date details to the doc and save. If it's an existing doc that's modified, ...
by antonyterrence
Thu Feb 09, 2023 8:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Web Author and prolog updater
Replies: 8
Views: 894

Oxygen XML Web Author and prolog updater

When a wrtier creates or modifies a topic, is there way to automatically capture the date created, date modified, the creator, and modified by details in Oxygen XML Web author?
Is that possible without prolog updater plugin?
Context: Oxygen XML Web Author integrated with ixiasoft.
by antonyterrence
Tue Jan 10, 2023 11:30 am
Forum: Common Problems
Topic: Oxygen XML Editor keeps crashing
Replies: 2
Views: 512

Oxygen XML Editor keeps crashing

Hi Team, Suddenly, Oxygen XML Editor on my system stopped working. When I try to start it, I keep getting this error: Cannot start <oXygen/> XML Editor. Due to:java.lang.NullPointerException Cannot invoke "java.net.URL.toExternalForm()" because the return value of "ro.sync.ecss.compon...
by antonyterrence
Mon Sep 05, 2022 10:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Key definitions are not resolved when publishing an individual topic PDF
Replies: 4
Views: 552

Re: Key definitions are not resolved when publishing an individual topic PDF

This combination seems to work:
  • The value of args.resources should be a file path.
  • generate.copy.outer = 3
  • fix.external.refs.com.oxygenxml = true
by antonyterrence
Mon Sep 05, 2022 10:20 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Key definitions are not resolved when publishing an individual topic PDF
Replies: 4
Views: 552

Re: Key definitions are not resolved when publishing an individual topic PDF

Hi Radu, I tried the following: args.resources = file:/C:/git/-doc/common/keys.ditamap args.resources = ../../common/keys.ditamap (relative path) I also tried seting the fix.external.refs.com.oxygenxml param to true. I keep getting this error: [DOTX008E] File 'file:/C:/Program%20Files/Oxygen%20XML%2...
by antonyterrence
Mon Sep 05, 2022 8:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Key definitions are not resolved when publishing an individual topic PDF
Replies: 4
Views: 552

Key definitions are not resolved when publishing an individual topic PDF

In Oxygen XML Author, key definitions are not resolved in the output when a single/individual topic is transformed PDF using the PDF XSL FO scenario. Is there a way to pass the key definitions map to the process. I used the args.resources parameter. But it's not working.
by antonyterrence
Fri Aug 12, 2022 9:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Editor does not mark broken cross-references
Replies: 4
Views: 757

Re: Oxygen XML Editor does not mark broken cross-references

When @scope is set to "peer", the validation does not show any error even if the file is not found in the specified path. Is that the expected behavior?
by antonyterrence
Thu Aug 11, 2022 6:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Oxygen XML Editor does not mark broken cross-references
Replies: 4
Views: 757

Oxygen XML Editor does not mark broken cross-references

If I remember correctly, Oxygen XML Author/Editor used to show an error/mark the broken cross-references in the editor (in case referenced files are not found in the specified path). I installed version 24.1. It does not show an error for missing files/broken references. When you click what appears ...
by antonyterrence
Fri Jul 29, 2022 8:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cross-deliverable linking
Replies: 5
Views: 717

Re: Cross-deliverable linking

Thank you. The attribute processing-role=resource-only does not work as expected (it does not cascade down to child topics). And there is no support for cross-bundle links in DITA OT. Just a little complex scenario if we publish each ditamap separately to a Knowledge Portal (Zoomin). We publish Glos...
by antonyterrence
Fri Jul 29, 2022 2:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cross-deliverable linking
Replies: 5
Views: 717

Re: Cross-deliverable linking

Thank you, Chris. I downloaded the example maps from this project: https://github.com/chrispy-snps/DITA-fi ... html-links
The cross-deliverable linking does not work without running the utility. Is the utility a workaround?
by antonyterrence
Fri Jul 29, 2022 1:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cross-deliverable linking
Replies: 5
Views: 717

Cross-deliverable linking

I was trying to follow the instructions on the following page: https://www.oxygenxml.com/dita/1.3/specs/archSpec/base/links-between-maps.html#:~:text=addressing%20and%20linking-,A%20map%20can%20use%20scoped%20keys%20to%20reference%20keys%20that,working%20links%20to%20other%20deliverables. When I set...
by antonyterrence
Wed Jul 27, 2022 1:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XREFs in Short Descriptions
Replies: 4
Views: 692

Re: XREFs in Short Descriptions

I need to check with my colleague. I think there are build errors when using DITA OT 2.5.
by antonyterrence
Wed Jul 27, 2022 9:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: XREFs in Short Descriptions
Replies: 4
Views: 692

Re: XREFs in Short Descriptions

Thank you. We are not recommending xrefs in short descriptions. I was doing research because of the build errors we see when we publish topics that contain xrefs in short descriptions. We were trying to identify the cause of build errors given that the DITA spec allows it. That's the context of this...
by antonyterrence
Wed Jul 27, 2022 8:21 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: XREFs in Short Descriptions
Replies: 4
Views: 692

XREFs in Short Descriptions

Hi Team,
This topic says that xrefs are not directly allowed in shortdesc.
https://www.oxygenxml.com/dita/stylegui ... tdesc.html
However, as per DITA 1.3, xref is allowed in shortdesc.
Is that article still relevant?
by antonyterrence
Fri Jul 15, 2022 11:18 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cross-references from a resource-only map reference are crawled
Replies: 6
Views: 901

Re: Cross-references from a resource-only map reference are crawled

I am ware of the two parameters. My team won't be comfortable using the params to stop crawling links since certain amount crawling is fine. But if we specify certain files as resource-only, crawling should not happen on such files.
by antonyterrence
Wed Jul 13, 2022 9:30 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Topics included in a reltable but not in a map are processed and appear in the webhelp search
Replies: 7
Views: 902

Re: Topics included in a reltable but not in a map are processed and appear in the webhelp search

Thank you, Radu. Yes, that will help writers who validate the maps diligently. Is it possible to do such validation via commandline?
by antonyterrence
Wed Jul 13, 2022 9:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cross-references from a resource-only map reference are crawled
Replies: 6
Views: 901

Cross-references from a resource-only map reference are crawled

test_resource_only_attribute.zip I have a dita map that references another map, which is set as a resource-only map. However, the resource-only map references a topic which includes a cross-reference to a topic. The responsive webhelp crawls the cross-reference and generates an html file for the fi...