Search found 157 matches

by mu258770
Wed Jan 25, 2017 3:56 pm
Forum: XSLT and FOP
Topic: Long lines to be wrapped with a continuation character using XSL-FO
Replies: 1
Views: 2394

Long lines to be wrapped with a continuation character using XSL-FO

Hi team, I have a query related to XSL-FO. I am using XSL-FO to transform my XML to FO output. For a particular element, am using the attribute "wrap-option" set as "wrap", for it to wrap in the output if it exceeds the line limit. It gets wrapped properly in the output. But, I w...
by mu258770
Fri Jan 20, 2017 1:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Automatically add specific optional elements
Replies: 17
Views: 11777

Re: Automatically add specific optional elements

Hi team, Regarding the possibility of the configuration changes in oXygen 18, we would like to have an attribute and its value to be inserted for a particular element by default when it is inserted. For eg:- If we would like to have print="yes" for <glossref> by default, what to be added i...
by mu258770
Thu Jan 19, 2017 9:38 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron impact on oXygen performance
Replies: 2
Views: 1407

Schematron impact on oXygen performance

Hi team, We have some queries related to schematron validation in oXygen. We are using oXygen 18.0 author eclipse plugin version. The tool has an additional schematron validation for topics as well as maps with our own rulesets (we integrated it using document type association). We would like to kno...
by mu258770
Fri Dec 02, 2016 4:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic href and keyref!
Replies: 13
Views: 5499

Re: Dynamic href and keyref!

Hi Radu Thanks a lot for you reply! The provided solution works:). But if you can give us the exact operation action for "Paste as link" that would help us doing this better way. We have the paste as keyref action as, DITAAccess.pasteAsReference(authorAccess, PasteInfo.PASTE_AS_KEYREF); Co...
by mu258770
Thu Dec 01, 2016 5:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic href and keyref!
Replies: 13
Views: 5499

Re: Dynamic href and keyref!

Hi Radu, We are now able to find whether the link should be inserted as href or keyref. The pasting as "keyref" is working properly. But for inserting the paste as "href", we do not know how we can get the value of the href to be inserted. Could you please help in that. We just n...
by mu258770
Thu Dec 01, 2016 3:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic href and keyref!
Replies: 13
Views: 5499

Re: Dynamic href and keyref!

Hi Radu, Thank you for your reply! I am able to get the root id of the current topic. But am not getting the root id of the topic from which we copied the content. Also I don't know how I can overwrite the Paste as keyref insertion if it is from same topic. Please see the code below. public void doO...
by mu258770
Wed Nov 30, 2016 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT 2.4 query
Replies: 1
Views: 1229

DITA-OT 2.4 query

Hi Team, I have a query in DITA-OT 2.4 where chunk attribute ("to-content") is not working due to this TOC is not generated properly :( Previous version DITA-OT 2.1 chunk attribute ("to-content") was working properly and TOC was generated properly but not in DITA-OT 2.4. Could yo...
by mu258770
Wed Nov 30, 2016 1:07 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic href and keyref!
Replies: 13
Views: 5499

Re: Dynamic href and keyref!

Hi Alex, Thanks for your reply! We are able to create our own action which delegates to Paste as Keyref. It works same as Paste as Link (Keyref). But we are unable to find whether the copied content in the clipboard is from the same topic or from the different. We have tried with the code which you ...
by mu258770
Mon Nov 28, 2016 9:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic href and keyref!
Replies: 13
Views: 5499

Re: Dynamic href and keyref!

Hi Alex, Thank you for your reply! We have thought about one other alternative to make this dynamic paste as href and keyref possible. 1) Enable both paste as link, and paste as link (keyref) options in the context menu. 2) Paste as link should be enabled only when the element copied is from the sam...
by mu258770
Mon Nov 21, 2016 2:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic href and keyref!
Replies: 13
Views: 5499

Dynamic href and keyref!

Hi, In oXygen, we have two paste as link options in which one is for inserting any internal links as "href" (paste as link) and the other for inserting links as "keyref" (paste as link(keyref)). We would like to combine these two options and make only one option which should work...
by mu258770
Fri Aug 26, 2016 3:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Automatically add specific optional elements
Replies: 17
Views: 11777

