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: [xml-dev] Ambiguous Content Model



     Niiice! You da man Rick. Back to logic class for me. :-) World o'
thanks.

Michael A. Rossi
Computer Sciences Corporation
mailto:mrossi@csc.com
856-983-4400 x4911


                                                                                                                   
                    Rick Jelliffe                                                                                  
                    <ricko@allett        To:     xml-dev@lists.xml.org                                             
                    e.com.au>            cc:                                                                       
                                         Subject:     Re: [xml-dev] Ambiguous Content Model                        
                    09/28/01                                                                                       
                    01:37 PM                                                                                       
                                                                                                                   
                                                                                                                   


 From: <mrossi@csc.com>

> Can anyone tell me if there's an unambiguous (deterministic) content
model
> equivalent to the following:
>
>      <!ELEMENT test (A | (A?, (B, C)+))>

perhaps this?
  <!ELEMENT test  ( (A, (B, C)*) |  (B, C)+) >

Cheers
Rick Jelliffe