如何在 BlogML 中表示标签?

发布于 2024-10-25 03:04:52 字数 281 浏览 1 评论 0原文

我正在编写一个小控制台应用程序,将 wordpress 备份生成的 xml 导出文件转换为 BlogML,以便我可以将其导入 BlogEngine.NET

但我遇到了一些障碍,因为标签似乎不受支持。

有没有办法可以伪造它们,以便将它们作为标签而不是类别选取?

我已经对 codeplex 上的问题投了赞成票,但我似乎是唯一投票的人,这建议有一个替代解决方案。

I'm writing a little console app to convert the xml export file produced by wordpress backup in to BlogML so I can import it into BlogEngine.NET

But I've hit a bit of stumbling block in that tags don't seem to be supported.

Is there a way I can fake them so they'll get picked up as tags and not categories?

I've upvoted the issue on codeplex, but I seem to be the only one who has, which suggests there is an alternative solution.

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

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

发布评论

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

评论(1

鸩远一方 2024-11-01 03:04:52

我在使用 Blogengine.net 生成的博客 ML 时遇到问题。我曾尝试从 BE.Net 2.6 迁移到 Orchard 1.4。问题是标签没有被选取,Orchard 仅选取类别作为标签。这显然不是我想要的。我只有 4 个类别,但有很多标签。根据与为 Orchard 编写博客 ML 插件的 Nick Mayne 交换的电子邮件,BE.net 生成的博客 ML 是非标准的。 Blog ML 规范没有标签,但有类别。从 BE 导出的文件既有标签又有类别,但 Orchard 只挑选了猫。我之前就赞成这个问题。

I am having a problem with the Blog ML generated by Blogengine.net. I had attempted to migrate from BE.Net 2.6 to Orchard 1.4. Problems was the tags are not picked up and only the categories are picked up by Orchard as tags. This is obviously not what i want.I have only 4 categories but lots of tags. Base don an email exchanged with Nick Mayne who wrote the Blog ML plug ing for Orchard the Blog ML that BE.net generates is nonstandard. The Blog ML spec does not have tags but does have categories. The exported file from BE has both the tags and categories but Orchard was only picking up the cats. I upvoted that issue earlier.

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