background preloader

Xslt

Facebook Twitter

Word 2007 Content Control Toolkit - Home. Generating Dynamic OpenXML Docx Files. Recently, I needed to integrate one of my applications to MS Office Word 2007 by generating dynamic *.docx reports.

Generating Dynamic OpenXML Docx Files

Actually, I didn't want to just find the steps to do it. I wanted to make a reusable library so that, I can use it independently in any project in the future. Creating MS Word Document using C#, XML and XSLT. This simple program demostrate how to create well formatted MS Word documents using C#, XML and XSLT.

Creating MS Word Document using C#, XML and XSLT

Using XSLT to create Word document requires the knowledge of RTF key words. RTF specification is available in MSDN site. 1. Open Visual Studio .NET and select File --> New --> Project. 2.