|
Getting Schematron to work
Hi John, Maybe you should try using the "dita" command to build output instead of directly running ant. The "dita" command takes care of loading all extra libraries provided by plugins (and this parti
Hi John, Maybe you should try using the "dita" command to build output instead of directly running ant. The "dita" command takes care of loading all extra libraries provided by plugins (and this parti
|
By
Radu Coravu
· #44483
·
|
|
DITA for forms and interactive check lists
Hi Yves, This seems feasible, at least Antenna House seems to have XSL-FO elements specific for creating form controls, see section "Advanced Forms" for an example: https://www.antennahouse.com/compre
Hi Yves, This seems feasible, at least Antenna House seems to have XSL-FO elements specific for creating form controls, see section "Advanced Forms" for an example: https://www.antennahouse.com/compre
|
By
Radu Coravu
· #44473
·
|
|
How do I obtain the correct element count?
Hi Rick, Instead of the absolute XPath "//" you should consider using ".//" which is relative to the current node. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com
Hi Rick, Instead of the absolute XPath "//" you should consider using ".//" which is relative to the current node. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com
|
By
Radu Coravu
· #44469
·
|
|
Managing revisions
Hi Yves, About this specific request: An Oxygen XML Editor plugin could be built in order to: 1) Have some kind of preferences page where you define the current @rev revision attribute value. 2) Add a
Hi Yves, About this specific request: An Oxygen XML Editor plugin could be built in order to: 1) Have some kind of preferences page where you define the current @rev revision attribute value. 2) Add a
|
By
Radu Coravu
· #44460
·
|
|
Multilingual webhelp: toggle between language versions
Hi Yves, I agree with Jang, a small HTML fragment containing a combo box and Javacript could be added to each page. In this documentation topic: https://www.oxygenxml.com/doc/versions/21.1/ug-editor/t
Hi Yves, I agree with Jang, a small HTML fragment containing a combo box and Javacript could be added to each page. In this documentation topic: https://www.oxygenxml.com/doc/versions/21.1/ug-editor/t
|
By
Radu Coravu
· #44459
·
|
|
Problem with keys to images when using branch filtering (HTML transform)
Hi Ozana, I reported some time ago the same situation for references to PDF resources: https://github.com/dita-ot/dita-ot/issues/2704 I updated the issue and added also your similar problem report. I
Hi Ozana, I reported some time ago the same situation for references to PDF resources: https://github.com/dita-ot/dita-ot/issues/2704 I updated the issue and added also your similar problem report. I
|
By
Radu Coravu
· #44433
·
|
|
seeking tips/advise/resources for transforming DITA topics to JSON
#JSON
Hi, Somehow maybe this could be thought out the other way around. Keep the UI strings in JSON as the native format and then have a DITA Open Toolkit plugin which has a pre-processing stage converting
Hi, Somehow maybe this could be thought out the other way around. Keep the UI strings in JSON as the native format and then have a DITA Open Toolkit plugin which has a pre-processing stage converting
|
By
Radu Coravu
· #44429
·
|
|
dita2markdown plugin?
Hi Nick, Actually the same DITA OT plugin which does Markdown to DITA also does DITA to Markdown as a separate transtype: https://github.com/jelovirt/org.lwdita https://www.dita-ot.org/dev/topics/dita
Hi Nick, Actually the same DITA OT plugin which does Markdown to DITA also does DITA to Markdown as a separate transtype: https://github.com/jelovirt/org.lwdita https://www.dita-ot.org/dev/topics/dita
|
By
Radu Coravu
· #44424
·
|
|
Reset Figure Numbering
Hi Santosh, You are publishing DITA to PDF using CSS, right? And you seem to be using Oxygen XML Editor's specific DITA to PDF using CSS support as the CSS code you are showing is given as an example
Hi Santosh, You are publishing DITA to PDF using CSS, right? And you seem to be using Oxygen XML Editor's specific DITA to PDF using CSS support as the CSS code you are showing is given as an example
|
By
Radu Coravu
· #44418
·
|
|
DITA processing instruction provided by Astoria to include in webhelp output
Hi Leroy, I answered on your Stack Exchange question: https://stackoverflow.com/questions/56677197/how-can-i-use-processing-instruction-value-in-a-different-xsl-template/56679010#56679010 Regards, Rad
Hi Leroy, I answered on your Stack Exchange question: https://stackoverflow.com/questions/56677197/how-can-i-use-processing-instruction-value-in-a-different-xsl-template/56679010#56679010 Regards, Rad
|
By
Radu Coravu
· #44416
·
|
|
Image map in responsive webhelp
Hi Yves, I tested on my side with a sample SVG file and a DITA image map built over it, published to WebHelp Responsive output using Oxygen 21.1 and the hotspots over the image seems to work for me. I
Hi Yves, I tested on my side with a sample SVG file and a DITA image map built over it, published to WebHelp Responsive output using Oxygen 21.1 and the hotspots over the image seems to work for me. I
|
By
Radu Coravu
· #44411
·
|
|
Schematron check for Simplified Technical English (ASD-STE100)?
Hi Yves, I got the PDF and it's an interesting read, I forwarded it to our technical writer. Unfortunately I cannot convert the PDF table to some meaningful HTML table equivalent on which I could appl
Hi Yves, I got the PDF and it's an interesting read, I forwarded it to our technical writer. Unfortunately I cannot convert the PDF table to some meaningful HTML table equivalent on which I could appl
|
By
Radu Coravu
· #44375
·
|
|
Schematron check for Simplified Technical English (ASD-STE100)?
Hi Yves, Is the PDF freely available for download? It would be interesting to convert that table in the PDF to some other kind of format, ideally HTML, then apply an XSLT stylesheet to generate the Sc
Hi Yves, Is the PDF freely available for download? It would be interesting to convert that table in the PDF to some other kind of format, ideally HTML, then apply an XSLT stylesheet to generate the Sc
|
By
Radu Coravu
· #44371
·
|
|
[Ann] Oxygen 21.1 XML Editor release
Hello everyone, We are proud to announce a new release of Oxygen XML Editor version 21.1. Here are some of the DITA-related improvements that we added: - Update the DITA Open Toolkit bundled with Oxyg
Hello everyone, We are proud to announce a new release of Oxygen XML Editor version 21.1. Here are some of the DITA-related improvements that we added: - Update the DITA Open Toolkit bundled with Oxyg
|
By
Radu Coravu
· #44366
·
|
|
initial release of DITA-plugin-utilities
Hi Chris, Thanks for sharing your DITA specialization utilities with the community. If you want to present what you did the call for proposals for the DITA OT Day 2019 in Brussels is opened: https://w
Hi Chris, Thanks for sharing your DITA specialization utilities with the community. If you want to present what you did the call for proposals for the DITA OT Day 2019 in Brussels is opened: https://w
|
By
Radu Coravu
· #44365
·
|
|
Odd FOP error on png metadata
Hi Bill, The error looks familiar to me, from time to time we have end users having this problem with particular images. Usually opening the image in a free image utility editing tool like GIMP and sa
Hi Bill, The error looks familiar to me, from time to time we have end users having this problem with particular images. Usually opening the image in a free image utility editing tool like GIMP and sa
|
By
Radu Coravu
· #44362
·
|
|
[Ann] Getting started with Oxygen XML Editor webinar
Hi everybody, We are hosting a free webinar in a few hours (Wed, May 22, 2019 6:00 PM - 7:00 PM EEST) which may be useful for those who want to get started with using Oxygen XML Editor or who want to
Hi everybody, We are hosting a free webinar in a few hours (Wed, May 22, 2019 6:00 PM - 7:00 PM EEST) which may be useful for those who want to get started with using Oxygen XML Editor or who want to
|
By
Radu Coravu
· #44360
·
|
|
Word equations to MathML?
Hi Yves, I looked a little bit inside an MS Word document containing equations and it is not serialized as MathML, it's serialized with a special namespace they have for describing the equations. Word
Hi Yves, I looked a little bit inside an MS Word document containing equations and it is not serialized as MathML, it's serialized with a special namespace they have for describing the equations. Word
|
By
Radu Coravu
· #44336
·
|
|
RoboHelp2DITA conversion
Hi, If Yves is using Oxygen XML Editor we have a batch convertor add-on which can convert HTML to DITA based on XSLT: https://github.com/oxygenxml/oxygen-resources-converter But as Jang says the conve
Hi, If Yves is using Oxygen XML Editor we have a batch convertor add-on which can convert HTML to DITA based on XSLT: https://github.com/oxygenxml/oxygen-resources-converter But as Jang says the conve
|
By
Radu Coravu
· #44317
·
|
|
selecting element based on # of occurrences of a character\]]
Hi Leigh, Maybe you can tokenize the value by "/" and use the count() function on the results: https://stackoverflow.com/questions/16664217/xslt-size-of-token-array-tokenize-number-of-tokens Regards,
Hi Leigh, Maybe you can tokenize the value by "/" and use the count() function on the results: https://stackoverflow.com/questions/16664217/xslt-size-of-token-array-tokenize-number-of-tokens Regards,
|
By
Radu Coravu
· #44311
·
|