Re: Automatically add specific optional elements

Hi Radu/Alex, I have done the below coding in my oXygen maven setup for inserting <p> automatically when <note> is inserted. But it does not work. Could you please let me know what I am missing here. Do I need to add the extension in plugin.xml? import java.util.Arrays; import java.util.LinkedList; ...
by mu258770
Thu Aug 11, 2016 8:08 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10695

Re: Inserting sysmbols support in eclipse oXygen!

Hi, We are currently moving to oXygen author 18.0 eclipse plugin version. We can see that character map dialog support is enabled in the latest version. Glad to see that working :) In our environment, we would not like to provide all those options and symbols which are available in the current dialo...
by mu258770
Wed Jul 20, 2016 10:22 am
Forum: XSLT and FOP
Topic: Two fo:blocks in same line!
Replies: 1
Views: 2885

Two fo:blocks in same line!

Hi team, I have a query related to xsl:fo generated PDF. I need to give a static text for a paricular element. For example, consider a <note>, I want to give a generated text "Note:" for the same always in my PDF output. But also I would like to have the content in <note> should always com...
by mu258770
Tue Jul 19, 2016 10:37 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7035

Re: DITA menu customization

Hi Radu, I have tried the solution provided, but it removes the complete Profiling items from toolbar. I have checked the URL which you have provided and could not find a way to remove only submenu of the "Profiling". Printed the oxygen ID's of the toolbar items and could see only "Pr...
by mu258770
Mon Jul 18, 2016 2:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7035

Re: DITA menu customization

Hi Radu, Thank you for your quick response! The solution worked well for us :) We have one more query related to the toolbar items related to same "Profiling".How we could remove it from toolbar. We tried it using the below code, but it is removing all the toolbar items related to profilin...
by mu258770
Mon Jul 18, 2016 10:39 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7035

Re: DITA menu customization

Hi Radu, We are currently using the extension point as <extension point="com.oxygenxml.author.actionBarContributorCustomizer">. This we have used for customizing XML menu items only. We never removed any items in DITA menu using the extension point. Please see the current code which we use...
by mu258770
Mon Jul 18, 2016 9:21 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7035

Re: DITA menu customization

Hi team, We would like to remove/ hide some items from DITA -> Profiling/Conditional Text in (like 2nd 3rd and 4th options) oxygen author 17.0 eclipse plugin version. We got previous reply as below when I asked for same question (that time we were using oxygen 16.0 ) Starting with version 17.0 the c...
by mu258770
Tue Jul 12, 2016 2:34 pm
Forum: Common Problems
Topic: Splitted PDF content is not copyable when generated from oXygen!
Replies: 1
Views: 1160

Splitted PDF content is not copyable when generated from oXygen!

Hi team, We are facing one issue related to the PDF generated from oXygen. For a bookmap, we have created the PDF and then we are splitting the PDF using the option in Acrobat Reader and trying to copy paste content to notepad. Steps followed: 1. Opened the generated PDF in Acrobat Reader 2. Clicked...
by mu258770
Tue Jul 05, 2016 1:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Expansion of dropdown
Replies: 3
Views: 1650

Re: Expansion of dropdown

Hi Team,

I need a dropdown so that user can easily select from that dropdown.
Is there any possibility to increse the size of dropdown after selection?

Regards,
Shabeer
by mu258770
Tue Jul 05, 2016 8:47 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Expansion of dropdown
Replies: 3
Views: 1650

Expansion of dropdown

Hi Team, I want to add a dropdown for <pre> element having attributes as pgwide,condensed and pgwide,condensed(both). In GUI the dropdown appears bigger in size as it has both pgwide,condensed. Is there any possibility to have a small dropdown in GUI and on clicking that dropdown it should expand so...
by mu258770
Tue Jun 14, 2016 1:22 pm
Forum: XSLT and FOP
Topic: Track change support in DITAPDF output
Replies: 6
Views: 4152

