Re: examples of application of interleave?
Kohsuke Kawaguchi <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> The only use for interleave in XHTML 2.0 is to combine header.contents from various > modules; and in this context there is no order significance within the patterns > to be combined. This part can be done easily without interleave. HTML <header> is another example. You can have things like <meta>,<title>,<script>,<link>,... in any order, but you can have at most one <title>. Sounds like you are trying to implement a RELAX NG processor, and if so, I wonder what is the point in adopting an algorithm that is known to be incapable of supporting full RELAX NG. regards, -- Kohsuke Kawaguchi Sun Microsystems [email protected]