Browse by Tags
All Tags »
PowerTools »
Functional Programming (RSS)
[Blog Map] Update Dec 21, 2009 : This is the 8th in a series of posts on implementing a transform of WordprocessingML to XHtml. 1) Transforming Open XML Word-Processing Documents to XHtml 2) Transforming Open XML Word-Processing Documents to XHtml (Post
Read More...
[Blog Map] Update Dec 21, 2009 : This is the 7th in a series of posts on implementing a transform of WordprocessingML to XHtml. 1) Transforming Open XML Word-Processing Documents to XHtml 2) Transforming Open XML Word-Processing Documents to XHtml (Post
Read More...
[Blog Map] Update Dec 21, 2009 : This is the 3rd in a series of posts on implementing a transform of WordprocessingML to XHtml. 1) Transforming Open XML Word-Processing Documents to XHtml 2) Transforming Open XML Word-Processing Documents to XHtml (Post
Read More...
[Blog Map] Update Dec 21, 2009 : This is the 2nd in a series of posts on implementing a transform of WordprocessingML to XHtml. 1) Transforming Open XML Word-Processing Documents to XHtml 2) Transforming Open XML Word-Processing Documents to XHtml (Post
Read More...
[Blog Map] Update Dec 21, 2009 : This is the 1st in a series of posts on implementing a transform of WordprocessingML to XHtml. 1) Transforming Open XML Word-Processing Documents to XHtml 2) Transforming Open XML Word-Processing Documents to XHtml (Post
Read More...
Word 2007 has a feature where you can lock a document, preventing any changes to content, yet allowing the user to add comments. CommentMerger is a small method (~400 lines of code) that merges comments from two documents into a single document, provided
Read More...
DocumentBuilder is an example class that’s part of the PowerTools for Open XML project that enables you to assemble new documents from existing documents. One of the problems to solve when moving markup from one document to another is that of interrelated
Read More...
When I was writing the LINQ to XML documentation , Ralf Lämmel was the program manager for LINQ to XSD , an incubation project in the data programmability group at Microsoft. Ralf really helped me a lot in those days, both with questions on LINQ to XML,
Read More...