.NET 是否有内置的类用于查询 XML DTD 信息?
.NET 是否为使用 XML DTD 提供任何内置支持?我想检索元素类型、属性列表和实体声明信息。我知道对 DTD 验证的支持,但希望能够使用 DTD 信息本身。
我可以手动解析 DTD 来完成此任务,但如果框架中已经内置了某些内容,我宁愿不这样做。
Does .NET provide any built-in support for working with XML DTDs? I want to retrieve element type, attribute lists, and entity declaration information. I'm aware of the support for validating against a DTD, but want to be able to work with the DTD information itself.
I'd be fine parsing DTDs manually to accomplish this, but would rather not if there's already something built-in to the framework.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.Net 确实支持 DTD
以下链接提供了来自 Microsoft 的有关使用的更多信息。
Microsoft DTD 信息
.Net does have support for DTD
The following link has further information from Microsoft on useage.
Microsoft DTD Information