Hi Ann,
No problem, thanks.
Regards,
Radu
Search found 7405 matches
- Wed Apr 21, 2021 2:19 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Reuse DITA content in Zendesk
- Replies: 6
- Views: 1654
- Wed Apr 21, 2021 12:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Reuse DITA content in Zendesk
- Replies: 6
- Views: 1654
Re: Reuse DITA content in Zendesk
Hi Ann, We were considering creating a DITA Open Toolkit plugin which produces HTML and then uploads the content to Zendesk based on certain parameters set to it (like the user/password authentication, the domain). I was trying to gather ideas about what the plugin should do in order to be useful. F...
- Wed Apr 21, 2021 8:07 am
- Forum: Common Problems
- Topic: PDF Transform failing on topics with youtube links
- Replies: 4
- Views: 58
Re: PDF Transform failing on topics with youtube links
Hi, You can manually edit the "com.oxygenxml.media/plugin.xml" file and remove from it these 2 lines: <feature extension="com.oxygenxml.pdf.css.xsl.merged2html5" value="xhtmlMedia.xsl" type="file"/> <feature extension="com.oxygenxml.pdf.css.xsl.merged2html5.parameters" value="insertParameters.xml" t...
- Tue Apr 20, 2021 9:06 am
- Forum: Common Problems
- Topic: PDF Transform failing on topics with youtube links
- Replies: 4
- Views: 58
Re: PDF Transform failing on topics with youtube links
Hi Candy, The DITA Open Toolkit bundled with an Oxygen installation has a special plugin installed which adds support for referencing videos in DITA content. The plugin can be found here: https://github.com/oxygenxml/dita-media-support Have you installed the plugin I mention above in your custom DIT...
- Tue Apr 20, 2021 8:59 am
- Forum: Common Problems
- Topic: Place caption below image
- Replies: 5
- Views: 1442
Re: Place caption below image
Hi Yuri, CHMs contain inside HTML documents, you can use an utility like 7-zip to look inside a CHM. From what I remember Windows help output is limited for compatibility reasons to a very old internet explorer version. I think also the HTML documents inside the CHM have some metadata in the <head> ...
- Mon Apr 19, 2021 4:37 pm
- Forum: Common Problems
- Topic: Place caption below image
- Replies: 5
- Views: 1442
Re: Place caption below image
Hi,
Can you give me more details about what type of output you obtain from DITA? By "HTML Help" do you mean Windows Help (CHM) or Oxygen WebHelp output? Or plain HTML5 that you customize further?
Regards,
Radu
Can you give me more details about what type of output you obtain from DITA? By "HTML Help" do you mean Windows Help (CHM) or Oxygen WebHelp output? Or plain HTML5 that you customize further?
Regards,
Radu
- Wed Apr 14, 2021 7:00 am
- Forum: Other Issues
- Topic: XML Author doesn't respond
- Replies: 14
- Views: 577
Re: XML Author doesn't respond
Hi Toshihiko,
Thanks for confirming this. All the best from the Oxygen team!
Regards,
Radu
Thanks for confirming this. All the best from the Oxygen team!
Regards,
Radu
- Tue Apr 13, 2021 12:58 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Need to put Last Updated in the body of a topic
- Replies: 23
- Views: 1479
Re: Need to put Last Updated in the body of a topic
Hi,
We released a minor bug fix release of Oxygen 23.1 on our web site and it should have a fix for this problem:
https://www.oxygenxml.com/build_history.html#2021040908
Regards,
Radu
We released a minor bug fix release of Oxygen 23.1 on our web site and it should have a fix for this problem:
https://www.oxygenxml.com/build_history.html#2021040908
Regards,
Radu
- Tue Apr 13, 2021 12:54 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Auto Fill date in Oxygen!
- Replies: 9
- Views: 434
Re: Auto Fill date in Oxygen!
Hi,
The latest minor bug fix of Oxygen 23.1 on our web site should have a fix for this issue.
Regards,
Radu
The latest minor bug fix of Oxygen 23.1 on our web site should have a fix for this issue.
Regards,
Radu
- Tue Apr 13, 2021 12:49 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: keywords in conrefs not resolving
- Replies: 2
- Views: 99
Re: keywords in conrefs not resolving
Hi,
The Oxygen 23.1 minor bug fix release which includes the fix described above is now available on our website:
https://www.oxygenxml.com/build_history.html#2021040908
Regards,
Radu
The Oxygen 23.1 minor bug fix release which includes the fix described above is now available on our website:
https://www.oxygenxml.com/build_history.html#2021040908
Regards,
Radu
- Tue Apr 13, 2021 12:48 pm
- Forum: Other Issues
- Topic: XML Author doesn't respond
- Replies: 14
- Views: 577
Re: XML Author doesn't respond
Hi,
The minor 23.1 bug fix is now available on our web site:
https://www.oxygenxml.com/build_history.html#2021040908
Regards,
Radu
The minor 23.1 bug fix is now available on our web site:
https://www.oxygenxml.com/build_history.html#2021040908
Regards,
Radu
- Tue Apr 13, 2021 11:03 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Template Tab???
- Replies: 2
- Views: 125
Re: Template Tab???
Hi, Incidentally I encountered such a situation about a week ago, this particular end user had a DITA DTD specialization (so they were not using the base DITA DTDs) and the DITA Map specialization DTD did not adhere to the DITA specialization standard, the top level map and topic element definitions...
- Tue Apr 13, 2021 8:22 am
- Forum: General XML Questions
- Topic: How can I prevent whitespace between elements when inserting via an action in Oxygen Author Mode?
- Replies: 6
- Views: 71
Re: How can I prevent whitespace between elements when inserting via an action in Oxygen Author Mode?
Hi Jolanda, Thanks for the details about the actual TEI P5 element name. I run some more tests on my side, another possibility to achieve what you wanted would have been to go to the Preferences->"Editor / Format / XML" page and add "app" as a space-preserve element or add a custom CSS for the Autho...
- Mon Apr 12, 2021 2:10 pm
- Forum: General XML Questions
- Topic: How can I prevent whitespace between elements when inserting via an action in Oxygen Author Mode?
- Replies: 6
- Views: 71
Re: How can I prevent whitespace between elements when inserting via an action in Oxygen Author Mode?
Hi Jolanda, And how does the XML element look like in the Text editing mode? Does it look like this? <e1> <e2>[TEXT]</e2> </e1> When the content edited in the Author visual editing mode gets serialized to XML, for each XML element Oxygen tries to decide if its contents are element-only (like in the ...
- Mon Apr 12, 2021 11:41 am
- Forum: General XML Questions
- Topic: How can I prevent whitespace between elements when inserting via an action in Oxygen Author Mode?
- Replies: 6
- Views: 71
Re: How can I prevent whitespace between elements when inserting via an action in Oxygen Author Mode?
Hi Jolanda, Could you give us some details about how you have set up that action? Did you set up as an action specific to the Author visual editing mode in the framework associated to your XML document? If so what operation does the action invoke and with what parameters? About the element "<e1>", d...
- Mon Apr 12, 2021 8:35 am
- Forum: Common Problems
- Topic: How control heading styles in PDF output?
- Replies: 1
- Views: 47
Re: How control heading styles in PDF output?
Hi Carl, From what I remember there are XSLTs in the base DITA PDF plugin like this one: OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT3.x/plugins/org.dita.pdf2/cfg/fo/attrs/topic-attr.xsl which contain attribute sets like this: <xsl:attribute-set name="topic.topic.topic.topic.topic.topic.title" use-att...
- Mon Apr 12, 2021 8:28 am
- Forum: Common Problems
- Topic: PDF XSL-FO won't compile in Oxygen 23.1
- Replies: 7
- Views: 195
Re: PDF XSL-FO won't compile in Oxygen 23.1
Hi Carl, Yes. About your particular situation I'm afraid our tech support help does not cover migrating old XSL-FO based customizations. But if you have particular questions I can try to help as time allows. Our present and future focus is on our CSS-based PDF publishing which allows to customize PD...
- Mon Apr 12, 2021 7:57 am
- Forum: Other Issues
- Topic: XML Author doesn't respond
- Replies: 14
- Views: 577
Re: XML Author doesn't respond
Hi Toshihiko,
As I said, please email us if you want a custom build of 23.1 with the problem fixed. We plan to upload the official 23.1 minor bug fix release on our web site in a couple of days.
Regards,
Radu
As I said, please email us if you want a custom build of 23.1 with the problem fixed. We plan to upload the official 23.1 minor bug fix release on our web site in a couple of days.
Regards,
Radu
- Fri Apr 09, 2021 10:25 am
- Forum: Other Issues
- Topic: XML Author doesn't respond
- Replies: 14
- Views: 577
Re: XML Author doesn't respond
Hi Toshihiko, We are working to release Oxygen 23.1. It would be great if you could email us, tell me what flavor of Oxygen (Editor/Author) you are using and on what operating system and I can try to provide you with an installation kit. This would also help us validate the fix with your plugins. Re...
- Thu Apr 08, 2021 10:34 am
- Forum: Common Problems
- Topic: docbook to pdf customization
- Replies: 6
- Views: 188
Re: docbook to pdf customization
Hi, I'm also on Big Sur and I've used Antenna House in the past on it to produce PDFs. Somehow right now I cannot get a trial license from their side to double check this but it works something like this: 1) Go to the Preferences->"XML / PDF Output / FO Processors" page and there is an "Add Antenna ...
- Wed Apr 07, 2021 1:37 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Schematron framework negates CSS from other frameworks
- Replies: 2
- Views: 108
Re: Schematron framework negates CSS from other frameworks
Hi Dan, As a short overview, all the frameworks defined in the "Document Type Association" page have association rules. When Oxygen opens an XML document, it goes through that list of document types from top to bottom, the first document type association which matches the XML document (which has ass...
- Wed Apr 07, 2021 1:12 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Transformation scenarios for parent map and submaps
- Replies: 2
- Views: 86
Re: Transformation scenarios for parent map and submaps
Hi, In general when in a DITA Map you refer to other DITA Maps, when publishing topic references from those submaps get brought together in the main DITA Map. In this process metadata information in those submaps might be lost as they are treated as transparent containers of topic references. You ca...
- Wed Apr 07, 2021 12:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA-OT Transformation failed.
- Replies: 5
- Views: 171
Re: DITA-OT Transformation failed.
Hi Leah, Did you upgrade to Oxygen 23.0 or 23.1? You can find this out in the Oxygen main menu Help->About dialog. I would recommend you upgrade to Oxygen 23.1. When you download Oxygen 23.1 from our web site: https://www.oxygenxml.com/xml_editor/download_oxygenxml_editor.html?os=Windows there are t...
- Mon Apr 05, 2021 6:14 pm
- Forum: Common Problems
- Topic: docbook to pdf customization
- Replies: 6
- Views: 188
Re: docbook to pdf customization
Hi, As Apache FOP is an open source product, it gets tested mostly with free fonts so it's possible that it has difficulties with newer fonts. At the same time maybe the fonts themselves might have some small problems which confuse FOP. If you have the time some day maybe as a test you can download ...
- Mon Apr 05, 2021 1:41 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Merge DITA-OT similar Plugins
- Replies: 1
- Views: 67
Re: Merge DITA-OT similar Plugins
Hi Samba,
We do not have an automated tool to merge DITA OT plugins. So you will probably need to manually try and merge the plugins one by one. I cannot give you particular advice because I do not know what your plugins do and what resources they contain.
Regards,
Radu
We do not have an automated tool to merge DITA OT plugins. So you will probably need to manually try and merge the plugins one by one. I cannot give you particular advice because I do not know what your plugins do and what resources they contain.
Regards,
Radu
- Mon Apr 05, 2021 9:54 am
- Forum: Common Problems
- Topic: docbook to pdf customization
- Replies: 6
- Views: 188
Re: docbook to pdf customization
Hi, The rendering of the XSL-FO file to PDF when converting DocBook to PDF using Oxygen is done by default using the free Apache FOP processor. The processor has a configuration file located in "OXYGEN_INSTALL_DIR/lib/fop.xconf" which has an "<auto-detect/>" setting meaning that FOP should be able t...
- Mon Apr 05, 2021 9:28 am
- Forum: General XML Questions
- Topic: How create markup?
- Replies: 2
- Views: 144
Re: How create markup?
Hi, If you have an XML document like this: <root> <price>2411</price> </root> you can create an XSLT stylesheet which adds 10% to all price elements, it would look something like this: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclud...
- Fri Apr 02, 2021 4:21 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Setting Linebreaks around elements via plugin
- Replies: 3
- Views: 279
Re: Setting Linebreaks around elements via plugin
Hi, About this remark: It appears by setting it via setGlobalObjectProperty() we can set the default Actually you are imposing the option, so it's exactly like calling "importGlobalOptions(optionsFile)". If you do not want to impose the option all the time when Oxygen is started, maybe you can impos...
- Fri Apr 02, 2021 9:59 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Setting Linebreaks around elements via plugin
- Replies: 3
- Views: 279
Re: Setting Linebreaks around elements via plugin
Hi, You can do something like this: PluginWorkspaceProvider.getPluginWorkspace().setGlobalObjectProperty("editor.format.break.line.elements", new ro.sync.exml.serialize.state.BreakLineElement[] { new BreakLineElement("*", BreakLineElement.NO_BREAK) }); but we also have this API: PluginWorkspaceProvi...
- Fri Apr 02, 2021 9:55 am
- Forum: General XML Questions
- Topic: mini refresh on set/remove pseudoclass?
- Replies: 3
- Views: 120
Re: mini refresh on set/remove pseudoclass?
Hi, Most of our API is not thread safe. So if you have started a separate thread and want to use our API you can do something like: Runnable runnable = new Runnable() { @Override public void run() { //Work with API here. } }; if(! SwingUtilities.isEventDispatchThread()) { SwingUtilities.invokeAndWai...