Re: Strange difference between mixed and interleave

"MURATA Makoto (FAMILY Given)" <[email protected]> Tue, 01 Mar 2005 23:30:18 +0900
Newsgroups gmane.text.xml.relaxng.general
Message-ID <[email protected]>
Your second pattern is

	mixed {(element b {text}*, element i {text}*)}.

In other words, <i> cannot precede <b>.

Your first pattern is

	(element b {text}*) & (element i {text}*) & text

This allow any mixture of text, <b>, and <i>.

Cheers,
-- 
MURATA Makoto (FAMILY Given) <[email protected]>