Search found 97 matches

by NicoAMP
Wed May 27, 2020 12:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: dita dependency in maven project
Replies: 5
Views: 2320

dita dependency in maven project

Hi,

In my project (manage under Maven) I would like to extends following classes : DITAExtensionsBundle and DitaLinkTextResolver.

Which dependency I have to add in my pom.xml to make it works?

Thanks a lot.

Nicolas
by NicoAMP
Wed May 06, 2020 2:35 pm
Forum: Other Issues
Topic: Image Map PDF output
Replies: 9
Views: 5752

Re: Image Map PDF output

Hi Namita, Right now the default PDF output for DITA does not show hotspots for image maps: https://github.com/dita-ot/dita-ot/issues/1458 As sometimes the PDF is intended for print this is a feature which may not be implemented. Regards, Radu Hi Radu, Now a plugin is available here to manage image...
by NicoAMP
Tue Apr 14, 2020 9:38 am
Forum: Common Problems
Topic: Web Author "Paste as XML" shortcuts
Replies: 7
Views: 2742

Re: Web Author "Paste as XML" shortcuts

Thanks a lot Cristian. Just a last remark: I still have the problem with Ctrl+Alt+X (message "Synchronizing with server" indefinitely and page freeze). If I use an other shortcut for this action (e.g. Ctrl+Alt+P) I don't have the problem anymore. Maybe it have a conflict with Ctrl+Alt+X sh...
by NicoAMP
Thu Apr 09, 2020 7:59 pm
Forum: Common Problems
Topic: Web Author "Paste as XML" shortcuts
Replies: 7
Views: 2742

Re: Web Author "Paste as XML" shortcuts

Hi Cristian,

Did you commit it on github?

Regards,
Nicolas
by NicoAMP
Thu Apr 09, 2020 5:54 pm
Forum: Common Problems
Topic: Web Author "Paste as XML" shortcuts
Replies: 7
Views: 2742

Re: Web Author "Paste as XML" shortcuts

Hi Cristian, I installed your plugin on my Web Author server but something strange appends. When I used custom actions "Paste as text" and "Paste as XML" in right click menu, all is OK. Perfect :) But when I try to use shortcuts : Ctrl+Alt+T works only one time. When I try to reu...
by NicoAMP
Wed Apr 08, 2020 11:23 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Toolbar DITA icons
Replies: 2
Views: 1326

Re: Oxygen Toolbar DITA icons

Yes they are in oxygen.jar.

Thanks a lot :D

Regards,
Nicolas
by NicoAMP
Wed Apr 08, 2020 11:02 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Toolbar DITA icons
Replies: 2
Views: 1326

Oxygen Toolbar DITA icons

Hi,

In my Oxygen framework I can see reference to specific icons in "insert.topicref" action : /images/Topicref24.png and /images/Topicref24.png

But I don't find them in Oxygen installation directory. Where can I get them?

Thanks.
by NicoAMP
Wed Apr 08, 2020 10:22 am
Forum: Common Problems
Topic: URL chooser for a custom action
Replies: 6
Views: 2228

Re: URL chooser for a custom action

Hi Cristian, IFragmentOperation is a typo error, I use a classic InsertFragmentOperation. I follow your advice using an action in Document Type Configuration Dialog box, with the following fragment: <mapref href="${ask('DITA Map', relative_url, '')}"/> Thanks for your help. Regards, Nicolas
by NicoAMP
Tue Apr 07, 2020 5:51 pm
Forum: Common Problems
Topic: URL chooser for a custom action
Replies: 6
Views: 2228

URL chooser for a custom action

Hi, I would like to add a custom action to add a mapref in a ditamap. So I add this code, but I don't know how to invoke an "URL chooser" to get get link to .ditamap and use the result with ro.sync.ecss.extensions.commons.operations.IFragmentOperation (see "var url = ????"). Mapr...
by NicoAMP
Tue Apr 07, 2020 10:17 am
Forum: Common Problems
Topic: Web Author "Paste as XML" shortcuts
Replies: 7
Views: 2742

Web Author "Paste as XML" shortcuts

Hi, In Oxygen Web Author, I would like to create a shortcut to "Paste special / Paste as XML" directly? It seems that this operation doesn't exist in Author Action Dialog Box, so I can't associate a shortcut. Is it possible to create this shortcut simply in a framework? If not, is it possi...
by NicoAMP
Fri Mar 27, 2020 2:01 pm
Forum: XSLT and FOP
Topic: Link between SVG image and text in an XML document
Replies: 8
Views: 5857

Re: Link between SVG image and text in an XML document

Hi Dan, I tried your solution to make a link between an embed SVG in fo and a fo:block with FOP. <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions"> <fo:layout-m...
by NicoAMP
Thu Apr 11, 2019 4:27 pm
Forum: XSLT and FOP
Topic: Xspec test fail in Oxygen 21 because of saxon version
Replies: 4
Views: 2557

Re: Xspec test fail in Oxygen 21 because of saxon version

Hi Sorin,

Thanks, now it works :)
by NicoAMP
Mon Apr 01, 2019 11:02 am
Forum: XSLT and FOP
Topic: Xspec test fail in Oxygen 21 because of saxon version
Replies: 4
Views: 2557

Re: Xspec test fail in Oxygen 21 because of saxon version

Hello Sorin,

Thanks for your workaround, now it works :P
by NicoAMP
Thu Mar 28, 2019 6:54 pm
Forum: XSLT and FOP
Topic: Xspec test fail in Oxygen 21 because of saxon version
Replies: 4
Views: 2557

Xspec test fail in Oxygen 21 because of saxon version

