Hi all,
Thank you cindy for your reply.
I found the solution:
-1- Create an XSD. Set "mixed=true" where you will need to add some
text in your XSL.
For eample:
<xs:complexType name="Personne" mixed="true">
<xs:all>
<xs:element name="Lastname" type="xs:string" />
<xs:element name="Firstname" type="xs:string" />
<xs:element name="Documents" type="Documents">
</xs:element>
</xs:all>
</xs:complexType>
-2- Create a new document in Word 2003.
-3- Link the document with the XSD you've just created.
-4- Starts your template (see Creating a Seed Document which is
provided with Microsoft Office 2003 WordprocessingML Transform
Inference Tool).
-5- Save your file in XML (do not check any checkbox) - myTemplate.xml
for exemple
-6- Open a command line:
WML2XSLT.exe myTemplate.xml -db
the "-bd" option is very important
-7- A window is opened with a list of XSD found in your Xml template.
Select only the XSD you created / used.
Now you have an XSL made with Word 2003

)
You can use tables, images...
I didn't try with attributes...
Best regards,
- - - - - - - - - - - - -
Sébastien