Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

dita-users · DITA users group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3641
  • Category: XML
  • Founded: May 21, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1 - 30 of 31644   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1 imknewby Send Email Jun 15, 2004
1:10 am
Has anyone gotten dita working with EPIC 5? I'm getting compilation errors when trying to create a new doc type in EPIC. Here's one of the errors: Dtgen.exe...
2 Don R. Day
nodyad Send Email
Jun 15, 2004
1:28 pm
... You have run into a content model bug in the dita13 DTDs that I did not catch when I tested them initially, Ilana. You can find a set of files that patch...
3 Don Day
nodyad Send Email
Jun 15, 2004
1:28 pm
... You have run into a content model bug in the dita13 DTDs that I did not catch when I tested them initially, Ilana. You can find a set of files that patch...
4 Robin Cover
robincover2002 Send Email
Jun 15, 2004
3:20 pm
... Meantime, here are two accessible URLs: http://www.oasis-open.org/committees/download.php/6749/OASIS-DITAsubmission-01.zip ...
5 joerg_2712 Send Email Jun 22, 2004
2:05 pm
Hy, can anybody give me a tip? Sorry, my English ist not the best ;-) I need a lot of safety notes for use in operating instructions of machines. These shall...
6 Michael Priestley
mfcpriestley Send Email
Jun 22, 2004
2:24 pm
Can you give a concrete example of a safety note and a procedure together? How much content typically goes in these safety notes? EG a paragraph, several...
7 joerg_2712 Send Email Jun 22, 2004
6:53 pm
Hy Michael, ... together? (Still) not in DITA ;-) ... - Signal word: Danger/Warning/Caution/Note/Tip - Safety sign (about 40 different signs): - safety...
8 Eliot Kimber
drmacro Send Email
Jun 22, 2004
11:04 pm
I am writing a little DITA importer for my toy content management system XIRUSS-T (xiruss-t.sourceforge.net). XIRUSS only supports schemas (and even if I...
9 Don Day
nodyad Send Email
Jun 23, 2004
12:07 am
... There has been no formal work to define one for IBM DITA, Eliot, in part because specialization tends to put off the need for it except for cases such as...
10 Michael Priestley
mfcpriestley Send Email
Jun 23, 2004
3:26 pm
Hi Joerg, If the notes are implemented as separate topics that you link to from the task: <safety> Link to safety note Link to safety note Link to safety note ...
11 W. Eliot Kimber
drmacro Send Email
Jun 23, 2004
8:02 pm
... not ... purposes. ... part ... cases ... whatever you ... define ... A namespace is just a URI, so it would be up to OASIS to define its rules for...
12 W. Eliot Kimber
drmacro Send Email
Jun 23, 2004
8:10 pm
... the ... not ... I subsequently realized that I had also not properly appreciated the "no namespace" feature of XSD schemas, which the current DITA schemas...
13 Tsao, Scott
skst4xml Send Email
Jun 23, 2004
9:00 pm
... Perhaps a good example is the target namespaces for UBL, see: http://xml.coverpages.org/ni2004-04-30-b.html#codeListSchemas e.g., ...
14 easirois@...
easirois Send Email
Jun 24, 2004
8:52 pm
... Hi Eliot, No rework of the schema definitions (*.mod) is needed to support namespaces. We would just define the namespace and targetNamespacein the head...
15 W. Eliot Kimber
drmacro Send Email
Jun 25, 2004
8:01 pm
... users@yahoogroups.com ... namespaces. We would just define the namespace and targetNamespacein the head schemas (ditabase.xsd, topic.xsd, etc) to support ...
16 imknewby Send Email Jun 25, 2004
10:56 pm
I have the following syntax in a concept file. <link href="test.xml" role="next&quot; scope="local" type="concept&quot;></link> After I run the transform (map2html.xsl)...
17 imknewby Send Email Jun 25, 2004
11:54 pm
Hopefully this will be my last post for a while. I'm trying to use conref and am not getting the results I want. testin1.xml contains: <dita> <concept...
18 ferlein@...
joerg_2712 Send Email
Jun 26, 2004
4:35 pm
Hi Michael, thank you very much for the tips. ... OK, that's a possibility. However, I think that safety notes are so much important, that they should be...
19 ferlein@...
joerg_2712 Send Email
Jun 26, 2004
4:36 pm
Hi, I am testing the processing of maps and topics. I will create a website with a toc. I am using the map2WebHTMLTOC.xsl from dita13. Topic transformation is...
20 Don R. Day
nodyad Send Email
Jun 27, 2004
6:03 pm
... This was a case of an internationalized definition in the transforms that I overlooked to pre-define in the strings.xml file in the dita13/xsl directory,...
21 Michael Priestley
mfcpriestley Send Email
Jun 28, 2004
5:25 pm
I'm not sure I understand. What do you want to change about the output? Michael Priestley mpriestl@... Dept PRG IBM Canada phone: 416-915-8262 Toronto...
22 Michael Priestley
mfcpriestley Send Email
Jun 28, 2004
5:33 pm
Hi Ilana, Conref in DITA is between two elements of the same type. For example, you can reuse from a list item to a list item: <li id="source&quot;>this is the text...
23 W. Eliot Kimber
drmacro Send Email
Jun 28, 2004
11:08 pm
I'm still trying to fully understand the state of the current DITA schemas (as provided in the 1.3 IBM DITA distribution). Here are the results I get to date: ...
24 Don R. Day
nodyad Send Email
Jun 29, 2004
5:30 am
... I don't see topic.xsd, task.xsd, or reference.xsd implicated in those messages. If you had said that "not all the schemas are valid," I'd be more in...
25 W. Eliot Kimber
drmacro Send Email
Jun 29, 2004
3:19 pm
... those ... be ... I was only testing with ditabase.xsd, because it includes all the .mod files. But I believe that the other top-level XSDs would produce...
26 easirois@...
easirois Send Email
Jun 29, 2004
4:55 pm
Hi Eliot, Stylus Studio and Saxon 8.0 (depending on your Java JDK) use Xerces to parse/validate the XML Schemas. I'm not sure if Turbo XML which XML parser it...
27 joerg_2712 Send Email Jun 30, 2004
1:34 pm
Hi, ... ok, another description: I would like to change the output so that the links work in the table of contents. ;-) I store all the DITA-topics in a...
28 Don Day
nodyad Send Email
Jun 30, 2004
2:00 pm
... I understand the problem now, Joerg. The maputil.xsl stylesheet which contains that parameter only uses it to ensure that files get written to the...
29 Michael Priestley
mfcpriestley Send Email
Jul 3, 2004
1:12 pm
Hi Joerg, ... important, ... I think that's probably true. ... safety note is ... not strong ... hyperlinks are ... for the ... It looked to me like your...
30 francebaril_ixia
francebaril_... Send Email
Jul 5, 2004
3:12 pm
Hi, I have to move my asp application to .NET. I'm trying to process XML DITA documents with XSLs. Because all processing is based on the class attribute, I...
Messages 1 - 30 of 31644   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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