Re: groupability
James Clark <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2003-11-28 at 20:58, David Tolpin wrote: > I must resolve all references (ref,parentRef) before checking groupability > restrictions, right? Yes. The groupability restrictions are expressed on simple form. > That is, I cannot do it in one pass and must carry information about the position > of a pattern in the source code to the second pass? If you want to report position information for violations of groupability restrictions, then I think the schema parser has to create structures with position information. James