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

  • From: mrossi@c...
  • To: xml-dev@l...
  • Date: Fri, 28 Sep 2001 13:45:48 -0400

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

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


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


 From: <mrossi@c...>

> 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


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