[relaxng-user] Re: examples of application of interleave?

Kohsuke Kawaguchi Kohsuke.Kawaguchi at Sun.COM
Tue Sep 30 08:05:03 ICT 2003


> 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                   kohsuke.kawaguchi at sun.com



More information about the relaxng-user mailing list