将数据库查询导出到 OPML?
有没有办法将数据库查询导出到 OPML?
Is there a way to export a database query to OPML?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法将数据库查询导出到 OPML?
Is there a way to export a database query to OPML?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这是一个奇怪的问题 - OPML 是一种 XML 格式,具有非常具体的定义和要求,它是不像任何数据库表都包含适合 OPML 的数据。所以最简单的答案是:这取决于您的数据库中有什么,以及它是否适合用 OPML 表达。
This is sort of a weird question -- OPML is an XML format with very specific definitions and requirements, it's not like just any database table would contain OPML-appropriate data. So the easiest answer is: it depends on what's in your DB, and whether it's appropriate to express in OPML.