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...
... 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...
... 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...
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...
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...
Hy Michael, ... together? (Still) not in DITA ;-) ... - Signal word: Danger/Warning/Caution/Note/Tip - Safety sign (about 40 different signs): - safety...
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...
... 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...
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 ...
... 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...
... the ... not ... I subsequently realized that I had also not properly appreciated the "no namespace" feature of XSD schemas, which the current DITA schemas...
... Hi Eliot, No rework of the schema definitions (*.mod) is needed to support namespaces. We would just define the namespace and targetNamespacein the head...
... users@yahoogroups.com ... namespaces. We would just define the namespace and targetNamespacein the head schemas (ditabase.xsd, topic.xsd, etc) to support ...
I have the following syntax in a concept file. <link href="test.xml" role="next" scope="local" type="concept"></link> After I run the transform (map2html.xsl)...
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...
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...
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...
... 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,...
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...
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">this is the text...
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: ...
... 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...
... 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...
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...
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...
... 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...
Hi Joerg, ... important, ... I think that's probably true. ... safety note is ... not strong ... hyperlinks are ... for the ... It looked to me like your...
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...