I currently have

lexeme
 zeroOrMore
   choice
     grapheme
     phoneme
     alias
     example
   /choice
 /zeroOrMore
/lexeme

The (English) requirement is 

The lexeme element contains 
in any order
one or more grapheme children,
one or more of either phoneme or alias elements,
zero or more example elements.

I've tried with relames

 <s:assert 
      test="(count(phoneme) &gt;= 1) or (count(alias) &gt;= 1) ">There
must be at least one (phoneme or alias child of lexeme)
  </s:assert>

which seems not to work. (too many errors reported)

Any suggestions please.

TIA DaveP







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/rng-users/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to