Dave Pawson wrote:
> I found it easy enough to create a reduced docbook set.
> 
> wondering about extending it.
> 
> I need to add an element into the basic inlines?
> 
> 
>  <define name="db.ubiq.inlines">
>     <choice>
>       <choice>
>         <ref name="db.inlinemediaobject"/>
>         <ref name="db.remark"/>
>         <ref name="db.superscript"/>
>         <ref name="db.subscript"/>
>         <ref name="db.link.inlines"/>
>         <ref name="db.alt"/>
>     <ref name="shLft"/>
>     <ref name='shRt'/>
>       </choice>
>       <ref name="db.annotation"/>
>       <ref name="db.indexterm"/>
>     </choice>
>   </define>
> 
> 
> Then by own definitions of shLft and shRt.
> 
> Is there any better way of doing this please?

 <define name="db.ubiq.inlines" combine="choice">
  <choice>
    <ref name="shLft"/>
    <ref name='shRt'/>
  </choice>
</define>

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: [EMAIL PROTECTED]      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
------------------------------------------------------------------

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to