[
Lists Home |
Date Index |
Thread Index
]
> >I.e. something like:
> >
> > <element name="start">
> > <allowEverything/>
> > </element>
>
> In compact syntax I express this as follows:
>
> element start = any
> any = mixed { element * { ( attribute * { text } | text | any )* } }
>
> I sometimes wonder if I can get rid of the "mixed" somehow.
>
any = (text | element * { attribute * { text }*, any })*
Cheers,
David
------------------------------
David Rosenborg
Pantor Engineering AB
|