Dimitri Monie wrote:
> 
> I successfully installed XML Mind XML Editor V2.2 Standard Edition, as I need 
> to access improvements that only exist in DocBook DTD 4.2 .
> So, I expected, after installation, to view new attributes in the attributes 
> list, namely the "contentwidth" and "contentdepth" attributes for the 
> graphic, imagedata and videodata elements.
> But they do not display.
> 
> Why ?

You opened a document marked as being DocBook 4.1.2: its document type
declaration at the beginning of the file looks like:

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd";>

(may be you'll have article, chapter, etc, instead of book)

Use a *text editor* and change this to:

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>

After doing this, you'll be able to see new attributes "contentwidth"
and "contentdepth".

Reply via email to