Re: Track change support in DITAPDF output

Hi Radu,

It worked perfect for us :)

Thanks a lot for your quick help!

Regards,
Shabeer
by mu258770
Tue Jun 14, 2016 9:30 am
Forum: XSLT and FOP
Topic: Track change support in DITAPDF output
Replies: 6
Views: 4152

Re: Track change support in DITAPDF output

Hi Radu, Yes, as a DITA open toolkit plugin using XSL-FO coding. We tried to handle the track changes display in the output by using <fo:inline color="blue"> when <?oxy_insert_start> is found and closing the element (</fo:inline>) once <?oxy_insert_end> is found. But in different contexts ...
by mu258770
Mon Jun 13, 2016 1:18 pm
Forum: XSLT and FOP
Topic: Track change support in DITAPDF output
Replies: 6
Views: 4152

Track change support in DITAPDF output

Hi Team, We would like to support track changes in the PDF output generated from the source DITA files edited in oxygen. I have read the threads below, https://www.oxygenxml.com/forum/post32282.html#p32282 but could not find a proper solution. I have seen the reply as , Implementing such a plugin wo...
by mu258770
Wed Jun 08, 2016 3:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Removing a dropdown in conref
Replies: 3
Views: 1947

Re: Removing a dropdown in conref

Hi Team,

For hazardstatement dropdown we have used oXygen built in CSS function oxy_combobox.

Code:
oxy_combobox(edit, "@type", columns, 10, editable, true, values, "primary, secondary, ");

Regards,
Shabeer
by mu258770
Wed Jun 08, 2016 12:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Removing a dropdown in conref
Replies: 3
Views: 1947

Removing a dropdown in conref

Hi team, I have created a dropdown for an element <hazardstatement>.My requirement is to remove the dropdown when conref is added for <hazardstatement> in CSS. I tried many changes but the issue is not solved.My current version is oXygen 17.0 . Please help me in solving this issue. Thanks, Shabeer
by mu258770
Tue May 10, 2016 9:12 am
Forum: XML Schemas
Topic: Looping in schematron
Replies: 1
Views: 3762

Looping in schematron

Hi team, I would like to create a schematron rule which can be looped through the element content. The need is that I need to check the number of characters before a line break and should loop through the content finding next line break. This is for pre-formatted elements. The warning is for adding ...
by mu258770
Wed Mar 30, 2016 2:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding 2 attributes
Replies: 1
Views: 1155

Adding 2 attributes

Hi team, We are facing an issue when adding 2 attributes for a dropdown in oxy_combobox().We have done this with single attribute and it worked. Consider the following example: A note element has a dropdown with do,stop.When do is selected,in CSS it should reflect as type="other" othertype...
by mu258770
Thu Mar 10, 2016 7:50 pm
Forum: XSLT and FOP
Topic: Restricting the indentation in xslt transformation!
Replies: 1
Views: 1883

Re: Restricting the indentation in xslt transformation!

Hi team, I have one more query related to xslt. For stripping the unwanted spaces, we use <xsl:strip-space elements="*" /> . But this strips the spaces in every element. I would like to preserve space for one particular element. I tried using <xsl:preserve-space elements="..."/> ...
by mu258770
Thu Mar 10, 2016 8:29 am
Forum: XSLT and FOP
Topic: Restricting the indentation in xslt transformation!
Replies: 1
Views: 1883

Restricting the indentation in xslt transformation!

Hi team, I am working on transforming xml elements using xslt. I am using " xalan:indent-amount="2" " in the xsl output declaration to indent my output xml. This indents all my output elements when converted. But, I would like to restrict this. Like, I do not want the indentation...
by mu258770
Mon Feb 01, 2016 9:15 am
Forum: XSLT and FOP
Topic: Dynamic table column width in xsl fo!
Replies: 1
Views: 3471

Dynamic table column width in xsl fo!

Hi team, I would like to provide dynamic column width for table column in xsl:fo for the PDF output. My table has two columns, in which one contain image and the other will be its description. But I would like to get dynamic column width for the second column. Like if the input image is 60mm wide, ...