Cay Horstmann wrote: > > When I insert a ul (Ctrl-I u l Enter), I get just that--a ul element > with no content. I then have to manually add the li and then the (text). > > Curiously, when I append the NEXT li element, then I also get a (text) > inside (which is what I want). > > Similarly, when I insert a h2, I get a naked h2, and I have to manually > add a (text) inside. Ditto for a table. This is quite different from the > explanation in the manual.
Your document is probably invalid: do you have a red icon at the bottom left of main window? If this is the case, fix the invalid element (probably the <body>[*] of your document) and this behavior will automatically stop. If this is not the case, please open XXE_install_dir/demo/xhtml-table.xhtml (or create a new XHTML document using File|New) and try to modify this document by inserting <ul>, <table>, etc. Do you have the same behavior? We are really curious to see what has caused this behavior (called the ``lenient editing'' mode or the ``repair'' mode) since we are 100% sure we have no bug here. > Am I doing something wrong? (Based upon a previous recommendation, I > installed "A sample customize.xxe". Could that interfere with the normal > operation?) No. --- [*] For example, with the xhtml-strict DTD, <body> cannot contain text.

