I want to say

content model is:
  any element from the xsl namespace
   or
 zeroOrMore
  element  fragment  ns http://nwalsh.com/xmlns/litprog/fragment namespace

this isn't working

<define name="XslElements">
    <element ns="http://www.w3.org/1999/XSL/Transform";>
      <choice>
        <anyName ns="http://www.w3.org/1999/XSL/Transform";>
          <except>
            <nsName ns="http://nwalsh.com/xmlns/litprog/fragment"/>
          </except>
        </anyName>
??
      </choice>
        <choice>
         <text/>
         <ref name="XslElements"/>
       </choice>
    </element>
</define>


Any suggestions please?


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

Reply via email to