Search found 107 matches

by susannecm
Tue Oct 24, 2017 1:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Numbering plugin for PDF output
Replies: 5
Views: 3601

Re: Numbering plugin for PDF output

Hi Radu, thanks - unfortunately, there are more adjustments required. In documents without parts, the numbering is fine. However, in documents with parts, the numbering is like this: Part II Chapter 5 Topic 2.1.1 Topic 2.1.2 I believe it should be like this: Part II Chapter 5 Topic 5.1 Topic 5.2 I'm...
by susannecm
Fri Oct 20, 2017 8:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Testing XPATH expressions in DITA bookmaps
Replies: 3
Views: 2355

Testing XPATH expressions in DITA bookmaps

Hi, I have a bookmap that contains references to other maps, and I am looking for an XPATH expression that gives me the parent chapter for a given topicref. Can I test this in the XPATH toolbar in oXygen? The bookmap is open in the DITA Maps Manager, and the scope is set to Current DITA map hierarch...
by susannecm
Fri Oct 20, 2017 4:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Numbering plugin for PDF output
Replies: 5
Views: 3601

Re: Numbering plugin for PDF output

Hi,
I added one more condition to the xsl:choose:

<xsl:when test="self::*[contains(@class, ' bookmap/part ')]"/>
<!-- Do not add numbers for parts -->

Maybe other DITA users want numbered headings too.

Kind regards
Susanne Muris
by susannecm
Tue Oct 17, 2017 2:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF2 customizing a customisation...
Replies: 3
Views: 2261

Re: PDF2 customizing a customisation...

Hi Geert,
I don't know whether that's the best way to handle this, but I have my plugins in Subversion, and I use SVN externals for files that are in both plugins.
HTH
Susanne
by susannecm
Mon Oct 16, 2017 1:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Numbering plugin for PDF output
Replies: 5
Views: 3601

Re: Numbering plugin for PDF output

Thank you for the quick fix!
by susannecm
Fri Oct 13, 2017 2:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Numbering plugin for PDF output
Replies: 5
Views: 3601

Numbering plugin for PDF output

I've been testing the numbering plugin com.oxygenxml.pdf2.topic.numbering-master. It almost does what I need :wink: However, there is one problem: the numbers are also added to elements that are already numbered by default. For example, chapters are then numbered twice, like so: Chapter 1: 1 Introdu...
by susannecm
Sat May 17, 2014 11:35 pm
Forum: Feature Request
Topic: Moving or packaging a ditamap
Replies: 4
Views: 4164

Re: Moving or packaging a ditamap

Hi Radu,

for various reasons we couldn't update to the new release yet.
Meanwhile I am preparing the update and the first thing I tried after installing the new version is this feature - it's exactly what we needed and already making things easier than before, so thanks a lot.

Kind regards

Susanne
by susannecm
Tue Feb 26, 2013 5:44 pm
Forum: Feature Request
Topic: Moving or packaging a ditamap
Replies: 4
Views: 4164

Re: Moving or packaging a ditamap

Hi Radu, at the moment, the Suite Solutions packager works with my maps. I checked this several times by validating the source and the copy. Another person from the Yahoo group reported problems - maybe because they use keyrefs and we don't use them (yet), but that's just a guess. The second package...
by susannecm
Tue Feb 26, 2013 3:51 pm
Forum: Feature Request
Topic: Moving or packaging a ditamap
Replies: 4
Views: 4164

Moving or packaging a ditamap

I am looking for an option to export all of the local files used and referenced in a ditamap to another directory, including referenced graphics, coderefs, conrefs etc. The feature is required in order to prepare ditamaps for translation. Currently, I use a packager from Suite Solutions for this pur...
by susannecm
Tue Jan 29, 2013 2:00 pm
Forum: Feature Request
Topic: Renaming version-controlled DITA files
Replies: 5
Views: 4668

Re: Renaming version-controlled DITA files

Awesome - thanks!
by susannecm
Mon Jan 28, 2013 8:38 pm
Forum: Feature Request
Topic: Renaming version-controlled DITA files
Replies: 5
Views: 4668

Re: Renaming version-controlled DITA files

Hi Radu, And you are using the SVN Client which is bundled with Oxygen, right? No, I don't. At the moment, I am using Tortoise. This client is widely used in our company and I had it already before I started using oXygen. I may have missed something, but the Synchro SVN Client looked like an externa...
by susannecm
Mon Jan 28, 2013 5:02 pm
Forum: Feature Request
Topic: Renaming version-controlled DITA files
Replies: 5
Views: 4668

Renaming version-controlled DITA files

