Search the web
Sign In
New User? Sign Up
dita-users
? 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.

Messages

  Messages Help
Advanced
Messages 787 - 827 of 10561   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
787
Hi, Hedley -- Our Idiom WorldServer OpenTopic users are employing your approach #1. That is, they use FrameMaker to write individual topics (topic, concept,...
wrabkin
Online Now Send Email
Jul 1, 2005
1:28 pm
788
I have a ditamap with the following structure: <topicref href="parent.xml" collection-type="unordered"> <topicref href="childA.xml"/> <topicref...
Steve Anderson
saanvik_at_o...
Online Now Send Email
Jul 1, 2005
10:45 pm
789
You can set linking="none" on the parent topicref - or on the map element if it applies to the whole map. Michael Priestley mpriestl@... Steve Anderson...
Michael Priestley
mfcpriestley
Offline Send Email
Jul 2, 2005
2:52 pm
790
All: We are currently investigating XML in general and the DITA schemas and toolchains in particular as a solution for user documentation. If there are any...
hedley.finger@...
hedleyfinger
Offline Send Email
Jul 5, 2005
12:06 am
791
Hello there: We were wondering whether or not anyone been able to get OpenOffice to use the DITA DTD so that you can do 'native' DITA topic authoring in...
Keith Schengili-Roberts
captmondo99
Offline Send Email
Jul 5, 2005
11:59 am
792
... do ... I've had the same thought myself. I think you might be able to use the Docbook translator as a starting point. Chances are, you'll have to make...
Larry Kollar
dirtroad30534
Offline Send Email
Jul 5, 2005
3:51 pm
793
... Right, Larry, but I'll point out a possible simplification. If the OOo (OpenOffice.org) filter is designed to use the DITA class-based matching mechanism,...
Don Day
nodyad
Offline Send Email
Jul 5, 2005
4:34 pm
794
All: I spoke to the Open Publish 2005 office just now (< http://www.openpublish.com.au/>). Just because you have registered for the conference doesn't mean...
hedley.finger@...
hedleyfinger
Offline Send Email
Jul 6, 2005
1:36 am
795
Hi DITA Users! I've been lurking DITA activity for a while and thought it was now time to experiment a bit. Here are some issues I stumbled on while trying to ...
Camille Bégnis
camillebegnis
Offline Send Email
Jul 6, 2005
6:50 am
796
Camille, I haven't yet installed on a non-Windows platform, but while reading the install instructions I did notice that they are pretty Windows-centric, too. ...
Steve Anderson
saanvik_at_o...
Online Now Send Email
Jul 6, 2005
5:00 pm
797
Hi Everyone, The next meeting of the Silicon Valley DITA Users' Group is next Wednesday! Please RSVP directly to me so that I can verify the count for the ...
Skyla Loomis
sloomis12
Offline Send Email
Jul 9, 2005
12:27 am
798
Skyla: For those who are going to find it a little difficult to get to Buca di Beppo after work next Wednesday (seeing as how we live in Australia, New Jersey,...
hedley.finger@...
hedleyfinger
Offline Send Email
Jul 9, 2005
6:37 am
799
Hi Hedley, As the meetings are held in a restaurant and are still somewhat casual, there will not be any slides from the presentations. However, if there are ...
Skyla Loomis
sloomis12
Offline Send Email
Jul 11, 2005
5:41 am
800
Steve and Don, thanks for your answers. I finally got it to work, it's more a matter of little glitches than truly problems but if documented corectly I hope...
Camille Bégnis
camillebegnis
Offline Send Email
Jul 11, 2005
5:02 pm
801
Thanks for the great sniffing on those Linux doc issues, Camille. Duly noted, and we'll correct them as soon as we can. This means, apparently, that you have...
Don Day
nodyad
Offline Send Email
Jul 11, 2005
5:18 pm
802
And what does that mean down the road for implementers of DITA? Interesting analysis from David Berlind at ZDNet: http://blogs.zdnet.com/BTL/?p=1591...
Jay Baldwin
xyuser
Offline Send Email
Jul 12, 2005
3:28 pm
803
DITA is a royalty-free standard. The fact that other OASIS standards may not be does not affect DITA or DITA adopters. Michael Priestley mpriestl@... ...
Michael Priestley
mfcpriestley
Offline Send Email
Jul 12, 2005
3:35 pm
804
I’d like to set up Epic so that when I click on a cross-reference tag (xrefs in DITA topics or topicrefs in DITA maps), the referenced file (an href...
Steve Anderson
saanvik_at_o...
Online Now Send Email
Jul 12, 2005
3:52 pm
805
General XML editors have no way to know what behavior you wish for particular element/attr/value combinations in an arbitrary DTD. The fact that an xref has a...
Don Day
nodyad
Offline Send Email
Jul 12, 2005
4:49 pm
806
Hello DITA users, I have a question about DITA task topics. When we have a procedure with a lot of steps, we often use subheadings to subdivide it in multiple...
gaschicht
Offline Send Email
Jul 13, 2005
11:37 am
807
You will need to split it up into several task topics, but they can all be in the same file, with the subtasks as directly contained children of the higher...
Michael Priestley
mfcpriestley
Offline Send Email
Jul 13, 2005
2:10 pm
808
Not sure if anyone else has experienced this but I'm having a couple of problems with xrefs when generating pdfs. It seems that two conditions cause a null...
Richard Simms
richard_simms
Online Now Send Email
Jul 13, 2005
6:29 pm
809
Responding to an old post by Robert ... ... You only need the element ID when you are referencing an element within the topic. So, you should change ...
Steve Anderson
saanvik_at_o...
Online Now Send Email
Jul 14, 2005
1:53 am
810
Hi, Richard Here is the piece of code that related to the bugs you met in xslfo/dita2fo-links.xsl <xsl:attribute name="internal-destination"> <xsl:choose> <!--...
imagiczhang
Offline Send Email
Jul 14, 2005
9:03 am
811
... You'll find the reasoning in the DITA 1.0 architectural specification: Because topic content is always contained within a topic, the id attribute for a...
Christopher Wong
christopher_...
Offline Send Email
Jul 14, 2005
2:34 pm
812
All and Michael: Sometimes we have unavoidably long procedures, so we insert subheadings to divide blocks of steps into phases, as Gabi does. However, Gabi...
hedley.finger@...
hedleyfinger
Offline Send Email
Jul 15, 2005
12:01 am
813
Thanks for the information, Christopher. I don't really agree with the reasoning. Although this diminishes the chance that non-unique ids are going to exist,...
Steve Anderson
saanvik_at_o...
Online Now Send Email
Jul 15, 2005
12:54 am
814
All: Larry Kollar wrote ... ... ... And Christopher Wong responded ... ... I cannot remember where, but a DITA user (Nokia?) specialised <indexterm> to look a...
hedley.finger@...
hedleyfinger
Offline Send Email
Jul 15, 2005
1:06 am
817
My idea of "modular" documentation would be similar to modularity in programming languages: a general topic with some notion of parameters, so that if it were...
warrencaples
Offline Send Email
Jul 15, 2005
2:40 am
827
This is a change to the output process - the source should be the same, but you need to change the transform (override the XSLT template for steps) to keep...
Michael Priestley
mfcpriestley
Offline Send Email
Jul 15, 2005
3:59 pm
Messages 787 - 827 of 10561   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