As a side effect of developing my demo DITA functionality for RSuite, I'm integrating various editors. Let me just say it's not going as smoothly as I'd like....
Hi, Eliot If this list had been split, might I ask where you would have posted this? It seems to me that it's as much about processing as DITA architecture. ...
Hi Rob, I don't know that useful is the correct term, however, we have organized our directory structure, such that this scheme works for us. That being said,...
Hmm, good point. Even though my initial response was “sure, split them”, I’ve come around to general agreement with not splitting. Cheers, E. ... W....
Hi all, If any of you are in the Boston area October 18, or are attending DocTrain East, please RSVP if you want to hear Amber Swope on Bookmaps in DITA 1.1, ...
I am still curious whether the toolkit should handle navtitles with locktitle="yes" in the reltable the same way they handle them in the hierarchical part. If...
Thanks, Deborah. The conref idea is an interesting one, but I don't think it will work for my project as it would mean creating over 1000 additional files for...
Hi Jen, Yeah, it is working as designed. Although they are often used interchangeably or end up being the same, navtitle and linktext have distinct purposes....
Hi all, The translators are receiving this strange build message for all graphic files when generating PDF2 output: Copy image files... [copy] Warning:...
That's an ant message. This happens when the timestamp (last modified) on a file is set to a future time. This can happen when you change your system time, or...
Hi, I have been using Eclipse 3.3 for non-DITA purposes. A) Does anyone know if 3.3 works with the IBM Task Modeler (TM)? (The Eclipse version I see associated...
Thanks, Steve. Knowing that this is an ant message helped quite a bit. I found several postings on ant mailing lists that confirmed the cause. I found a...
One other thing you could do is to twiddle some of the attributes on the <copy> task in the Ant build file. "overwrite" can force the file to be overwritten...
A few months ago, I was looking to do the same thing and I found a tool called "DocFlex" (http://www.filigris.com/products/docflex_javadoc/about.php). It's a...
Hi All... Just wanted to let everyone know that a DocZone User Group has been started on Yahoo Groups. If you are using DocZone, or are interested in it, come...
And there's dbdoclet, which generates DocBook from javadoc comments. It's pretty mature and you could xslt its output to dita: http://www.dbdoclet.org/ David ...
Do any of you have experience creating localized CHM files from DITA maps? In my output, the individual topics are displayed properly, but the TOC entries are...
Greetings. I did a search of the list archives and found little having to do with XMetal, so I hope I am not retreading a common topic here. The XMetal Yahoo...
Rebecca, there are a few good "Customizing" documents made available by XMetaL. Off-hand, I am not sure where they are posted but I could send a few of these...
... We do this, but we don't use the "htmlhelp" OT transtype. We have our own transtype which does a few extra things to fix up encodings (which is what's...
Hi Rebecca. I have had a similar experience. I contacted JustSystems Support, who told me that the XSL was pretty much "my" problem, but they were nice enough...
Hello, Does anyone know how to do a global search and replace for all of the files in a DITA map? I downloaded an evaluation version of XMetal and it seems...
If you don't mind using a command line, for this I have always used ant and its replace functions because they will work correctly with UTF-8. just my 2...