[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Deterministic content models???


content model to become ambiguous
The error message is correct.  If the parser encounters a DATA element,
using this content model it can't figure out what should come next - VIEW*
or VIEW+.  To fix the problem change the content model to:

<!ELEMENT SMARTDOC (HEADER, ((DATA, VIEW*) | VIEW+), SIGNATURES?)>

or even

<!ELEMENT SMARTDOC (HEADER, (DATA | VIEW), VIEW*, SIGNATURES?)>

both of which do what I think you want.

As others have pointed out, there is no problem with the original model you
posted.

Hope this helps,
David.

> -----Original Message-----
> From: Andrew Dubinsky [mailto:andy@e...]
> Sent: Wednesday, August 07, 2002 10:31 AM
> To: 'John Evdemon'; xml-dev@l...
> Subject: RE:  Deterministic content models???
> 
> 
> John:
> 
> 
> I can't post the entire set of DTD's, but here is a second instance of
> the problem with a different DTD:
> 
> 	Message  : The content model must be deterministic. Multiple
> definition of element 'DATA' causes content model to become ambiguous.
> An error occurred at smartdoc_V_1_0.dtd(42, 75).
> 
> 42: <!ELEMENT SMARTDOC (HEADER, ((DATA, VIEW*) | (DATA?, VIEW+)),
> SIGNATURES?)>
> 
> Don't they both say the same thing?
> 
> I am using MS .NET Xml parser (XmlValidatingReader) 
> 
> TIA,
> Andrew Dubinsky


---------------------------------------

The information contained in this e-mail message, and any attachment thereto, is confidential and may not be disclosed without our express permission.  If you are not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution or copying of this message, or any attachment thereto, in whole or in part, is strictly prohibited.  If you have received this message in error, please immediately notify us by telephone, fax or e-mail and delete the message and all of its attachments.  Thank you.

Every effort is made to keep our network free from viruses.  You should, however, review this e-mail message, as well as any attachment thereto, for viruses.  We take no responsibility and have no liability for any computer virus which may be transferred via this e-mail message.


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.