OpemXML 命名空间

发布于 2024-08-07 04:42:12 字数 343 浏览 3 评论 0原文

如何获取 OpenXML 标准中特定节点的名称空间?

以下是使用它们的示例:

NameTable nt = new NameTable();
XmlNamespaceManager nsManager1 = new XmlNamespaceManager(nt);
nsManager1.AddNamespace("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

我仍然需要知道她如何/从哪里获取架构 URI。

有人能指出我正确的方向吗?

-nomad311

How do I get the namespaces of specific nodes in the OpenXML standard?

Here is an example of using them:

NameTable nt = new NameTable();
XmlNamespaceManager nsManager1 = new XmlNamespaceManager(nt);
nsManager1.AddNamespace("a", "http://schemas.openxmlformats.org/drawingml/2006/main");

BUT

I still need to know how / where she gets the schema URIs from.

Could someone point me in the right direction?

-nomad311

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放赐 2024-08-14 04:42:12

任何 OOXML 文档都将在包内的 document.xml 顶部包含使用的名称空间。

您应该始终参考规范,但是这里有一个简短的列表。

Any OOXML-document is going to contain the used namespaces in the top of document.xml within the package.

You should always refer to specifications, but here's a short list.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文