recursion with an except.

[email protected] Wed, 25 Feb 2004 11:46:16 -0000
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
I have a definition of a bunch of inlines.

<define name="Inline.group">
  <choice>
    <text/>
    <ref name="Em"/>
    <ref name="Strong"/>
    <ref name="Dfn"/>
    <ref name="Code"/>
    <ref name="Samp"/>
    <ref name="Kbd"/>
    <ref name="Cite"/>
    <ref name="Abbr"/>
    <ref name="Acronym"/>

etc.

I want to exclude recursion, say in the em element

<define name="Em">
<element name="em">
<ref name="Inline.group">
  <except>
    <ref name="Em"/>
  </except>
</ref>
</element>
</define>

Seemed about right, but jing tells me
inlines.rng:120: error: found "except" element but expected empty content

Is it necessary to list out all the elements,
making the definition redundant? 
  Since its mixed content, I'm unsure if this is possible anyway,
from the Inline.group definition.

Any suggestions please?
  TIA, DaveP

 



Regards DaveP.

**** snip here *****

- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk