OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-deterministic content model




> (a, b? | b?, a)

Since the above is the equivalent of ( a | ab | ba ),
you can write it as

(a,b?) | (b,a)

which is deterministic.

How about this?

> (a b)* a?


I think this cannot be written by the deterministic content model.

regards,
----------------------
K.Kawaguchi
E-Mail: kohsukekawaguchi@yahoo.com