ASPX 的 XML 架构?
这些天我正在 Emacs 中编辑大量 .aspx 文件。 nxml-mode 可以使用模式(RELAX NG,但也可能是其他模式)来检测 XML 中的错误,我发现它对于其他事情来说非常方便。
*.aspx 文件是否有 RELAX NG 架构?
(我在搜索时遇到了麻烦,因为“aspx”不仅作为一种语言而且作为 URL 的一部分非常常见。)
I'm editing a lot of .aspx files in Emacs these days. nxml-mode can use a schema (RELAX NG, but maybe others) to detect errors in XML, and I find it really handy for other things.
Is there a RELAX NG schema for *.aspx files?
(I'm having trouble searching because "aspx" is so common not just as a language but as part of URLs.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为 ASPX 是 XML 格式。 例如,我认为 <%@ 不是有效的 XML。
I don't think ASPX is an XML format. I think <%@ is not valid XML, for example.