Hua wrote: > Is there a way to localize the file "docbook.css" so that the XML_mind > editor will show only language-specific documents?
I'm sorry but I'm not sure to understand your question. If you add this rule at the end of docbook.css (or better, to a customization of docbook.css of your own which imports docbook.css. See http://www.xmlmind.com/xmleditor/_distrib/doc/configure/customizing.html): --- *[lang=fr] { display: none; } --- All elements having the lang="fr" attribute (that is, elements written in French) will be hidden. --- PS: This kind of question should be sent to the xmleditor-support mailing list (subscribing to the mailing list is not required), not to info at pixware.fr

