|
Glossary question
Hi, The DITA OT 1.4 release (http://dita-ot.sourceforge.net/SourceForgeFiles/doc/release_14.html) shows a "glossary" XML sample in the "* Glossary-related elements*" section. According to this sample
Hi, The DITA OT 1.4 release (http://dita-ot.sourceforge.net/SourceForgeFiles/doc/release_14.html) shows a "glossary" XML sample in the "* Glossary-related elements*" section. According to this sample
|
By
Radu Coravu
· #10193
·
|
|
Java command: Unsupported major.minor version 48.0
Dear Kevin, I received the same error with DITA-OT and IDIOM. It seems the IDIOM project compiles the java classes with Java 1.6 when making the jar libraries and ANT transformations with IDIOM only r
Dear Kevin, I received the same error with DITA-OT and IDIOM. It seems the IDIOM project compiles the java classes with Java 1.6 when making the jar libraries and ANT transformations with IDIOM only r
|
By
Radu Coravu
· #10252
·
|
|
Problem generating bookmarks for PDF using Apache FOP 0.94
Hi,. The DITA OT ANT PDF transformation generates in the output FO file "fox:outline" tags for bookmarks which is the old way in which bookmarks were generated in Apache FOP. See this: http://xmlgraph
Hi,. The DITA OT ANT PDF transformation generates in the output FO file "fox:outline" tags for bookmarks which is the old way in which bookmarks were generated in Apache FOP. See this: http://xmlgraph
|
By
Radu Coravu
· #10406
·
|
|
Problem generating bookmarks for PDF using Apache FOP 0.94
Hi Deborah, I made some patches in the DITA OT FO XSL's for correctly generation of 'fo:bookmark-tree''s. The IDIOM FO plugin generates an XSL with specific XEP attributes (rx:link-back) which breaks
Hi Deborah, I made some patches in the DITA OT FO XSL's for correctly generation of 'fo:bookmark-tree''s. The IDIOM FO plugin generates an XSL with specific XEP attributes (rx:link-back) which breaks
|
By
Radu Coravu
· #10440
·
|
|
Problem generating bookmarks for PDF using Apache FOP 0.94
Dear Deborah, Indeed a patch can be made to avoid setting the attribute. The problem with bookmarks,IDIOM and Apache FOP is that the XSL FO stylesheet generates bookmark anchors with inline tags like
Dear Deborah, Indeed a patch can be made to avoid setting the attribute. The problem with bookmarks,IDIOM and Apache FOP is that the XSL FO stylesheet generates bookmark anchors with inline tags like
|
By
Radu Coravu
· #10443
·
|
|
Problem generating bookmarks for PDF using Apache FOP 0.94
Hi, Thanks for the tip and stylesheet fragment. FOP 0.95 seems to be still a BETA but we'll probably integrate it in Oxygen when the official version is released. Regards, Radu
Hi, Thanks for the tip and stylesheet fragment. FOP 0.95 seems to be still a BETA but we'll probably integrate it in Oxygen when the official version is released. Regards, Radu
|
By
Radu Coravu
· #10449
·
|
|
<indexterm> in output
Hi, When using indexterm's in topics and generating pdf with IDIOM PDF2 and XEP an additional "index" page is generated. Why is not such a page generate when transforming to HTML output? From what I c
Hi, When using indexterm's in topics and generating pdf with IDIOM PDF2 and XEP an additional "index" page is generated. Why is not such a page generate when transforming to HTML output? From what I c
|
By
Radu Coravu
· #10666
·
|
|
DITA editors for the Mac OS?
Dear Yves, Here are some video demonstrations with the DITA support Oxygen 9.2 offers: http://www.oxygenxml.com/demo/DITAEditing/ditaEditing.html and http://www.oxygenxml.com/demo/DITAMapsManager/dita
Dear Yves, Here are some video demonstrations with the DITA support Oxygen 9.2 offers: http://www.oxygenxml.com/demo/DITAEditing/ditaEditing.html and http://www.oxygenxml.com/demo/DITAMapsManager/dita
|
By
Radu Coravu
· #10805
·
|
|
Strange FO errors with DITA-OT 1.4.2.1 and FO 1.4.2
Dear Susan, The errors that you receive refer to the use of elements "fo:bookmark-tree" and "index-key" in the FO file generated by the IDIOM FO plugin. Those elements are newly introduced to FO and a
Dear Susan, The errors that you receive refer to the use of elements "fo:bookmark-tree" and "index-key" in the FO file generated by the IDIOM FO plugin. Those elements are newly introduced to FO and a
|
By
Radu Coravu
· #10865
·
|
|
Force task topics to new page?
Dear Fred, To perform different customizations of the PDF output you will have to edit the "dita2fo-parms.xsl" file located in the "DITA-OT/xsl/xslfo/" directory. The file contains defaults for some a
Dear Fred, To perform different customizations of the PDF output you will have to edit the "dita2fo-parms.xsl" file located in the "DITA-OT/xsl/xslfo/" directory. The file contains defaults for some a
|
By
Radu Coravu
· #10916
·
|
|
DITA editors for the Mac OS?
Hi Eric, Thanks for the suggestions. Starting from Oxygen 9.3 you can use the contextual menu in the DITA Maps view to make a topic reference to the current edited file. About using an EclipseHelp vie
Hi Eric, Thanks for the suggestions. Starting from Oxygen 9.3 you can use the contextual menu in the DITA Maps view to make a topic reference to the current edited file. About using an EclipseHelp vie
|
By
Radu Coravu
· #10948
·
|
|
Bug supplying custom CSS for XHTML transformation
Hi, One of our users uses a modified version of "commonltr.css" located in another folder but having the same name. He supplies the custom CSS file by editing the transformation settings and specifyin
Hi, One of our users uses a modified version of "commonltr.css" located in another folder but having the same name. He supplies the custom CSS file by editing the transformation settings and specifyin
|
By
Radu Coravu
· #11459
·
|
|
Bug supplying custom CSS for XHTML transformation
Hi Deborah, Indeed this seems to fix the problem. I'll let the user know about this. Thanks very much, Regards, Radu
Hi Deborah, Indeed this seems to fix the problem. I'll let the user know about this. Thanks very much, Regards, Radu
|
By
Radu Coravu
· #11462
·
|
|
Word counting software
Hi Mark, You can also apply a stylesheet on each file to count the words. See this sample below: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/
Hi Mark, You can also apply a stylesheet on each file to count the words. See this sample below: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/
|
By
Radu Coravu
· #11706
·
|
|
Question about XSL transforms (using Oxygen)
Dear Josh, Oxygen comes bundled with the latest version of DITA 1.4.2.1. You can see in this post how to output HTML with Oxygen using a frameset: http://www.oxygenxml.com/forum/post10035.html We'll p
Dear Josh, Oxygen comes bundled with the latest version of DITA 1.4.2.1. You can see in this post how to output HTML with Oxygen using a frameset: http://www.oxygenxml.com/forum/post10035.html We'll p
|
By
Radu Coravu
· #11745
·
|
|
Question about XSL transforms (using Oxygen)
Hi Josh, There is no need to build your own command line for ANT. You can use Oxygen as a custom DITA OT ANT runner. Just open a DITA Map, choose any type of output scenario for it and then in the sce
Hi Josh, There is no need to build your own command line for ANT. You can use Oxygen as a custom DITA OT ANT runner. Just open a DITA Map, choose any type of output scenario for it and then in the sce
|
By
Radu Coravu
· #11777
·
|
|
Failed xslt - how does this work?
Hi Josh, This behavior seems to be a bug in the DITA Open Toolkit pipeline stage. I tried a standard XHTML DITA OT transformation and got the following warning in the console: [pipeline] [DOTJ027W][WA
Hi Josh, This behavior seems to be a bug in the DITA Open Toolkit pipeline stage. I tried a standard XHTML DITA OT transformation and got the following warning in the console: [pipeline] [DOTJ027W][WA
|
By
Radu Coravu
· #11806
·
|
|
Failed xslt - how does this work?
Hi Josh, The safest thing to do is copy DITA OT 1.5 in a directory called "DITA-OT-1.5" in the Oxygen "frameworks/dita" directory as a sibling to the old "DITA-OT" directory. Then edit the transformat
Hi Josh, The safest thing to do is copy DITA OT 1.5 in a directory called "DITA-OT-1.5" in the Oxygen "frameworks/dita" directory as a sibling to the old "DITA-OT" directory. Then edit the transformat
|
By
Radu Coravu
· #11812
·
|
|
Bug in DITA OT IDIOM FO Plugin
Hi all, We found a bug in the DITA OT Idiom FO PDF2 plugin. If you reference from a DITA Map a topic which is saved in a file as a child of a <dita> composite the transformation fails. Sample map: <?x
Hi all, We found a bug in the DITA OT Idiom FO PDF2 plugin. If you reference from a DITA Map a topic which is saved in a file as a child of a <dita> composite the transformation fails. Sample map: <?x
|
By
Radu Coravu
· #11975
·
|
|
Bug in DITA OT IDIOM FO Plugin
Hi Deborah, Indeed problem seems to have been fixed in Revision *1.8.2.1* for the file. Thanks for the help. Regards, Radu
Hi Deborah, Indeed problem seems to have been fixed in Revision *1.8.2.1* for the file. Thanks for the help. Regards, Radu
|
By
Radu Coravu
· #11997
·
|