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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
issue with nested tasks and parent topics.   Message List  
Reply | Forward Message #2934 of 16654 |
I have been occasionally creating a task file that holds multiple
short tasks nested within. Something like:

<task id="main">
<title>Administrators</title>
<taskbody>
<context>
<p>Intro paragraph.</p>
</context>
</taskbody>
<task id="subtask1">
<title>First task</title>
<taskbody>
.
.
.
</taskbody>
</task>
<task id="subtask2">
<title>Second task</title>
<taskbody>
.
.
.
</taskbody>
</task>
</task>


Using the 1.2.2 toolkit I'm not getting the output I would expect. It
is creating the parent topic link after the first subtask. I would
think it should format the parent topic link after the last subtask as
the parent topic is the parent to the whole file. I could always just
split each task into a separate file, but these are all related and
very short tasks, so it makes more sense that they just be nested.

Am I missing something?



Fri Jun 23, 2006 6:35 pm

smckenzie23
Offline Offline
Send Email Send Email

Forward
Message #2934 of 16654 |
Expand Messages Author Sort by Date

I have been occasionally creating a task file that holds multiple short tasks nested within. Something like: <task id="main"> <title>Administrators</title> ...
Shawn McKenzie
smckenzie23
Offline Send Email
Jun 23, 2006
6:36 pm

Shawn, The related links is inserted into the first task because <related-links> is located before the nested task. If you want to have the link at the second...
imagiczhang
Offline Send Email
Jun 26, 2006
6:30 am

... Thanks. That seems to work as far as the toolkit goes, but (somewhat) breaks my JavaScript TOC plugin. I've fixed my XSLT a little bit, but it all falls ...
Shawn McKenzie
smckenzie23
Offline Send Email
Aug 17, 2006
10:52 pm
Advanced

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