Search found 11 matches

by easirois
Wed Nov 15, 2023 8:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trying to add support for new output type for highlight plugin.
Replies: 3
Views: 307

Re: Trying to add support for new output type for highlight plugin.

Looks looks like I found the issue. In order for an <xslt> process in the Ant files to pick up the classpath information from the main build file it needs to be wrapped inside a pipeline element. Once that happens, then I'm getting the proper template called in the xslt. <pipeline> <xslt/> </pipeline>
by easirois
Wed Nov 15, 2023 7:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trying to add support for new output type for highlight plugin.
Replies: 3
Views: 307

Re: Trying to add support for new output type for highlight plugin.

I'm using a custom version of DITA OT 3.7.4. Trying to debug with editor 25.1.
by easirois
Wed Nov 15, 2023 6:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trying to add support for new output type for highlight plugin.
Replies: 3
Views: 307

Trying to add support for new output type for highlight plugin.

Hi, I'm trying to add support for a new output type for the syntax highlighting plugin but running into an issue getting the template to be executed and essentially, trying to emulate the PDF portion to support Miramo. I have started with copying the pdfHighlight.xsl as the basis of the customizatio...
by easirois
Mon Nov 28, 2022 8:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: xmltask usage in plugins using old XPATH API
Replies: 2
Views: 1481

xmltask usage in plugins using old XPATH API

Hi, I have recently updated to v25 with the updated JDK. Executing: "C:\Ixiasoft\og\client-og-6.3\data\dita-ot-2.5.4/bin/dita.bat" -v -f xhtml-client -o C:\Ixiasoft\projects\client\Hazard-and-Warning\Hazards_Warnings_and_Cautions.Export[DRM].English\content\authoring/out/xhtml-client -t C:...
by easirois
Mon Nov 28, 2022 8:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: svg-container doesn't an external image reference
Replies: 12
Views: 1710

Re: svg-container doesn't an external image reference

Hi, The following markup works for me in the test.html file. We have a bunch of clients that have 'interactive' svg files and using object is the only way the get them working in a web browser. <img src="test.svg"/> <object type="image/svg+xml" data="test.svg"> <!-- You...
by easirois
Tue Jan 14, 2020 8:41 pm
Forum: XSLT and FOP
Topic: PDF Syntax Highlighting
Replies: 4
Views: 2185

Re: PDF Syntax Highlighting

And when I try to output XHTML, then I get the following error: java.lang.ClassNotFoundException: net.sf.saxon.om.AxisInfo Which is not available in the version of Saxon that is shipped with that version of the OT. But then we get into a chicken and egg issue. If i update the version of Saxon that c...
by easirois
Tue Jan 14, 2020 6:20 pm
Forum: XSLT and FOP
Topic: PDF Syntax Highlighting
Replies: 4
Views: 2185

Re: PDF Syntax Highlighting

Hi Radu, I did place the plugins in a vanilla OT and ran the build for pdf2. I placed a bunch of "woohoo" messages in the pdfHighlight.xsl file and they do appear in the logs. So the template is being called, but the syntax highlight is not found in the output. transform.topic2fo.main: [xs...
by easirois
Fri Jan 03, 2020 5:13 am
Forum: XSLT and FOP
Topic: PDF Syntax Highlighting
Replies: 4
Views: 2185

PDF Syntax Highlighting

Hi, I'm trying to get syntax highlighting to work in a PDF output outside of oXYgen (16.1) with DITA 1.8.5. I do have a license for webhelp and both plugins (webhelp and highlight), but I can't get the highlighting to work at all. It just keeps defaulting to the code in the grey background. Is there...
by easirois
Sun Mar 29, 2015 11:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adding custom dialog from element drop down menu in author v
Replies: 2
Views: 2180

Re: Adding custom dialog from element drop down menu in auth

I see there's a sample code in the SDK but it seems to be available from everywhere. I would like it to be more context specific. So do I need to look at the
InsertElementOperation
to be able to do an action on s specific element.
by easirois
Fri Mar 27, 2015 6:49 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Adding custom dialog from element drop down menu in author v
Replies: 2
Views: 2180

Adding custom dialog from element drop down menu in author v

Hi, Is it possible to launch a dialog add a custom dialog for a specific element in the dropdown list from the author view, something like the current image dialog? I would expect at some point to use the ro.sync.ecss.extensions.commons.operations API to plop down some text after the user has made s...
by easirois
Thu Feb 04, 2010 10:43 pm
Forum: Common Problems
Topic: PDF2 - Error processing foreign attribute: "link-back"
Replies: 8
Views: 6108

Re: PDF2 - Error processing foreign attribute: "link-back"

What version of Java are you using? We have noticed the same issue with a release of IBM JDK 6.0 SR7. If we move to an earlier service release, then everything is fine. We are using DITA-OT 1.5 and the "pdf" transtype.

Kind regards,
Eric