Search found 12 matches

by kpuchaka
Thu Dec 23, 2021 3:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Thank you for your email. I have started the development of below approach and pause it suddenly because we observed that the deselect and reselect the rootmap from the dropdown(as I explained previously) is not working always. Whichmeans,this behaviour is not consistent and oxygen is not p...
by kpuchaka
Thu Dec 16, 2021 9:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Thank you for your time. I have tried the below option suggested by you but there is no result and latest keys were not loaded automatically. We had a discussion with SDL team and we observed that when there is new version of keys map was created, then DITA Reusable Component window is not ...
by kpuchaka
Tue Dec 14, 2021 4:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Yes, these rootmaps are coming to SDL CMS from other PLM SQL application. There is "oxygen authoring bridge" provided by SDL to communicate b/w oxygen and SDL. The menu item what you are seeing in image is that only. We have dedicated SDL product vendors to support of application ...
by kpuchaka
Mon Dec 13, 2021 8:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Thank you so much for your prompt reply. I was able to read my "user defined keys map" xml content to my context and below method did that magic: InputStream stream=authorAccess.getEditorAccess().createContentInputStream(); I just wrote my own logic to read the above stream and di...
by kpuchaka
Tue Nov 30, 2021 3:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Hope you are doing well..!! I just tried to analyse the approach what you suggested to read the "User Defined Keys" map but i m struggling to read the complete xml file of that map into context. I believe i need to do it under doOperation() method of custom author operation. Do we...
by kpuchaka
Wed Nov 10, 2021 4:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Thank you so much for your prompt reply and help so far..!! I just setup the project in my local and able to update the AuthorDocumentFilter class to insert outputclass based on our requirement. Now I want to check the possibility of using this same framework for another purpose. We have on...
by kpuchaka
Wed Nov 03, 2021 1:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Based on your provided framework SDL,I tried to implement the custom author framework and it is working as expected.. Thank you so much for that..!! But i m not clear about the classpath tab and extensions tab.Do we have any documentation link where we can find the processor of customizatio...
by kpuchaka
Thu Oct 14, 2021 12:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex,

Your workaround is working and thank you so much for your help..!!

Regards
Kiran
by kpuchaka
Wed Oct 13, 2021 11:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

Re: How to display insertattribute value in xml by default

Hi Alex, Thank you so much for your prompt reply.. I would like to try with your workaround of using Java Based API and can you please provide me the step by step approach how to insert this in my oxygen and deployment steps? Also please provide me the sample code for the same. P.S:I have also sent ...
by kpuchaka
Tue Oct 12, 2021 8:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3163

How to display insertattribute value in xml by default

Hello Experts, I m inserting outputclass="partnumber" attribute in my xref element by using below entry in cc_config.xml: <elementProposals path="xref" possibleElements="NONE"> <insertAttribute name="outputclass" value="partnumber"/> </elementProposa...
by kpuchaka
Thu Sep 30, 2021 6:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot load the associated CSS file(s)
Replies: 3
Views: 731

Re: Cannot load the associated CSS file(s)

Hi Alex, Thank you so much for your prompt reply. I will check that file exist or not when i encounter the issue again next time and i will share you the ditamap.framework file if it is there. Also if it is not there, then do you want me to copy that file in to that location to resolve this issue in...
by kpuchaka
Thu Sep 30, 2021 12:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot load the associated CSS file(s)
Replies: 3
Views: 731

Cannot load the associated CSS file(s)

Dear Users, when i try to open the Map in Editor in my oxygen, then it is giving me the below exception in Author mode: Cannot load the associated CSS file(s). The erro was :'No CSS file specified.' Please switch to the text mode and use the [Associated XSLT/CSS Stylesheet] action to associate a CSS...