OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: v5 feature request.


Could I request a (negative) addition to the schema please.

     <define name="db._any">
       <a:documentation>Any element from almost any 
namespace</a:documentation>
       <element>

         <anyName>
           <except>
             <nsName/>
             <nsName ns="http://www.w3.org/1999/xhtml"/>
	    <!-- DP Added for litprog-->
	    <nsName ns="http://nwalsh.com/xmlns/litprog/fragment"/>
           </except>
         </anyName>
         <zeroOrMore>
           <choice>
             <ref name="db._any.attribute"/>
             <text/>
             <ref name="db._any"/>
           </choice>
         </zeroOrMore>
       </element>
     </define>



This to enable the schema to work with the litprog work that Norm has done.

Also, for the record, though I believe Jirka has reported it.

  <define name="db.computeroutput.inlines">
     <choice>
       <choice>
         <text/>
         <ref name="db.ubiq.inlines"/>
         <ref name="db.os.inlines"/>
         <ref name="db.technical.inlines"/>
         <ref name="db.markup.inlines"/>
       </choice>
       <ref name="db.co"/><!-- DP. Error Duplicated below? -->
       <ref name="db.co"/>
     </choice>
   </define>



A duplicate reference to db.co


regards



regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]