Petr Nalevka wrote:
> 
> this is great news, thank you very much for the patch I will test it today.

Do not hesitate to report any problem you could have with the patch.



> 
> Just one little question. The default (no stylesheet view) is probably 
> not done through a CSS right? It is probably hard coded in XML Mind?

Yes. It is our native tree view.




>  I'm  asking because I would like to use some of the appearance of the 
> default 
> view in my specific CSS.
> 

It is very simple to do so. Specify "display: tree;" for some of your 
XML subtrees (that is, a styled view can contain pieces of tree view; a 
tree view cannot contain pieces of styled view).

XHTML example:

---
base,
meta,
link,
style,
script,
noscript {
     display: tree;
}
---

More info in 
http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/new_displays.html





Reply via email to