what is the best free editor for xslt and mybe xsl:fo and xml? [closed]

核能气质少年 提交于 2019-12-30 10:29:35

问题


im looking for free IDE to work with xslt and xml's and even xsl:fo is there any out there? ( i really didn't found any free tool ..)


回答1:


I have been using the XSelerator from Marrowsoft for almost 10 years and it remains my favourite.

Free. Can be found here.

Extremely easy to use. Very strong, xslt-oriented intelisense (prompts you with the names of existing named templates when you are entering a new <xsl:call-template>), a good xml editor, a msxml3/4 debugger, one may perform transformations with many different XSLT processors just with one mouse click.




回答2:


http://free.editix.com/download.html

far Better compared to other free tools .. worth downloading .. There is much intellisense but need to get familiar with it, It is actually a free version of editor from EditiX which sells a pro edition for reasonable price.
personally speaking It's good ..




回答3:


As already done in a comment, I hereby suggest the free Visual Studio Express editions, which are often overlooked when looking for free tools. All Express editions feature XML and XSLT Intellisense and red squiggles, and support for using a schema for Intellisense in XML. I don't know how far things like XSLT debugging go in the Express edition. I suggest the Web Developer edition, but you can install all of them on one system anyway (unlike the Borland Turbo Explorer editions). If you later need more, you can upgrade to a commercial edition without having to relearn everything. Even if you later switch to Liquid XML Studio, it's still Visual Studio.

XSL:FO is not explicitly supported, I think, but if you have a schema, you have at least Intellisense and squiggles for it.



来源:https://stackoverflow.com/questions/2424708/what-is-the-best-free-editor-for-xslt-and-mybe-xslfo-and-xml

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!