是否可以在 XML 文件中包含 DOCTYPE 声明并让解析器在工作时将其删除?
或者也许让解析器以某种方式忽略 DOCTYPE 标记?我有用作“!ENTITY”的 XML 文件,它们本身也需要有“!ENTITY”,并且我已将嵌套文件包含在顶级文件中,但 Visual Studio 会调出我对第二个文件中的引用 -级别文件未定义。谢谢!
Or perhaps have the parser just ignore the DOCTYPE tag in some fashion? I have XML files being used as "!ENTITY"s that also themselves need to have "!ENTITY"s and I have included the nested ones in the top-level file, but Visual Studio calls out my references to those in the 2nd-level files as not defined. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确地阅读了您的问题,您有一个 XML 文件,其中包含附加的独立 XML 数据。
您是否将内部 XML 数据包装在 CDATA 部分中?
If I read your question properly, you have one XML file that includes additional, standalone XML data within in.
Are you wrapping the inner XML data in CDATA sections?