May 1, 2006

Rendering WordML documents in ASP.NET

Here is one easy way: Go to xmllab.net, get free eXml Web server control and modified Microsoft's WordML2HTML XSLT stylesheet, version 1.3. Drop eXml control onto a Web form, assign DocumentSource property (WordML document you want to render), TransformSource property(wordml2html-.NET-script.xslt): Create new folder to store external images In code behind ...