On 08/10/2012 06:00 PM, Lea Hayes wrote: > > According to the DITA specification the `shortdesc` should be extracted > from the `abstract` element and treated the same as though `abstract` > were not present. When outputting to HTML the title attribute containing > the `shortdesc` content is not added to the child topic linkpool. > > http://docs.oasis-open.org/dita/v1.1/OS/langspec/langref/abstract.html > > Example input: > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd"> > <task id="guid-a36659f8-d989-43ae-a1e4-125d4dd1d583"> > <title>Deleting a Brush</title> > <abstract> > <shortdesc>Explains how to delete a brush using the brush > designer.</shortdesc> > <note type="note">Master brushes should be deleted manually.</note> > </abstract> > > ... > > The problem appears to be within the named template > `descToTitleAttribute` because `topic/desc` is not present. >
This seems to be a bug. We'll check the DITA specification and if it is actually a bug, we'll fix it in the next release. -- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

