RE: [xml-dev] modeling, validating and documenting an xml grammar

From
Mike Fitzgerald <>
To
Bob Foster <>, xml-dev <>
Date
2003-06-18T10:37:32Z
ID
<>
Thread
RE: [xml-dev] modeling, validating and documenting an xml grammar
Bob Foster wrote:
> No?
>
> x{9,12} = (x,x,x,x,x,x,x,x,x,x?,x?,x?)

Sure. You're right. The syntax sugar of M-N would be convenient for large
numbers, however, but the use cases are rare, so the RELAX NG TC has not
been falling all over themselves to add this feature.

Mike