Eric White's Blog
Open XML, SharePoint, and Office
Screen-cast series on writing Recursive Pure Functional Transformations
On OpenXMLDeveloper.org, I am publishing a screen-cast series on writing recursive pure functional transforms, which is a powerful programming technique for transforming document-centric XML (such as Open XML WordprocessingML, XHTML, or ODT) into other forms of XML. I have posted four screen-casts in this series. I anticipate that there will be about 20 screen-casts before all is said and done. You can find the complete list here.
Hi Eric, I have been following some of your tutorials for openxml and i was wonder, once you have converted a word document to xml, how do you display the result of that to the console in C#.NET (or can you) my purpose is to take the scanned document as xml send it over the sever and parse it to the database. Perhaps there is an easier way???
Thanks in advance
Hi Jim,
Where exactly do you want to display the document? If you are displaying in a browser, then after converting to HTML, you can simply display the HTML in a element in the browser.
If you are displaying in a windows forms app, see Displaying an Open XML WordprocessingML Document in a Web Browser Control in Windows Forms.
I need just a bit more context and then can answer your questions.
-Eric