Antony Blakey wrote: > > >> If you are using XXE v3.8.1, I don't see any element having an >> ambiguous content model (may be info with or without a title?). > > Yes, info. Hmmm... that's a pain. It inserts correctly, and suddenly I'm > in lenient mode. >
Now, I remember this problem. Here's what I wrote to another user: --- As of XXE v3.8.1, when a title element (of a book, but also of a chapter or a section) is not sufficient, you can replace it with an info (having a title) or insert an info (having no title) after it. This works 100% intuitively for chapter/title and section/title, but not for book/title because book has a truly ambiguous overall content model (a book can have no title at all! Probably a mistake in the RELAX NG schema). For book/title, select the title and replace it by info(title). See attached screenshot. The other option, Insert info(no_title) after the title is still considered to be ambiguous by XMLmind XML Editor, so don't use it. --- -------------- next part -------------- A non-text attachment was scrubbed... Name: book.png Type: image/png Size: 51695 bytes Desc: not available Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20080616/a55be840/attachment.png

