Jeremy Quinn wrote: > > >> New <p></p> on press RETURN, is something that works in the demos, but > >> I cannot get it to work on mine, any suggestions of what to look for? > > > > The Enter keystroke is bound to command called insertControlCharOrSplit > > (Menu "Help|Mouse and Key Bindings" displays this kind of information). > > > > This command is described in the Power User's Guide: > > http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/ > > ar01s05s16.html > > > > This command will work with any DTD or XML-Schema provided that you > > type > > Enter in a ``paragraph-like'' element (and, of course, it must not be > > styled using "white-space: pre;" because in such case, a newline > > character is inserted in the element.) > > Hmmm, this is still not working for <p/>. > Could this be caused by the way I have written my XSD?
Probably. If you want to be sure send us (an excerpt of) your XSD containing the definition of a <p>.

