Search found 15 matches

by GSejourne
Fri Apr 13, 2018 3:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Images fail to appear in ODT output
Replies: 7
Views: 3751

Re: Images fail to appear in ODT output

If it helps: I just tried building ODT output from Oxygen, but this time, forcing the use of "DITA-OT" framework (instead of DITA-OT2.x by default). (In the build config, I set dita.dir=${frameworksDir}/dita/DITA-OT And it works. I now have the images inside the resulting ODT document. Sti...
by GSejourne
Fri Apr 13, 2018 2:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Images fail to appear in ODT output
Replies: 7
Views: 3751

Re: Images fail to appear in ODT output

Hi, Thanks Radu, I usually don't build the output using Oxygen, (this is all automated through CI builds), but I've been unable to get the https://github.com/dita-ot/org.dita.odt to work on a recent DITA-OT framework, and that's the reason I tested through Oxygen. If you have any advice on where I c...
by GSejourne
Tue Apr 10, 2018 5:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Images fail to appear in ODT output
Replies: 7
Views: 3751

Re: Images fail to appear in ODT output

I'm hitting the same issue, using <oXygen/> XML Editor 18.1, build 2017020917 Trying to generate an ODT file from DITA source, through Oxygen, gives me the ODT file, but no images are present inside. I could provide the build log, but no errors/warnings whatsoever. * One thing I noticed in the log, ...
by GSejourne
Tue May 02, 2017 5:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3846

Re: Customize WebHelp XSL with custom DITA-OT plugin

Hi,
I've added the following extension point to my custom plugin, and it seems to do the trick:

Code: Select all

<feature extension="com.oxygenxml.webhelp.xsl.dita2webhelp" file="xsl/api2html.xsl"/>
Is there anything else I need to do, knowing that it works ?
by GSejourne
Fri Apr 28, 2017 12:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3846

Re: Customize WebHelp XSL with custom DITA-OT plugin

Hi, I'd like to resurrect this topic, as I'm hitting the same use case. In the September thread, you say the next Oxygen release will implement this. Currently, I want to produce a Webhelp with feedback output, but I have a set of custom DITA elements which are defined in a plugin. This plugin provi...
by GSejourne
Wed Mar 16, 2016 5:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use content from ditamap to customize the PDF output
Replies: 11
Views: 5342

Re: How to use content from ditamap to customize the PDF output

@xephon I ended up designing a custom plugin instead, and this is the portion of code I added to my custom "integrator.xml" file: <condition property="outputFile" value="${dita.map.output.dir}/${outputFile.base}${xsl.formatter.ext}"> <not><isset property="outputFil...
by GSejourne
Tue May 26, 2015 4:27 pm
Forum: XML Schemas
Topic: Issue with SVG DTD validation with XEP/Oxygen (Dita source -
Replies: 14
Views: 11221

Re: Issue with SVG DTD validation with XEP/Oxygen (Dita sour

Hi, I'm having exactly the same problem as annetteb, and tried out the fix that was suggested on the yahoo group: You'll find below the diff of what I changed in the build.xml file: diff --git a/demo/fo/build.xml b/demo/fo/build.xml index 08cbcfe..1974b41 100644 --- a/demo/fo/build.xml +++ b/demo/fo...
by GSejourne
Thu Oct 23, 2014 5:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use content from ditamap to customize the PDF output
Replies: 11
Views: 5342

Re: How to use content from ditamap to customize the PDF out

I finally got around, and this was due to a bad combinations of depends. The only issue I'm having now is that since I had to modify the global demo/fo/build.xml file to make it work, I would have liked to fail gracefully and revert to the original ${outputFile} if the variable I'm passing is empty....
by GSejourne
Thu Oct 23, 2014 4:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use content from ditamap to customize the PDF output
Replies: 11
Views: 5342

Re: How to use content from ditamap to customize the PDF out

OK, here is what I've come up so far: <target name="app.main" depends="app.pdf"> <echo>Publish the PDF and HTML versions of Application documentation.</echo> <xslt in="${basedir}${file.separator}apps${file.separator}app.ditamap" out="${global.output.dir}${file.sepa...
by GSejourne
Thu Oct 23, 2014 3:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use content from ditamap to customize the PDF output
Replies: 11
Views: 5342

Re: How to use content from ditamap to customize the PDF out

Actually, I've been able to do exactly what you describe, and got a nice xml file i can use, but how do I use it to customize the PDF output name?

There is an output.dir parameter, but nothing that gives me ways to control the pdf file name...
by GSejourne
Thu Oct 23, 2014 2:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use content from ditamap to customize the PDF output
Replies: 11
Views: 5342

Re: How to use content from ditamap to customize the PDF out

Thanks, that sounds like a good idea.

I'm not familiar with ant that much though, and I'm using a single build file for many targets, which would all require specific property files.

Do you think that's still doable ?
And how would I call an xslt transformation within each target ?

Thanks
by GSejourne
Thu Oct 23, 2014 12:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to use content from ditamap to customize the PDF output
Replies: 11
Views: 5342

How to use content from ditamap to customize the PDF output

Hi, I've been using DITA-OT for quite a while, and there's something I'm still unable to do. In my app.ditamap file, I have the <prodinfo> properly filled, like : <prodinfo> <prodname>Application Name</prodname> <vrmlist> <vrm modification="Oct 15, 2014" version="3.2"/> </vrmlist...
by GSejourne
Tue Mar 15, 2011 4:37 pm
Forum: XSLT and FOP
Topic: Using ant transformations from DITA-OT Oxygen Framework outs
Replies: 3
Views: 2471

Re: Using ant transformations from DITA-OT Oxygen Framework outs

Alright,

I have some leads then, but still doesn't work.
I'm still getting java classpath errors...

While looking at the shipped build.xml file in the /DITA-OT dir, it seems it contains a bunch of Oxygen hacks...

Is this the place to look ?
by GSejourne
Tue Mar 15, 2011 1:02 pm
Forum: XSLT and FOP
Topic: Using ant transformations from DITA-OT Oxygen Framework outs
Replies: 3
Views: 2471

Using ant transformations from DITA-OT Oxygen Framework outs

I'm trying to use the ant transformations of the built-in DITA-OT framework, which work fine inside Oxygen, outside the editor, using CLI. Like ant -f mybuildfile.xml mytarget . I previously used a manually installed dita-ot environment, and this used to work well, once you set all necessary env var...