gpt4 book ai didi

docx - 在哪里可以找到 Microsoft docx 格式的架构(.xsd 文件)

转载 作者:行者123 更新时间:2023-12-04 00:54:37 26 4
gpt4 key购买 nike

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

10 个月前关闭。




Improve this question




考虑一个用户需要在 R 中处理没有页眉和页脚的 docx 文档文本。

如果将 file.docx 重命名为 file.zip 并分析文档 document.xml - 它是带有文本的格式良好的 XML 文档。

Microsfot(或其他开发人员)是否在 docx 文件的 ZIP 包中发布了此 document.xml 子文件的架构?

该文件如下所示:

    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <w:document xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 wp14">
- <w:body>
- <w:p w:rsidR="00F447D7" w:rsidRPr="00C63308" w:rsidRDefault="00F447D7">
- <w:pPr>

最佳答案

来自 wikipedia :

The format was initially standardised by Ecma (as ECMA-376) and, in later versions, by ISO and IEC (as ISO/IEC 29500).



您可以在 ECMA-376 downloads 中找到各种版本的 XSD。

document.xml 符合模式的 WordprocessingML 部分(查找 wml.xsd)。

关于docx - 在哪里可以找到 Microsoft docx 格式的架构(.xsd 文件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18660653/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com