CARMONA Jean-Luc wrote: > > Can I use XSLT 2.0 in XMLmind? This is to use regexp. >
Yes, as of version 4.5, XXE is bundled with Saxon 9. You can use this *excellent* XSLT 2.0 engine in process commands (typically to convert your documents to other formats). You cannot use XSLT 2.0 or XPath 2.0 anywhere else. For example, you cannot use XPath 2.0 expressions in macro-commands. In order to use Saxon 9 rather then Saxon 6 (which is the default), you need to add attribute version="2.0" to the <transform> child element of a process command. More info here: http://www.xmlmind.com/xmleditor/_distrib/doc/commands/transform.html

