Search found 67 matches
- Tue Jan 29, 2013 2:00 pm
- Forum: Feature Request
- Topic: Renaming version-controlled DITA files
- Replies: 5
- Views: 2426
Re: Renaming version-controlled DITA files
Awesome - thanks!
- Mon Jan 28, 2013 8:38 pm
- Forum: Feature Request
- Topic: Renaming version-controlled DITA files
- Replies: 5
- Views: 2426
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...
- Mon Jan 28, 2013 5:02 pm
- Forum: Feature Request
- Topic: Renaming version-controlled DITA files
- Replies: 5
- Views: 2426
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...
- Mon Jan 21, 2013 1:31 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: A proposal for glossary stylesheet processing
- Replies: 3
- Views: 1502
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
I am supposed to include synonyms in glossaries, so this could be very helpful.
Susanne
- Sun Jan 20, 2013 3:21 pm
- Forum: Common Problems
- Topic: start.cmd integrated with oXygen
- Replies: 3
- Views: 1173
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...
- Fri Jan 18, 2013 12:49 am
- Forum: Common Problems
- Topic: start.cmd integrated with oXygen
- Replies: 3
- Views: 1173
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...
- 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: 1456
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:
My own footer uses a different class.
Susanne
Code: Select all
div.footer{
display:none;
}
My own footer uses a different class.
Susanne
- Mon Jan 14, 2013 12:30 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp update problems
- Replies: 7
- Views: 1962
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
We will have to create help for mobile devices soon.
Could you tell me a time frame for that?
Thanks
Susanne
- Wed Jan 09, 2013 8:50 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp update problems
- Replies: 7
- Views: 1962
Re: Webhelp update problems
The breadcrumbs problem is solved, I accidentally deleted the args.hdr parameter.
- Wed Jan 09, 2013 2:55 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp update problems
- Replies: 7
- Views: 1962
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...
- Mon Jan 07, 2013 1:28 pm
- Forum: XSLT and FOP
- Topic: Searching in the output of the XSLT debugger
- Replies: 2
- Views: 1048
Re: Searching in the output of the XSLT debugger
Perfect - thank you
- Fri Jan 04, 2013 7:51 pm
- Forum: XSLT and FOP
- Topic: Searching in the output of the XSLT debugger
- Replies: 2
- Views: 1048
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...
- Fri Dec 21, 2012 6:55 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using an external DITA OT
- Replies: 6
- Views: 3177
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....
- Fri Dec 21, 2012 6:22 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using an external DITA OT
- Replies: 6
- Views: 3177
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, ...
- Fri Dec 21, 2012 2:49 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using an external DITA OT
- Replies: 6
- Views: 3177
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...
- Thu Dec 20, 2012 10:42 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Using an external DITA OT
- Replies: 6
- Views: 3177
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...
- 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: 1600
Re: List of images referenced in a DITA map
Thanks - I completely forgot DIFF directories ...
- 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: 1600
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...
- Fri May 25, 2012 12:38 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Memory problem / PDF transformation fails
- Replies: 2
- Views: 1553
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...
- Thu May 24, 2012 9:35 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Memory problem / PDF transformation fails
- Replies: 2
- Views: 1553
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...
- Wed May 23, 2012 11:30 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA Maps Manager and relationship tables
- Replies: 2
- Views: 1460
Re: DITA Maps Manager and relationship tables
Thanks, Radu, this works nicely.
- Tue May 22, 2012 5:58 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA Maps Manager and relationship tables
- Replies: 2
- Views: 1460
DITA Maps Manager and relationship tables
Is it possible to influence the way topics are displayed in the DITA Maps Manager? I am currently working on relationship tables for a huge document. I always wish there was a way to display file names in addition to topic titles.
My oXygen version ist 13.1.
Thanks for your support
Susanne
My oXygen version ist 13.1.
Thanks for your support
Susanne
- Fri May 11, 2012 6:30 pm
- Forum: Other Issues
- Topic: Author: Added toolbar is gone after restart
- Replies: 2
- Views: 1001
Re: Author: Added toolbar is gone after restart
Thanks a lot - problem solved!
- Fri May 11, 2012 4:26 pm
- Forum: Other Issues
- Topic: Author: Added toolbar is gone after restart
- Replies: 2
- Views: 1001
Author: Added toolbar is gone after restart
I normally use the XML Author (and not the Editor) to create DITA documents. I have version 13.1. Quite often, I use the XML Refactoring toolbar. But after a restart of the application, I have to display this toolbar again. Is there anything simple :wink: I can do to add this toolbar permanently? In...
- Wed May 02, 2012 8:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Reusing a range of table rows with conrefend
- Replies: 2
- Views: 1942
Re: Reusing a range of table rows with conrefend
Hi Radu, I took your sample and tried again in my files. I don't know exactly what the difference is, but it's working now. I may have added an empty row to the table head by mistake but I cannot reproduce the situation. Thanks a lot for your help ... And just for the records: I have version 13.1, t...
- Wed May 02, 2012 3:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Reusing a range of table rows with conrefend
- Replies: 2
- Views: 1942
Reusing a range of table rows with conrefend
I am trying to reuse a range of table rows with conref and conrefend. I can reuse a single row, the source code then looks similar to this: <row conref="#top__20120424115510670/row_objinsp_ID"> <entry/> </row> If I add the conrefend attribute like this, I get an error. <row conref="#t...
- Tue Jan 03, 2012 4:08 pm
- Forum: XSLT and FOP
- Topic: Problem with DITA to CHM transformation after oXygen 13 installation
- Replies: 4
- Views: 1621
Re: Problem with DITA to CHM transformation after oXygen 13 installation
Oops -
susannecm wrote:I used the online support form ...
- Tue Jan 03, 2012 3:51 pm
- Forum: XSLT and FOP
- Topic: Problem with DITA to CHM transformation after oXygen 13 installation
- Replies: 4
- Views: 1621
Re: Problem with DITA to CHM transformation after oXygen 13 installation
I used the only support form to send you the log messages. In addition to the plus plugins, there is a plug-in with additional customizations for xhtml output.
- Tue Jan 03, 2012 3:00 pm
- Forum: XSLT and FOP
- Topic: Problem with DITA to CHM transformation after oXygen 13 installation
- Replies: 4
- Views: 1621
Problem with DITA to CHM transformation after oXygen 13 installation
I have a DITA transformation scenario which uses an external DITA OT 1.5.2 and the plus plugins. It used to work with the previous version of oXygen. Yesterday I installed oXygen 13 (in addition to the old version). The transformation now fails with the following exception: debug-and-filter: [pipeli...
- Mon Dec 19, 2011 4:16 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Display of topic titles in DITA Map Manager
- Replies: 4
- Views: 1663