Goh, Swee-Doon (GPMS) wrote: > > Let me try to explain it a bit better (I hope). > > My own schema is based-on DocBook 5, with only minor additions. So I copied > the /config/docbook5 folder and start replacing the namespace, and add my own > schema (RELAX NG compact). When opening my own XML file, it can validate the > file. So I know the addon for custom schema works properly. > > I replaced all docbook namespace with my own.
Really everywhere? > > To explain the issue a bit in details: > > I'm adding list using the button "Add orderedlist" in the toolbar. This > should be a simple operation. > > Once the list is added, I get the numbered list starting with "1". I can see > the element "orderedlist" is selected/highlighted. This part works just fine. > > The only weird part is the cursor can never be moved into this gray > selected/highlighted box. I wanted to add text to it but I couldn't. > > The location of the cursor always stays at where it was before I added the > list, or somewhere else. I tried selecting the ordered list again but the > cursor is still not moved here. > This means that the new orderedlist is created without any text node. This may happen for a number of reasons. The most common one is that the element containing the orderedlist or any of its ancestors has invalid contents. > If I start adding text when the ordered list "1." is highlighted, the text is > added somewhere else (wherever the cursor is at). > > I hope this will help. Not really. > If this is not helpful, would sending my addon folder directly to you an > option? > Yes, please do so: mailto:hussein at xmlmind.com