Hi, I try to run Xspec test using Oxygen 21 but I have following message : [java] Syntax error at char 55 near {... $context, function($} in expression in xsl:sequence/@select on line 621 column 24 of xxx.xsl: [java] XPST0003: Inline functions require support for higher-order-functions, which needs ...
by NicoAMP
Tue Mar 12, 2019 11:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Is it possible to chain DITA-OT plugins
Replies: 2
Views: 1324

Is it possible to chain DITA-OT plugins

Hi, I would like to generate a report (via XSLT) based on MERGED file produced by DITA-OT. I saw that "com.oxygenxml.merged" generate this MERGED file. My question : is it possible to create a plugin that have in entry the result of another plugin (can I chain plugins) ? If yes, how can I ...
by NicoAMP
Wed Mar 06, 2019 4:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Framework proposals for elements not taken in account
Replies: 4
Views: 1632

Re: Framework proposals for elements not taken in account

Hi Radu, Effectively my framework is an extension of the DITA framework. Now if I put ${framework}/resources/ entry in first position in the "Classpath" tab it works. Thanks :D I have another question : When I insert a topic element as a sub-element of topic like above, is it possible to i...
by NicoAMP
Wed Mar 06, 2019 2:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Framework proposals for elements not taken in account
Replies: 4
Views: 1632

Framework proposals for elements not taken in account

Hi, I try to configuring the proposals for elements. I follow the steps describes here: https://www.oxygenxml.com/doc/versions/21.0/ug-editor/topics/configure-elements-attr-cc-individually.html?hl=configuring%2Cproposals%2Celements%2Cattributes In my framework folder (stored outside of Oxygen instal...
by NicoAMP
Tue Mar 05, 2019 12:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Xref text resolution on elements without title
Replies: 2
Views: 1317

Re: Xref text resolution on elements without title

I add a test on text() content on the following template (in topicpullImpl.xsl) and it works. <xsl:template match="*" mode="topicpull:resolvelinktext" priority="-1"> <xsl:variable name="target-text"> <xsl:choose> <xsl:when test="*[contains(@class,' topic/...
by NicoAMP
Mon Mar 04, 2019 7:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Xref text resolution on elements without title
Replies: 2
Views: 1317

Xref text resolution on elements without title

Hi, In DITA if you use an xref without text, that's the title of linked element that it gets in output (PDF,WebHelp). For example with following code I will have "Go to How To Make." : Go to <xref href="a001" format="dita"/>. ... <task id="a001"> <title>How To...
by NicoAMP
Thu Feb 21, 2019 7:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Author mode - Draft comment displayed in xref text resolution
Replies: 2
Views: 1330

Author mode - Draft comment displayed in xref text resolution

Hello, I have the following dita XML: <table id="a001"> <title><draft-comment>My draft comment</draft-comment>My table</title> ... </table> ... <p>Refer to: <xref href="#a001" format="dita"/>.</p> I author mode "Refer to: My draft commentMy Table" is displayed...
by NicoAMP
Thu Feb 21, 2019 7:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp child link whith topic empty titles
Replies: 2
Views: 1461

Re: WebHelp child link whith topic empty titles

I modified this template through an extension point and it works.

Thanks a lot.
by NicoAMP
Tue Feb 05, 2019 11:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp child link whith topic empty titles
Replies: 2
Views: 1461

WebHelp child link whith topic empty titles

Hi, Oxygen WebHelp plugin permit to display "child link" through webhelp.show.child.links parameter. When a subtopic have an empty title (<title/>), a blank appear in this child link list. I would like to generate automatically a title in this list (when is empty) depends on topic type : &...
by NicoAMP
Mon Jan 14, 2019 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: fix.external.refs.com.oxygenxml workaround
Replies: 1
Views: 1202

fix.external.refs.com.oxygenxml workaround

Hi, I would like to use WebHelp responsive plugin with DITA OT ouside of Oxygen. I have some problem with a map in a deep folder (lost content). I can't use fix.external.refs.com.oxygenxml parameter (i'm not use Oxygen) and generate.copy.outer doesn't really work on my structure. The solution that I...
by NicoAMP
Mon Dec 03, 2018 7:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp 20.1 - Context Sensitive Queries with anchor
Replies: 2
Views: 1788

Webhelp 20.1 - Context Sensitive Queries with anchor

Hi, I tried to access content with an id attribute using Context-Sensitive Queries in Oxygen Webhelp (20.1): http://localhost/mysite/index.html?contextId=my_tasks#my_control I have following message: The requested URL /mysite/my_control was not found on this server. I also tried to access anchor on ...
by NicoAMP
Mon Dec 03, 2018 6:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Web Author autocorrection patch
Replies: 4
Views: 2394

Re: Web Author autocorrection patch

Thanks a lot.

It works now :D
by NicoAMP
Tue Nov 27, 2018 5:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Web Author autocorrection patch
Replies: 4
Views: 2394

Web Author autocorrection patch

Hi, I use Oxygen Web Author 20.1.0 and I would like to create an autocorrection patch to remove automatic replacement of (c) by ©. I followed steps described here in comments but it doesn't work : https://www.oxygenxml.com/doc/versions/20.1.0/ug-webauthor/topics/customizing-options.html I created en...
by NicoAMP
Tue Oct 16, 2018 5:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: "Insert Special Character" action in WebAuthor
Replies: 1
Views: 1671

"Insert Special Character" action in WebAuthor

Hi,

I would like to add button corresponding to "Insert Special Character" in my WebAuthor custom DITA toolbar in my framework.

But I don't find this action when I open Framework dialog.

Any idea?
by NicoAMP
Tue Oct 16, 2018 4:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Modal dialog in Web Author
Replies: 7
Views: 4232

Re: Modal dialog in Web Author

Thanks, It works perfectly now :D