Hi guys 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. Many thanks
-- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

