XML schema for Offfice 2007 [closed]

家住魔仙堡 提交于 2019-12-08 13:55:41

问题


I need the xml template for Word 2007. In Word 2003 it starts like the following and continues. What I need is the generic template of Word 2007 in xml format which can be used as the base for WordML to xml transformations and viceversa. Someone experienced in WordML would definitely know what I am asking for! If someone knows please let me know. Thanks!

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?> 
<w:wordDocument>xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"..........." 

回答1:


Here is the Open XML SDK

Here is the msdn content on learning Open XML

To be complete here are the WordML (Word 2003) Schema files.



来源:https://stackoverflow.com/questions/10776070/xml-schema-for-offfice-2007

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!