I've created an xml template for a report. A user is supposed to be able to add information to personalise this report to their own n开发者_开发技巧eeds by a program im creating in C#
How can I edit the contents of an entity then from what a user puts into a textbox and then display this on word?
There's a ton of information on the net about creating Word documents using XML and C#. There are lots of possibilities.
Microsoft publishes something they call the "Open XML Format SDK" that helps with this.
Try this search.
This page provides a bunch of "how to" articles summarizing how to fiddle with Word documents using XML and C#.
精彩评论