Truong, Hung C wrote: > > We have already developed our styled view based on XSLT and CSS for the MS IE > browser. Can I use it in the configuration for authoring in XXE?
--> The answer is generally no for the CSS. This is explained here http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/introduction.html --- XMLmind XML Editor (XXE for short) supports a subset of CSS2 and a few CSS3 features. The role of the CSS style sheet in XXE is to make the XML document easy to read (get rid of the tree view, no visible tags, etc) and to make its structure (chapter, section, list, list item, etc) easy to understand. This is very different from the role of CSS style sheets in Web browsers, for which the CSS standard has been designed. [MORE] --- --> The XSLT style sheet may probably be used to convert the XML document to HTML/XHTML by the means of a "process" command. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/process.html

