Kenneth Johansson wrote: > > I'm using XXE with DocBook and can't insert the caption element inside a > mediaobject element. I suppose this is a bug.
It is probably a shortcoming of current DocBook CSS style sheet. DocBook CSS style sheet has completely been rewritten and will be available in next XXE release. Note that using current XXE, you can certainly insert a caption inside a mediaobject element using the tree view: select last xxobject child of the mediaobject and 'Insert After' it the caption element. > When I insert an element at the end of a sentence, i.e. there are no > whitespaces after, then I'm not able to continue writing after the element > since there are no continuence on the text entry. I have to undo my element > insertion, then press an extra SPACE, then go back a step and then insert the > element. Does it exist a faster way to do things? Sure. Press key 'Insert' of your keypad. This will 'Insert After' a text node after current element. This trick and also other useful things are described in http://www.xmlmind.com/xmleditor/_distrib/docs/user/userguide4.html#id.s4 Note that even if the 'Insert' key didn't exist, the right way to do what you want is simply 'Insert after' current element a text node (see big 'Text' button at the bottom of the Edit tool tab).

