|
Pulling Bookmeta data into PDF footer
#CSS
#Oxygen
#PDF
Hi Chris, It would be great if you could contribute topics to the Oxygen XML Blog. Some details about how you can contribute can be found here: https://oxygenxmlblog.netlify.com/topics/welcome.html#we
Hi Chris, It would be great if you could contribute topics to the Oxygen XML Blog. Some details about how you can contribute can be found here: https://oxygenxmlblog.netlify.com/topics/welcome.html#we
|
By
Radu Coravu
· #45170
·
|
|
Pulling Bookmeta data into PDF footer
#CSS
#Oxygen
#PDF
Hi Matt, I think you will need to use an xpath expression in the CSS "content" property: https://www.oxygenxml.com/doc/ug-editor/topics/dcpp_how_to_use_in_headers_text_extracted_from_the_document__xpa
Hi Matt, I think you will need to use an xpath expression in the CSS "content" property: https://www.oxygenxml.com/doc/ug-editor/topics/dcpp_how_to_use_in_headers_text_extracted_from_the_document__xpa
|
By
Radu Coravu
· #45167
·
|
|
Fw: DITA-OT compile error
#DITA-OT
Hi Scott, Maybe you can also pass the "-v" flag to the "dita" command to see some more console output before the failure, it may include information about what XSLT stylesheet was last processed. Rega
Hi Scott, Maybe you can also pass the "-v" flag to the "dita" command to see some more console output before the failure, it may include information about what XSLT stylesheet was last processed. Rega
|
By
Radu Coravu
· #45166
·
|
|
Repeating table titles for tables that break on PDF output - Oxygen DITA
#tables
#CSS
#PDF
Hi Matt, As Chris said, we do have plans to improve on this aspect in the Oxygen Chemistry PDF processor, probably add some extra CSS extensions to control this repetition of the table title on subseq
Hi Matt, As Chris said, we do have plans to improve on this aspect in the Oxygen Chemistry PDF processor, probably add some extra CSS extensions to control this repetition of the table title on subseq
|
By
Radu Coravu
· #45154
·
|
|
Glossary in a table
#glossary
#PDF
#Oxygen
Hi Matt, Oxygen XML Editor subscription users as far as I know always benefit of the newest releases: https://www.oxygenxml.com/buy_subscription_e6_editor.html Regards, Radu Radu Coravu <oXygen/> XML
Hi Matt, Oxygen XML Editor subscription users as far as I know always benefit of the newest releases: https://www.oxygenxml.com/buy_subscription_e6_editor.html Regards, Radu Radu Coravu <oXygen/> XML
|
By
Radu Coravu
· #45153
·
|
|
Glossary in a table
#glossary
#PDF
#Oxygen
Hi Matt, Right, in Oxygen 22 which we plan to release in about a week or two you will be able to mark those two elements as table cells and their parent as a table row and the PDF output will present
Hi Matt, Right, in Oxygen 22 which we plan to release in about a week or two you will be able to mark those two elements as table cells and their parent as a table row and the PDF output will present
|
By
Radu Coravu
· #45140
·
|
|
Glossary in a table
#glossary
#PDF
#Oxygen
Hi Matt, You could use a custom CSS which would define the glossterm and the glossdef as cells. And the parent element would have display table row. Something like: *[class~="glossentry/glossterm"], *
Hi Matt, You could use a custom CSS which would define the glossterm and the glossdef as cells. And the parent element would have display table row. Something like: *[class~="glossentry/glossterm"], *
|
By
Radu Coravu
· #45133
·
|
|
Trouble using SVGs with Oxygen
#PDF
#SVG
Hi Matt, Oxygen is using the Apache Batik SVG processing engine and probably Frame uses something else. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com
Hi Matt, Oxygen is using the Apache Batik SVG processing engine and probably Frame uses something else. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com
|
By
Radu Coravu
· #45123
·
|
|
Trouble using SVGs with Oxygen
#PDF
#SVG
Hi Matt, In the Oxygen main menu "Find" there is a "Find/Replace in Files" action which you can use to search for content in all files in a certain path. Regards, Radu Radu Coravu <oXygen/> XML Editor
Hi Matt, In the Oxygen main menu "Find" there is a "Find/Replace in Files" action which you can use to search for content in all files in a certain path. Regards, Radu Radu Coravu <oXygen/> XML Editor
|
By
Radu Coravu
· #45122
·
|
|
Keyref/conkey ref conversion strategy - keyref all the things?
#conref
Hi Ed, I don't understand, do you want to convert indirect links (keyrefs) to content references (conkeyrefs)? Can you give maybe an example with how the DITA content would look like before and after
Hi Ed, I don't understand, do you want to convert indirect links (keyrefs) to content references (conkeyrefs)? Can you give maybe an example with how the DITA content would look like before and after
|
By
Radu Coravu
· #45102
·
|
|
Adding "next topic", "previous topic" throughout an entire map?
#HTML
#linking
Hi Chris, This might not be a bug, the DITA 1.3 specs for collection-type seems to always use the notion of "children": https://www.oxygenxml.com/dita/1.3/specs/archSpec/base/ditamap-attributes.html s
Hi Chris, This might not be a bug, the DITA 1.3 specs for collection-type seems to always use the notion of "children": https://www.oxygenxml.com/dita/1.3/specs/archSpec/base/ditamap-attributes.html s
|
By
Radu Coravu
· #45079
·
|
|
Odd results with glossary elements and PDF generation
#glossary
#PDF
Hi Dan, I updated the DITA content of our Oxygen user's guide to state that the print="yes" attribute must be set on the glossref so the next version of Oxygen will come with the updated documentation
Hi Dan, I updated the DITA content of our Oxygen user's guide to state that the print="yes" attribute must be set on the glossref so the next version of Oxygen will come with the updated documentation
|
By
Radu Coravu
· #45067
·
|
|
Upgrading to latest version of DITA O-T and PDF build failing
#PDF
Hi Kevin, The "dita" command takes care to contribute to the ANT classpath all the necessary libraries contributed by all plugins when the process starts. You can look in the "DITA-OT/config/env.bat"
Hi Kevin, The "dita" command takes care to contribute to the ANT classpath all the necessary libraries contributed by all plugins when the process starts. You can look in the "DITA-OT/config/env.bat"
|
By
Radu Coravu
· #45066
·
|
|
Where do YOU go for high-quality information about DITA?
#resources
Hi Mica, Right, that's what I'm currently doing for the Oxygen XML Blog, it's a public GitHub project: https://github.com/oxygenxml/blog It contains a Gradle script to build WebHelp responsive from it
Hi Mica, Right, that's what I'm currently doing for the Oxygen XML Blog, it's a public GitHub project: https://github.com/oxygenxml/blog It contains a Gradle script to build WebHelp responsive from it
|
By
Radu Coravu
· #45064
·
|
|
Odd results with glossary elements and PDF generation
#glossary
#PDF
Hi Dan, You need to explicitly set the "print='yes'" attribute on the glossref: https://github.com/dita-ot/dita-ot/issues/3328 Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com
Hi Dan, You need to explicitly set the "print='yes'" attribute on the glossref: https://github.com/dita-ot/dita-ot/issues/3328 Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com
|
By
Radu Coravu
· #45050
·
|
|
Chapter and section numbering with Oxygen XML - DITA Map PDF based on HTML5 & CSS
#CSS
#Oxygen
#PDF
Hi Matt, I stumbled on this thread, as the thread is long it was an easy stumble :) So our DITA to PDF using CSS documentation mentions: but I think the "section" wording there was originally indented
Hi Matt, I stumbled on this thread, as the thread is long it was an easy stumble :) So our DITA to PDF using CSS documentation mentions: but I think the "section" wording there was originally indented
|
By
Radu Coravu
· #45034
·
|
|
Abbreviated-form DITA-OT warning
#DITA-OT
Hi Ozana, This looks like a bug to me, I created a small sample project and reproduced it on my side (with DITA OT 3.4). I added an issue here along with a possible fix suggestion: https://github.com/
Hi Ozana, This looks like a bug to me, I created a small sample project and reproduced it on my side (with DITA OT 3.4). I added an issue here along with a possible fix suggestion: https://github.com/
|
By
Radu Coravu
· #44959
·
|
|
Getting a handle on DITA-OT extension points
#DITA-OT
#XSLT
Hi Chris, I actually wanted at some point to find the time and blog about various XSLT writing tips, I added a link to this discussion to my opened issue: https://github.com/oxygenxml/blog/issues/4 Th
Hi Chris, I actually wanted at some point to find the time and blog about various XSLT writing tips, I added a link to this discussion to my opened issue: https://github.com/oxygenxml/blog/issues/4 Th
|
By
Radu Coravu
· #44954
·
|
|
Getting a handle on DITA-OT extension points
#DITA-OT
#XSLT
Hi Chris, Please see some suggestions below: You can try something like this: That " <xsl:next-match/>" should make it possible to continue the default processing but I cannot 100% guarantee that logg
Hi Chris, Please see some suggestions below: You can try something like this: That " <xsl:next-match/>" should make it possible to continue the default processing but I cannot 100% guarantee that logg
|
By
Radu Coravu
· #44947
·
|
|
Issue with concurrent ant calls to DITA OT 2.5.4
#DITA-OT
Hi Mica, Yes, you should be able to use separate processes with the same DITA OT folder. A Java process usually locks files while reading from them (at least on Windows). But this locking means that a
Hi Mica, Yes, you should be able to use separate processes with the same DITA OT folder. A Java process usually locks files while reading from them (at least on Windows). But this locking means that a
|
By
Radu Coravu
· #44942
·
|