Search the web
Sign In
New User? Sign Up
dita-users · DITA users group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5534 - 5563 of 15046   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5534
... what ... task ... DITA ... pretty OK ... Here's an interesting view of the world, if you're so inclined. I view a tutorial as a map and as such it can...
Julio Vaquez
julio_v27612
Online Now Send Email
Apr 1, 2007
4:01 pm
5535
Hi Eliot, At IBM we have a fully developed DITA Tutorial specialization that a group of us spent several months developing last year. It is now in full...
Seth
sethpackham
Offline Send Email
Apr 1, 2007
4:35 pm
5536
Hi Deborah, This is the French text with accents and nbsp in toc.html which I then put on top of every topic with args.hdr. <LI><a...
Ray Lloyd
chouke2002
Offline Send Email
Apr 2, 2007
8:36 am
5537
... Yeah, those entities aren't allowed in XML (which the file needs to be, if you are going to include it through args.hdr). Get it to say &#xA0; instead of...
Deborah Pickett
deborah_arie...
Offline Send Email
Apr 2, 2007
12:31 pm
5538
Or, perhaps more specifically, if you use those entities, you'll have to declare them. It's easier just to do as Deborah indicated or use the proper Unicode...
Bill Burns
bburns_2sc
Offline Send Email
Apr 2, 2007
1:42 pm
5539
Hi all, I went through the DITA Release 1.1 Architectural Specification. It states that reltable elements can be used in a bookmap (p. 31). Has this always...
Andrew Hall
roxvillerooster
Offline Send Email
Apr 2, 2007
2:10 pm
5540
Thank you all for input. Build is now successful with output method set to xml. So I can re-use my overrides to build output in several languages. ... have to ...
Ray Lloyd
chouke2002
Offline Send Email
Apr 2, 2007
2:42 pm
5541
Hi Andy - the official version of bookmap in DITA 1.1 will have reltables. You're right that the older, demo version did not have bookmap support. There are...
Robert D Anderson
anderson_rob...
Offline Send Email
Apr 2, 2007
2:50 pm
5542
Here's a second on the motion to just include Unicode characters directly in any XML content that is pulled into DITA processing. Since the HTML for args.hdr...
Don Day
nodyad
Offline Send Email
Apr 2, 2007
2:59 pm
5543
Re: Seth Packham's comments about the IBM tutorial specialization, and other comments about doing tutorials using DITA. I've also struggled with how to do a...
a.vanraaphorst9
Offline Send Email
Apr 2, 2007
3:58 pm
5544
I notice that when I process input containing uicontrol elements, the Idiom plugin generates right arrows between the uicontrols in each list. The character...
Dick Johnson
dhjohnso2000
Offline Send Email
Apr 2, 2007
5:24 pm
5545
Hello All First, belated thanks to those who helped me with my character set/numeric entity problem when converting from HTML to XML using the h2d.xsl. I...
Roger Shuttleworth
shuttie27
Offline Send Email
Apr 2, 2007
6:36 pm
5546
Hi all, I need to left-align the first variable and right-align the second variable in the page headers. Both replies in this thread and reference books,...
Dee
dee_beck_oregon
Offline Send Email
Apr 2, 2007
6:40 pm
5547
Thanks for following up, Robert. I'm looking forward to the reltable support. ... reltables. ... in a ... to the ... such ... on the...
Andy Hall
roxvillerooster
Offline Send Email
Apr 2, 2007
6:49 pm
5548
... Whenever I'm faced with a problem like this, the first thing I do is create a small FO document and use that to work out the precise markup that should...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 2, 2007
7:07 pm
5549
Hi again all, I have a general question about linking topics. Is there a best practice defined for linking topics for PDF output? I know there are plenty of ...
Andrew Hall
roxvillerooster
Offline Send Email
Apr 2, 2007
7:11 pm
5550
... Hi Roger. As far as tocjs goes, paths issues are fairly common, but easy to fix. I've attached some more recent (not complete) documentation that will go...
Shawn McKenzie
smckenzie23
Offline Send Email
Apr 2, 2007
7:20 pm
5551
I found the section "Production notes (linking)" in Anna van Raaphorst and Dick Johnson's DITA User Guide. Here's the excerpt: "We have chosen an approach that...
Andy Hall
roxvillerooster
Offline Send Email
Apr 2, 2007
7:53 pm
5552
... I'm guessing that turning them on will result in extra links, such as links to the next/previous topics and to parents/children, although I am not sure of...
Robert D Anderson
anderson_rob...
Offline Send Email
Apr 2, 2007
8:19 pm
5553
Does anyone know whether the Idiom PDF2 plug-in disables or enables related links processing by default? ~Dee...
Dee
dee_beck_oregon
Offline Send Email
Apr 2, 2007
9:27 pm
5554
The reltable option is really a best practice for controlling links in DITA, regardless of output format. It sounds like there is a requirement to provide more...
Robert D Anderson
anderson_rob...
Offline Send Email
Apr 2, 2007
10:01 pm
5555
X-Pubs 2007 is focused on delivering departmental managers and team-leaders educational case studies that illustrate the best strategies to adopt when rolling...
mark.poston@...
markpostonmekon
Offline Send Email
Apr 2, 2007
10:02 pm
5556
Hi Chris, The createFrontMatter template in the front-matter.xsl file in C:/ditaot/demo/fo/xsl/fo includes the following: </fo:block> <xsl:call-template...
Dee
dee_beck_oregon
Offline Send Email
Apr 3, 2007
12:06 am
5557
... DITA-OT puts the output in a structure deep enough that the output directory is the highest-referenced directory. You want this to be the 'emu' directory,...
Deborah Pickett
deborah_arie...
Offline Send Email
Apr 3, 2007
12:19 am
5558
Roger, Please there must be something in the topics which refer to the resouce outside of emu. DITA OT tries to put every local reference resource into the...
imagiczhang
Offline Send Email
Apr 3, 2007
3:23 am
5559
Andy, reltable is not forbidden for PDF output. The related links are still generated into intermediate files in the processing. There is a parameter which...
imagiczhang
Offline Send Email
Apr 3, 2007
3:46 am
5560
You can see this in build.xml of FO plug-in. <property name="disableRelatedLinks" value="yes"/> It disables generation for related links by default. If this...
imagiczhang
Offline Send Email
Apr 3, 2007
4:06 am
5561
I notice that the HTML version of the DITA Open Toolkit Users Guide uses frames for the toc and content--is there a built-in way to generate the HTML to use...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 3, 2007
11:21 am
5562
I don't think there is a way to do that. But since the frameset page is generally static, I just copy the file as part of the ant build task. All the frameset...
Louise Kasemeier
louisekasemeier
Offline Send Email
Apr 3, 2007
11:53 am
5563
... Cool--I think I've got it. Thanks, E. -- W. Eliot Kimber Professional Services Innodata Isogen 8500 N. Mopac, Suite 402 Austin, TX 78759 (214) 954-5198 ...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 3, 2007
12:30 pm
Messages 5534 - 5563 of 15046   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help