... After playing with this for a while, I probably found another small bug in addition to the fact that there is no numbering for each <section> - the ...
Erlend, It is entirely possible to develop your PDF stylesheet to that sections are numbered correctly and show up in the TPC correctly. No customization of...
... Here is the obvious follow-up: How? And how can this be done without customizing the DOT's demo/fo plugin? I think all modifications to the PDF output...
Hi Nancy, I'm curious as to why you say that the new attribute sets would belong in common-attrs.xsl instead of custom.xsl? You can have anything in the...
... This discussion on files is probably a bit off topic, but it doesn't prevent me from chiming in as well. Here is what I have done for this: [ncd (master)]$...
Hi Kosta, The DITA OT ANT transformation can be applied either on one DITA Map or on one DITA Topic file. If you want to batch process DITA Topics to PDF you...
Hi all, Tried to contact the originator of subject plugin offline, but got a bounce back. Hopefully, he or she is still following the group and will answer...
I'd like to exclude certain output files from my search index based on the topicref attribute "search". I don't see that information being pushed into the...
The following error has been logged: transform.fo2pdf.xep: [java] ERROR: Attribute 'line-height-shift-adjustment' cannot occur at element 'fo:bookmark-title'. ...
Actually, it's very peculiar! English bookmark title: <fo:bookmark-title>Contents</fo:bookmark-title> Simplified Chinese bookmark title: <fo:bookmark-title...
That indexer only works when fed xml/xhtml. The errors sound like it was fed html (i.e. some tags aren't closed, which is fine in html, but is not well-formed...
David, Try this: Open demo/fo/xsl/i18n-postprocess.xsl Find this template: <xsl:template match="fo:bookmark | fo:bookmark-label" priority="+10"> Â Â Â Â Â Â ...
I have a small sample where one map contains <anchorref> to push a couple of topicrefs to another map with <anchor>. When I make a plug-in with the Topicmerge...
Hi, I have three different bookmaps that reference a few of the same tasks. Here's the problem: The tasks have several elements using @product that must appear...
Hi, Nancy, You can just add special_install to #1 and #4 Then you can change the ditval file to be default exclude <prop name="product" action="exclude"> and...
Hi Craig, That has worked fine - many thanks. I tried to add it to a customisation file, but that didn't work. I ended up editing the file in demo/fo/xsl/ If...
The October meeting of the Silicon Valley DITA Interest Group (SVDIG) is scheduled for Wednesday, October 12 at 7:00pm at Hitachi Data Systems in Santa Clara,...
Hi, Does anyone know a good way of handling this: We are producing both pdf and html, but the images in the pdf should be .tif and the images in html should be...
Hi Anders, There may be a more elegant solution than mine, but in the past, I have solved that type of problem by creating a toolkit plugin that uses an .xsl...
Whoops. In my haste to get this post up, I accidentally cleaned out the <arg> element in the Ant target that indicates which .xsl file to call. <arg...
If you use keys to refer to graphics then you can have different sets of key definitions for different output targets. You can then either have different maps...
Anders, The list of graphics that gets copied to the output folder is in file ${dita.temp.dir}/dita.xml.properties, created created by the gen-list target....
After writing a recent post about HTML5 and DITA (http://learningbywrote.com/blog/2011/09/what-html5s-most-discussed-benefits-mean-for-dita/), I learned that...
Hi Don, Embedding SVG and MathML? I thought SVG was handled by reference in <image> and that MathML is currently embedded in DITA with <foreign>? I guess I'll...
Cross-posted to dita-users and framemaker-dita Hi Folks, I have been authoring DITA content in FrameMaker. I now need to upload some of my content to a...
Hi Andy This can help: http://ffeathers.wordpress.com/2008/10/26/playing-with-dita2confluence/?referer=sphere_related_content/ Cheers -- Yves Barbion ...