Peter Desjardins wrote: > One user here opens a particular DocBook XML file and has no styled view. > This file is a modular <chapter> file with no DOCTYPE declaration. He can > open the main <book> file and sees the styled view. He can open a new > chapter or section file and sees the styled view. > > When I open the same file, it is styled with the normal DocBook style. > > I'm sorry if I've missed something simple but I am not finding a control to > associate files with the DocBook styling. Is this a configuration issue or > should I ask him to reinstall? He recently replaced his computer and > therefore reinstalled the software. > > The content of the problem file is: > > <?xml version="1.0" encoding="UTF-8"?> > <chapter> > <title>My Title</title> > > [snip] > > </chapter>
> I think I have this figured out. > > http://www.xmlmind.com/xmleditor/changes.html#porting_to_xinclude > > It seems that I'll have to add DOCTYPE declarations to all the modular files. > > We are already using xi:include so it's not a big adjustment. > Yes. This v4.0 regression is documented in sidebar "Porting to XInclude" http://www.xmlmind.com/xmleditor/changes.html

