Search found 14 matches

by koushik9020
Wed Jan 31, 2024 4:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 5
Views: 481

Re: Ditamaps Manager Context Menu Customisation

I'm using ditamaps manager > newly customised context Menu under> Append Child which open a customised dialog from our side and is supposed to insert an xml fragment as a child under a chapter inside a ditamap.

Is there any API that I could use to accomplish this task, please let me know.
by koushik9020
Mon Jan 29, 2024 2:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 5
Views: 481

Ditamaps Manager Context Menu Customisation

Hi Team, I'm using WSDITAMapEditorPage API to customise my context Menu in the ditamaps manager with the below code: public void editorOpened(URL editorLocation) { WSDITAMapEditorPage ditaMapEditorPage = (WSDITAMapEditorPage) oxygenWorkspace .getEditorAccess(editorLocation, PluginWorkspace.DITA_MAPS...
by koushik9020
Wed May 03, 2023 2:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: xref with keyref in a Topic file is not resolving properly in the temp files.
Replies: 4
Views: 490

Re: xref with keyref in a Topic file is not resolving properly in the temp files.

Thank you Chris/Radu for your reply about this. I tried to download the DITA-OT 3.7 to my local and tried to setup a book to reproduce the problem there, but ended up with some error in the book setup(which I'm not able to resolve it). Could you please help me with the setup of the simple book with ...
by koushik9020
Wed May 03, 2023 2:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: chunk="to-content" used along with keyref doesn't resolve properly in the temp files.
Replies: 1
Views: 305

chunk="to-content" used along with keyref doesn't resolve properly in the temp files.

Hello Team, We are using the old version of dita-ot-1.8.5 because of the business needs, and we have plans of upgrading this to latest versions sometime in future after the on-going priorities. Given the fact that we're using the old version of dita-ot just wanted to know this below behaviour relate...
by koushik9020
Wed May 03, 2023 1:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: xref with keyref in a Topic file is not resolving properly in the temp files.
Replies: 4
Views: 490

xref with keyref in a Topic file is not resolving properly in the temp files.

Hello Team, We are using the old version of dita-ot-1.8.5 because of the business needs, and we have plans of upgrading this to latest versions sometime in future after the on-going priorities. Given the fact that we're using the old version of dita-ot just wanted to know this below behaviour relate...
by koushik9020
Thu Dec 08, 2022 2:18 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

Re: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Thank you Radu!!

I was able to fix this using the workaround you suggested to load the 'keydef.xml' file from temp directories in a document function in the XSLT code of our customised plugins which resolved the keyrefs to hrefs for longdescref elements.

Regards,
Koushik
by koushik9020
Wed Dec 07, 2022 12:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

Re: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Hello Radu/Chrispitude, I was able to access the temp folder / results.xml file which has the keydefs I defined for testing purpose inside the xml file using below XSLT template that I created: <xsl:template match="/"> <xsl:variable name="fi" select="document('../../../temp/...
by koushik9020
Wed Dec 07, 2022 10:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

Re: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Hello Radu/Chrispitude, Maybe using the XSLT customization you have you could use the document() function to load this keydef.xml and use the mappings in it to resolve the keyref value directly in the XSLT code. I'm trying to implement something like this in XSLT code from above the suggestion from ...
by koushik9020
Tue Dec 06, 2022 2:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

Re: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Thank you chrispitude / Radu for all the information you provided.


Regards,
Koushik
by koushik9020
Tue Dec 06, 2022 2:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

Re: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Thank you Radu Coravu for your raising the bug to Dita-ot. I think it answers my questions above, but if at all they are fixing this issue with longdescref they are going to fix this to the latest distributions of DITA-OT right , but not to the version that I'm using in my case: dita-ot-1.8.5 ? Than...
by koushik9020
Tue Dec 06, 2022 2:08 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

Re: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Hello chrispitude, Thank you for your valuable time for this and replying back! So this below snippet is from the temp folder location after you run the dita-ot transformation locally right: <image href="image.svg" width="1in" placement="inline"> <longdescref keyref=&qu...
by koushik9020
Tue Dec 06, 2022 12:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: dita-ot-1.8.5 Temp File Attributes when using keyref for image tags
Replies: 15
Views: 1058

dita-ot-1.8.5 Temp File Attributes when using keyref for image tags

Hello Team, I wanted some help/information about the the temp folder files that are being generated by dita-ot-1.8.5 version when running our customised XHTML plugin transformation locally using Oxygen Editor. This use-case is about the insertion of a image into the Topic file which is Authored usin...