When reading the Power User Guide,
it is said that "the validity of the element contained in the
elementTemplate is not checked by XXE when the configuration file is
parsed".
The question is: the element is checked after, isn't it??
In fact,
I want to add an element that is not valid with the DocBook DTD.
To do that I thought that it will work when I write (toolBar.incl):

-----<button toolTip="Add table" icon="../icons2/table.gif">
        <command name="add" parameter="#template(table,simple)" />
-----</button>


**adding for example(common.incl):

-----<elementTemplate name="simple">
        <table title="" id="">
                <tr><p></p></tr>
                <tr><p></p></tr>
        </table>
-----</elementTemplate>

But it does not activate the icon "table.gif"  at the editor.

Did I forget something or missunderstand something ?

Thank you,

        Tahia

Reply via email to