Search found 52 matches
- Thu Nov 26, 2020 5:20 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Status attribute specialization
- Replies: 3
- Views: 299
Re: Status attribute specialization
Hi Radu, Thanks for your answer. It seems that @status attribute is not designed for filtering or flagging (https://www.oxygenxml.com/dita/1.3/specs/archSpec/base/conditional-processing-attributes.html#conditional-processing-attributes__other-metadata-attributes) . So I specialized @props to create ...
- Tue Nov 24, 2020 2:13 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: WebHelp Responsive - output as an zip archive
- Replies: 1
- Views: 204
WebHelp Responsive - output as an zip archive
Hi,
Actually WebHelp Responsive scenario outputs a set of files and folders.
Is it possible to generate an ZIP archive instead, with this set of files and folders inside?
With a parameter maybe ?
Thanks for your help.
Regards,
Nicolas
Actually WebHelp Responsive scenario outputs a set of files and folders.
Is it possible to generate an ZIP archive instead, with this set of files and folders inside?
With a parameter maybe ?
Thanks for your help.
Regards,
Nicolas
- Fri Oct 23, 2020 12:15 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Framework specific "Validate and check for completeness"
- Replies: 2
- Views: 304
Re: Framework specific "Validate and check for completeness"
Hi Radu,
Thanks a lot for the clarification.
Regards,
Nicolas
Thanks a lot for the clarification.
Regards,
Nicolas
- Thu Oct 22, 2020 5:05 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Framework specific "Validate and check for completeness"
- Replies: 2
- Views: 304
Framework specific "Validate and check for completeness"
Hi, I have 3 different DITA frameworks installed on my environment. I use "Validate and check for completeness" functionality in "Ditamap manager view" panel to validate my 3 kinds of maps. Is it possible to parameter this functionality based on which framework is currently used (check or uncheck op...
- Thu Oct 22, 2020 4:28 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Status attribute specialization
- Replies: 3
- Views: 299
Status attribute specialization
Hi, I would like to manage a "draft" status on topics to have the possibility to filter its. So, I would like to add a new enumeration value to the @status attribute: "draft". I tried to do that with a subject scheme map, but I have the following message (with or without subject scheme map): Attribu...
- Tue Aug 11, 2020 9:50 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Memory fail during "conref" preprocessing
- Replies: 2
- Views: 309
Re: Memory fail during "conref" preprocessing
Perfect, it works well
Thanks a lot Radu.
Regards,
Nicolas

Thanks a lot Radu.
Regards,
Nicolas
- Mon Aug 10, 2020 10:17 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Conkeyref XSLT processing
- Replies: 2
- Views: 655
Re: Conkeyref XSLT processing
Thanks Radu for your help.
Regards,
Nicolas
Regards,
Nicolas
- Mon Aug 10, 2020 6:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Memory fail during "conref" preprocessing
- Replies: 2
- Views: 309
Memory fail during "conref" preprocessing
Hi, I launch treatment on a big ditamap using my custom plugin. This plugin generated the merged file and create a report (with XSL) based on it. When I launch this transformation with DITA-OT command line, it works. But when I launch this transformation with an Oxygen scenario I always have the fol...
- Thu Jul 16, 2020 5:58 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Conkeyref XSLT processing
- Replies: 2
- Views: 655
Conkeyref XSLT processing
Hi,
In a XSLT action, in my custom framework, I get and transform all titles of current DITA file. It's OK.
But I also want to get and transform all titles of content referenced in current DITA file thought <conkeyref>.
Do you know how I can do that?
Thanks
In a XSLT action, in my custom framework, I get and transform all titles of current DITA file. It's OK.
But I also want to get and transform all titles of content referenced in current DITA file thought <conkeyref>.
Do you know how I can do that?
Thanks
- Thu Jul 16, 2020 4:03 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: XSLT Xpath schema aware in framework action
- Replies: 2
- Views: 383
XSLT Xpath schema aware in framework action
Hi, I created a new action in a framework using ro.sync.ecss.extensions.commons.operations.XSLTOperation This action process my current DITA file with a XSLT using the following xpath: //*[contains(@class, ' topic/title ')] This xpath doesn't return result because @class is a default schema value. I...
- Tue Jun 23, 2020 3:06 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Custom inheritance of metadatas from maps to topics
- Replies: 2
- Views: 416
Re: Custom inheritance of metadatas from maps to topics
Hi Radu, Thanks for these informations and for your help. But I just saw that my expected behavior is now implemented in DITA OT 3.5: https://www.dita-ot.org/3.5/release-notes/ . The DITA 1.x specification defines cascade behaviors for maps such that <othermeta> and <source> do not cascade to child ...
- Thu Jun 18, 2020 6:14 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Custom inheritance of metadatas from maps to topics
- Replies: 2
- Views: 416
Custom inheritance of metadatas from maps to topics
Hi,
I would like, for HTML5 output, to change behavior of inheritance of metadatas from maps to topics.
It seems that is made in move-meta-entries implemented in java.
I don't know where and how can I modify this behavior?
Thanks for any help.
Regards,
Nicolas
I would like, for HTML5 output, to change behavior of inheritance of metadatas from maps to topics.
It seems that is made in move-meta-entries implemented in java.
I don't know where and how can I modify this behavior?
Thanks for any help.
Regards,
Nicolas
- Fri May 29, 2020 4:09 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: dita dependency in maven project
- Replies: 5
- Views: 794
Re: dita dependency in maven project
Hi Radu,
I will try this solution. Thanks a lot.
Regards,
Nicolas
I will try this solution. Thanks a lot.
Regards,
Nicolas
- Thu May 28, 2020 11:41 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: dita dependency in maven project
- Replies: 5
- Views: 794
Re: dita dependency in maven project
Hi Radu, I created a maven module with my custom framework and inside a java source I try to import ro.sync.ecss.extensions.dita.DITAExtensionsBundle But I have the following error when I try to build the complete project: error: package ro.sync.ecss.extensions.dita does not exist Do you know why? T...
- Wed May 27, 2020 1:33 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: dita dependency in maven project
- Replies: 5
- Views: 794
Re: dita dependency in maven project
The question in fact is: the dita.jar is available as a Maven artifact?
Nicolas
Nicolas
- Wed May 27, 2020 12:51 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: dita dependency in maven project
- Replies: 5
- Views: 794
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
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
- Wed May 06, 2020 2:35 pm
- Forum: Other Issues
- Topic: Image Map PDF output
- Replies: 7
- Views: 2794
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...
- Tue Apr 14, 2020 9:38 am
- Forum: Common Problems
- Topic: Web Author "Paste as XML" shortcuts
- Replies: 7
- Views: 1054
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 shorcut...
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 shorcut...
- Thu Apr 09, 2020 7:59 pm
- Forum: Common Problems
- Topic: Web Author "Paste as XML" shortcuts
- Replies: 7
- Views: 1054
Re: Web Author "Paste as XML" shortcuts
Hi Cristian,
Did you commit it on github?
Regards,
Nicolas
Did you commit it on github?
Regards,
Nicolas
- Thu Apr 09, 2020 5:54 pm
- Forum: Common Problems
- Topic: Web Author "Paste as XML" shortcuts
- Replies: 7
- Views: 1054
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 reuse it nothing append...
- Wed Apr 08, 2020 11:23 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Oxygen Toolbar DITA icons
- Replies: 2
- Views: 504
Re: Oxygen Toolbar DITA icons
Yes they are in oxygen.jar.
Thanks a lot
Regards,
Nicolas
Thanks a lot

Regards,
Nicolas
- Wed Apr 08, 2020 11:02 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Oxygen Toolbar DITA icons
- Replies: 2
- Views: 504
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.
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.
- Wed Apr 08, 2020 10:22 am
- Forum: Common Problems
- Topic: URL chooser for a custom action
- Replies: 2
- Views: 545
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:
Thanks for your help.
Regards,
Nicolas
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:
Code: Select all
<mapref href="${ask('DITA Map', relative_url, '')}"/>
Regards,
Nicolas
- Tue Apr 07, 2020 5:51 pm
- Forum: Common Problems
- Topic: URL chooser for a custom action
- Replies: 2
- Views: 545
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 = ????"). MaprefAction = function(...
- Tue Apr 07, 2020 10:17 am
- Forum: Common Problems
- Topic: Web Author "Paste as XML" shortcuts
- Replies: 7
- Views: 1054
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 possible at lea...
- 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: 3120
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-master-set> <fo:simple-page-master master...
- 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: 1369
Re: Xspec test fail in Oxygen 21 because of saxon version
Hi Sorin,
Thanks, now it works
Thanks, now it works

- 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: 1369
Re: Xspec test fail in Oxygen 21 because of saxon version
Hello Sorin,
Thanks for your workaround, now it works
Thanks for your workaround, now it works

- 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: 1369
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 ...
- Tue Mar 19, 2019 6:11 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Is it possible to chain DITA-OT plugins
- Replies: 2
- Views: 755
Re: Is it possible to chain DITA-OT plugins
Thanks for your help.