← Prev in month ← Prev in thread

v5 feature request.

From
Dave Pawson <>
Date
2007-03-17T08:52:33+00:00
ID
Thread
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
← Prev in month ← Prev in thread