Petr Nalevka wrote: > I found a strange issue with XML Mind when the DOCTYPE is present. If I > create a new section it gets created without an empty title and I need to > add the title manually. If I detele the DOCTYPE sections are being inserted > correctly with titles.
I think that XXE uses DTD for validation (and code completition) if you specify DOCTYPE. And because title is optional in DocBook DTD, it is probably not inserted by XXE. You can patch Xerces to add partial support for xml:id, see http://issues.apache.org/jira/browse/XERCESJ-1113 -- ------------------------------------------------------------------ Jirka Kosek e-mail: jirka at kosek.cz http://xmlguru.cz ------------------------------------------------------------------ Professional XML consulting and training services DocBook customization, custom XSLT/XSL-FO document processing ------------------------------------------------------------------ OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member ------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20090113/da4ed3e1/attachment.sig

