Agnisys wrote: > I'm trying to see if this tool is a good fit for my > application. So far it seems that it is not. I wonder if you can help me > evaluate it. > > 1. I'm looking for an XML editor that hides the XML from the user. I have a > grammer written in XSD > I can't figure out how to tell XMLMind about it. > > 2. Secondly how to specify the CSS stylesheet.
You need to write a configuration (a declarative XML file) which will instruct XXE how to handle your documents. How to do this is explained here: http://www.xmlmind.com/xmleditor/_distrib/doc/configure/configure.html > 3. Then I have a XSLT 2.0 style sheet that I need to apply to the XML file. > Is it even possible to > do it? Currently, XXE is bundled with Saxon 6.5.5 which is an XSLT 1 engine. In the future (i.e. months or even years), we'll eventually upgrade to Saxon 8+. For now, I'm affraid there is no easy way (i.e. without writing custom code in Java[tm]) to apply an XSLT 2 transformation to an XML document.

