|
CCMS and Portability of DITA
Hi Chris, I suggest using the dita2dita plugin that comes bundled with DITA-OT and then extending it with a mapping of your changes as a “system interoperability” plugin output. (You can use the plugi
Hi Chris, I suggest using the dita2dita plugin that comes bundled with DITA-OT and then extending it with a mapping of your changes as a “system interoperability” plugin output. (You can use the plugi
|
By
Nicholas Mucks
· #43980
·
|
|
CCMS and Portability of DITA
Hi Cud, I’ll comment on this problem statement: “”” Enterprise A offers to send Enterprise B their prepared source every week, so Enterprise B can produce their branded output -- PDFs and HTML that co
Hi Cud, I’ll comment on this problem statement: “”” Enterprise A offers to send Enterprise B their prepared source every week, so Enterprise B can produce their branded output -- PDFs and HTML that co
|
By
Nicholas Mucks
· #43968
·
|
|
Experience Using Azure DevOps Pipelines with DITA OT?
Hi Eliot, We have teams using Electricflow. It automates tasks against a VM hosting a DITA-OT environment. When a user submits content to Perforce, that triggers an Electricflow procedure to run the D
Hi Eliot, We have teams using Electricflow. It automates tasks against a VM hosting a DITA-OT environment. When a user submits content to Perforce, that triggers an Electricflow procedure to run the D
|
By
Nicholas Mucks
· #43878
·
|
|
Using regular maps as a bookmap
Thanks, Radu. I ended up experimenting with inserting an XSLT target after the preprocess step and before the PDF-specific ANT targets in the plugin. The XSLT transforms the ditamap in temp to a bookm
Thanks, Radu. I ended up experimenting with inserting an XSLT target after the preprocess step and before the PDF-specific ANT targets in the plugin. The XSLT transforms the ditamap in temp to a bookm
|
By
Nicholas Mucks
· #43877
·
|
|
Marking up content automatically: timesavers?
Hi Yves, Have you considered building a Schematron file with your patterns? You could use this to match certain criteria and then apply an XSLT when necessary. Take care,- Nick Sent from mobile
Hi Yves, Have you considered building a Schematron file with your patterns? You could use this to match certain criteria and then apply an XSLT when necessary. Take care,- Nick Sent from mobile
|
By
Nicholas Mucks
· #43876
·
|
|
Using regular maps as a bookmap
Hi! We’re using ditamaps, not bookmaps. Is there a simple way to tell the pdf plugin to render all first-level topics as a chapter? We’d like for a regular ditamap to publish like a bookmap with chapt
Hi! We’re using ditamaps, not bookmaps. Is there a simple way to tell the pdf plugin to render all first-level topics as a chapter? We’d like for a regular ditamap to publish like a bookmap with chapt
|
By
Nicholas Mucks
· #43860
·
|
|
FOP errors
Thanks, Chris. I experimented a bit and it turns out that fop is a bit more sensitive than ah for logical errors in the attribute sets. All good now. Your suggestion on testing with a different versio
Thanks, Chris. I experimented a bit and it turns out that fop is a bit more sensitive than ah for logical errors in the attribute sets. All good now. Your suggestion on testing with a different versio
|
By
Nicholas Mucks
· #43850
·
|
|
File names changed when they are copied to the temp folder
Hi Mathew, DITA-OT 3.x uses map-first preprocessing as the default for PDFs. This temporarily hashes all topics. You can probably try the preprocess (instead of preprocess2) Ant target instead. https:
Hi Mathew, DITA-OT 3.x uses map-first preprocessing as the default for PDFs. This temporarily hashes all topics. You can probably try the preprocess (instead of preprocess2) Ant target instead. https:
|
By
Nicholas Mucks
· #43842
·
|
|
FOP errors
Hi! We’re transitioning from Antenna House to Apache FOP. These attributes seem to consistently throw a runtime error: * provisional-distance-between-starts * space-before.conditionality * font-size T
Hi! We’re transitioning from Antenna House to Apache FOP. These attributes seem to consistently throw a runtime error: * provisional-distance-between-starts * space-before.conditionality * font-size T
|
By
Nicholas Mucks
· #43834
·
|
|
Specify root map in transformation scenario?
Hi Yves, You can’t simply use conditions and a ditaval? Take care,- Nick Sent from mobile
Hi Yves, You can’t simply use conditions and a ditaval? Take care,- Nick Sent from mobile
|
By
Nicholas Mucks
· #43717
·
|
|
Setting outline specs on numbered lists
Hi Steve, You may want to consider using a different plugin for these different outputs instead of looking at modifying source files to fit output needs. Take care,- Nick Sent from mobile
Hi Steve, You may want to consider using a different plugin for these different outputs instead of looking at modifying source files to fit output needs. Take care,- Nick Sent from mobile
|
By
Nicholas Mucks
· #43706
·
|
|
Gathering metrics from Oxygen WebHelp site
Hi Ann, We gather analytics on some of our webhelp outputs. You’ll need to set up your GA account and include a script tag in the header or footer of each page that points to one of your account’s tra
Hi Ann, We gather analytics on some of our webhelp outputs. You’ll need to set up your GA account and include a script tag in the header or footer of each page that points to one of your account’s tra
|
By
Nicholas Mucks
· #43663
·
|
|
XSLT has access to map <topicmeta> when processing topics?
Hi Steve, The preprocess (or preprocess2) task should push ditamap metadata to the topics as part of the element. You can review the temp files to see how that transfers to the xml files for the xhtml
Hi Steve, The preprocess (or preprocess2) task should push ditamap metadata to the topics as part of the element. You can review the temp files to see how that transfers to the xml files for the xhtml
|
By
Nicholas Mucks
· #43598
·
|
|
Using Multiple Footnotes
You can use xref with type=fn to reference a footnote the second time. Take care,- Nick Sent from mobile
You can use xref with type=fn to reference a footnote the second time. Take care,- Nick Sent from mobile
|
By
Nicholas Mucks
· #43390
·
|
|
Change args.input value mid-publish
Hi, I’d like to get the original value of args.input and then create a new file with a few changes, and then redefine args.input with the new file location for all future ANT targets in that publish.
Hi, I’d like to get the original value of args.input and then create a new file with a few changes, and then redefine args.input with the new file location for all future ANT targets in that publish.
|
By
Nicholas Mucks
· #43341
·
|
|
Are dynamic values possible in Subject Scheme Category file
Hi Danielle, Without using a key for this dynamic content, the subject scheme will likely always throw an error because that specific value does not exist in your subject scheme. Have you considered e
Hi Danielle, Without using a key for this dynamic content, the subject scheme will likely always throw an error because that specific value does not exist in your subject scheme. Have you considered e
|
By
Nicholas Mucks
· #43278
·
|
|
Are dynamic values possible in Subject Scheme Category file
Hi Danielle, Have you considered using Schematron instead of a subject scheme? We do something like this for a variety of elements. Take care,- Nick Sent from mobile
Hi Danielle, Have you considered using Schematron instead of a subject scheme? We do something like this for a variety of elements. Take care,- Nick Sent from mobile
|
By
Nicholas Mucks
· #43246
·
|
|
Add meta element to oXygen's responsive webhelp output
Hi Yves, Have you tried adding an XML fragment using the webhelp.fragment.head runtime parameter? -Dwebhelp.fragment.headIn the generated output it inserts a given XHTML fragment in the element. The v
Hi Yves, Have you tried adding an XML fragment using the webhelp.fragment.head runtime parameter? -Dwebhelp.fragment.headIn the generated output it inserts a given XHTML fragment in the element. The v
|
By
Nicholas Mucks
· #43195
·
|
|
org.dita.normalize plugin and hrefs to webpages
Hi! The org.dita.normalize plugin encounters a pipeline error on any key definitions with an href to a webpage. Here’s an example: <keydef keys=“web_python” href=“http://www.python.org” format=“html”
Hi! The org.dita.normalize plugin encounters a pipeline error on any key definitions with an href to a webpage. Here’s an example: <keydef keys=“web_python” href=“http://www.python.org” format=“html”
|
By
Nicholas Mucks
· #43180
·
|
|
+ and - in template matches
Hi Radu and Jang, Thank you! It makes more sense now. Take care,- Nick Sent from mobile
Hi Radu and Jang, Thank you! It makes more sense now. Take care,- Nick Sent from mobile
|
By
Nicholas Mucks
· #43168
·
|