Export an object attribut's to WORD using a template DOC/DOT files

I just started working with doors and my mission is to transfer data from doors to a word document using a template made by myself. I use doors-TREK to configure the attribute export's but I can not make the communication between the .DOT and doors-TREK. I read WORD EXPORT USER MANUAL but it does not explain the syntax that must be used in the.dot. I would like to know where I can find documents to understand how I must configure the attributs of the objects of my modules and the syntax to export the attributes on the .dot. If possible have a example of .dot which contains example like: <<attribut_name>>.

I did a template, see attachment.

I had several errors:

1) The Word style name 'style requirement' does not exist in this template, mapping standard will be used for unknow styles.
2) The word style name 'Column title' does not exist in this template, mapping Standard will be used for unknow styles.
3) The word style name 'Column Cell' does not exist in this template, mapping wtandard will be used for unknow styles'

4) The MS Word template contains a reference <<object text>>. Notting will be exported because the attribute "text object" is not a module attribute: It Is An Object attribute instread
5) The MS Word template contains a reference <<IE PIUD>> nothing will Be exported Because the attribute "text object" is not a module attribute: It Is An Object attribute instread

6) There Is No bookmark named On The first object to export object wich Mmans that Will be Exported Before any Existing text in the dot/doc files. To Prevent This, puts a bookmark in the dot/DOC file, and put The Same bookmark bookmark name attribute in The WEXP bookmarks of the object first.

7) Object template 'Name of template (in WEXP template)' does not exist as a bookmark

How Can I solve this error?

Thank you for taking your time to help me.
Lhedi88 - Tue May 10 12:48:04 EDT 2011

Re: Export an object attribut's to WORD using a template DOC/DOT files
PDU - Wed May 11 03:12:36 EDT 2011

Bonjour,

in attribut WEXP Bookmark, you must have for the first Object you want export a value (WEXP_START for example),
and in the file .dot, you must have a Word bookmark (signet) with the same name (WEXP_START).

In the last section of .dot file, the first text in this section must be OBJECT TEMPLATES.

After, for each DOORS attribute you want to export, you must have the name of this attribute between double angle brackets.

This template (the table in your example), must be contained in a Word bookmark, the name of this bookmark must be the same, for each object you want to export in this table, than the value of the attribute WEXP Template.

I send you documentation.

regards
Pierre