Hussein Shafie wrote:
> Mike Maxwell wrote:
>>
>> Would it be possible to create a simple example...?
> 
> --> See attached files.

Thanks, that got me going!  Turned out the missing crucial piece for me 
was the prefix for the namespace I was using for the extension has to 
appear in the 'version' attribute of the root element.  From your example:

<article version="5.0-extension my"
         ...
        xmlns:my="http://www.acme.com/namespace/my";
         ...
 >

I assume this must be documented somewhere.  That is, I realize that 
'version' is a required attr of the root DocBook element, but I didn't 
realize that the namespace prefix had to be there, and I can't seem to 
find the documentation or explanation.  Can you point me at it?  I'm 
afraid I may have missed something else (and I'm also wondering what to 
do if I add more than one extension to DB5, with separate namespaces).

-- 
    Mike Maxwell
    "We signify something too narrow when we say:
    Man is a grammatical animal. For although there
    is no animal except man with a knowledge of grammar,
    yet not every man has a knowledge of grammar."
    --Martianus Capella, "The Seven Liberal Arts"

Reply via email to