0

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 needs 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?

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
jackie
  • 57
  • 1
  • 2
  • 8
  • 1
    What do you mean an XML Template? Is this some sort of MS Word document? How did you create it? Which version of Word and what commands did you use? – John Saunders Jan 14 '11 at 00:54

1 Answers1

1

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#.

Cheeso
  • 189,189
  • 101
  • 473
  • 713