itsme213 wrote: > Is there a way to incrementally edit a style sheet and see the effect on > the screen? The update does not have to be automatic, a menu/click would > do. If not, is there a couple of line macro I could add to do this? > > I tried View->Redraw and it did not do the trick. >
Select the CSS style sheet currently being used from the View menu. This menu entry always reloads the CSS from its source file. This is documented: http://www.xmlmind.com/xmleditor/_distrib/doc/help/viewMenu.html --- Below the above menu item, a menu item is added for each CSS style sheet available for current document. Selecting the name of a style sheet causes the document view to use this style sheet. If a document view already uses the selected style sheet, the style sheet is reloaded from its file (which is very handy when developing a new CSS style sheet). ---

