Reputation: 2070
I would like to generate on-the-fly word documents from a template and a XML file of which XSD is known.
Is there any best practice known to achieve it?
Thank you
Upvotes: 0
Views: 4880
Reputation: 15878
Use custom xml data binding. See generally http://msdn.microsoft.com/en-us/library/ff433638.aspx
Upvotes: 1