I have just migrated a Word document to DITA and I am also migrating a FrameMaker book to DITA. For the Word doc, I used the new rename resource feature for the first time, and I really like this feature. Unfortunately, I will not be able to use it that often (actually, only in the migration context...
by susannecm
Mon Jan 21, 2013 1:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: A proposal for glossary stylesheet processing
Replies: 3
Views: 3033

Re: A proposal for glossary stylesheet processing

Thanks a lot for sharing this!
I am supposed to include synonyms in glossaries, so this could be very helpful.

Susanne
by susannecm
Sun Jan 20, 2013 3:21 pm
Forum: Common Problems
Topic: start.cmd integrated with oXygen
Replies: 3
Views: 2292

Re: start.cmd integrated with oXygen

Hi Radu, I do have oXygen 14.1 and found the transformation. It worked straight away, so easy :D . Before that, I had already made more attempts to fix start.cmd. But this does not only require to modify Ant home, Saxon is also somewhere else, and then you need a different version of Saxon. This get...
by susannecm
Fri Jan 18, 2013 12:49 am
Forum: Common Problems
Topic: start.cmd integrated with oXygen
Replies: 3
Views: 2292

start.cmd integrated with oXygen

I am trying to convert a Word document to DITA using the OT integrated with oXygen und the DITA4Publishers plugin. Since I dont't know how to set up a transformation scenario for this, for a start, I'm trying to call the plugin via the command line. The start.cmd file in the oXygen directory sets AN...
by susannecm
Thu Jan 17, 2013 12:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing webhelp in XML Author to remove
Replies: 3
Views: 3029

Re: Customizing webhelp in XML Author to remove

I was looking for a less intrusive way to remove the footer. Setting the following in my custom stylesheet seems to work:

Code: Select all


div.footer{  
display:none;
}
My own footer uses a different class.

Susanne
by susannecm
Mon Jan 14, 2013 12:30 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp update problems
Replies: 7
Views: 4320

Re: Webhelp update problems

That is very interesting information.
We will have to create help for mobile devices soon.
Could you tell me a time frame for that?

Thanks
Susanne
by susannecm
Wed Jan 09, 2013 8:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp update problems
Replies: 7
Views: 4320

Re: Webhelp update problems

The breadcrumbs problem is solved, I accidentally deleted the args.hdr parameter.
by susannecm
Wed Jan 09, 2013 2:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp update problems
Replies: 7
Views: 4320

Webhelp update problems

I've been using Webhelp with oXygen 13.2 and I am currently trying to update to version 14.1 (I have custom stylesheets). The transformation now creates index.html and index_frames.html. I very much prefer index_frames.html because it looks a lot better and it can be localized properly. However, whe...
by susannecm
Mon Jan 07, 2013 1:28 pm
Forum: XSLT and FOP
Topic: Searching in the output of the XSLT debugger
Replies: 2
Views: 2021

Re: Searching in the output of the XSLT debugger

Perfect - thank you
by susannecm
Fri Jan 04, 2013 7:51 pm
Forum: XSLT and FOP
Topic: Searching in the output of the XSLT debugger
Replies: 2
Views: 2021

Searching in the output of the XSLT debugger

I am working on a DITA plugin for custom PDF output and used the XSLT debugger to transform stage1.xml with topic2fo_shell.xsl which was very helpful. However, there was one thing that always took very long: Finding a particular text fragment in the FO output. Is there a way to search the output? An...
by susannecm
Fri Dec 21, 2012 6:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using an external DITA OT
Replies: 6
Views: 5450

Re: Using an external DITA OT

Hmm - there seems to be a problem with the environment variable. The transformation works if I use absolute path instead of an environment variable. file:/C:/DITA-OT1.6.3/ file:/C:/DITA-OT1.6.3/lib/ file:/C:/DITA-OT1.6.3/lib/commons-codec-1.4.jar file:/C:/DITA-OT1.6.3/lib/dost.jar file:/C:/DITA-OT1....
by susannecm
Fri Dec 21, 2012 6:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using an external DITA OT
Replies: 6
Views: 5450

Re: Using an external DITA OT

Hi Sorin, yes, the class file is there. Very strange ... The problem may not be just dost. I switched on verbose logging. Even though I can't see where the problem is in the output, it contains a warning: [available] Unable to load class com.ibm.icu.text.Collator I added icu4j.jar to the libraries, ...
by susannecm
Fri Dec 21, 2012 2:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using an external DITA OT
Replies: 6
Views: 5450

Re: Using an external DITA OT

Hi Sorin, I'm still having problems with the libraries. dita.dir points to an environment variable DITA_HOME. The Advanced tab contains the entries below: ${oxygenHome}/classes/ ${oxygenHome}/lib/oxygen.jar ${oxygenHome}/lib/oxygenAuthor.jar ${oxygenHome}/lib/oxygenDeveloper.jar ${oxygenHome}/lib/ox...
by susannecm
Thu Dec 20, 2012 10:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using an external DITA OT
Replies: 6
Views: 5450

Using an external DITA OT

I would like to update my oXygen 13.1 installation but if I do so my custom PDF output will stop working. My plan for the future is to use an external DITA OT and to create a custom PDF plugin (at the moment I use a customization folder and the integrated DITA OT). So far I have installed an externa...
by susannecm
Mon Jul 30, 2012 6:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: List of images referenced in a DITA map
Replies: 3
Views: 3034

Re: List of images referenced in a DITA map

Thanks - I completely forgot DIFF directories ...
by susannecm
Mon Jul 30, 2012 12:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: List of images referenced in a DITA map
Replies: 3
Views: 3034

List of images referenced in a DITA map

I've just migrated a large manual to DITA and i believe that my images directory now contains quite a few images that are no longer used. I would like to clean this up, but it seems very cumbersome to search for the name of every image file. What I would like to have is an alphabetically sorted list...
by susannecm
Fri May 25, 2012 12:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Memory problem / PDF transformation fails
Replies: 2
Views: 2761

Re: Memory problem / PDF transformation fails

Hi Radu, I had already tried -Xmx1024m yesterday, after posting this, and the build failed again. This morning, I did some minor changes to the docs (including changes of, buut these footnotes have been there for weeks). Then I tried the transformatin again, and it worked. So for now, the problem se...
by susannecm
Thu May 24, 2012 9:35 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Memory problem / PDF transformation fails
Replies: 2
Views: 2761

Memory problem / PDF transformation fails

I have a document of 1100 pages which transformed nicely until today (didn't add that much today). I'm using oXygen 13.1 with RenderX XEP. The error message is: BUILD FAILED C:\Oxygen XML Editor 13\frameworks\dita\DITA-OT\build.xml:38: The following error occurred while executing this line: C:\Oxyge...