如何将 XUL 转换为 XHTML?
有人知道将 xul 转换为 x/html 的工具或技术吗?我有一个为 Firefox 插件创建的 xul 窗口,现在我想将其移植到 html。
任何提示、链接或技巧都会有所帮助。
谢谢, -=Vin
Anyone know of any tools or techniques for converting xul to x/html? I've got a xul window I created for a Firefox addon that I now want to port over to html.
Any tips, links, or tricks would be helpful.
Thanks,
-=Vin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这种转换的合适技术是使用 XSLT。
A suitable technique for such a conversion is using XSLT.