[Home] [By Thread] [By Date] [Recent Entries]



> >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



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member