[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] Mixed content problem
- From: Brenda O'Busek <bobusek@apexcovantage.com>
- Date: Mon, 7 Nov 2005 14:31:14 -0500
- Thread-index: AcXj0WGgNErMmD84T0W05eXMTk1oAwAAEJqA
- Thread-topic: [xml-dev] Mixed content problem
Here is my parsing error ...
Description: F A '(' character or an element type is required in the
declaration of element type "metanote".
-----Original Message-----
From: Vladimir Gapeyev [mailto:vgapeyev@seas.upenn.edu]
Sent: Monday, November 07, 2005 2:28 PM
To: Brenda O'Busek
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] Mixed content problem
Reporting the error that comes from the parser could help...
From what I know about DTDs, it seems that the (symposium?,contribgrp?)
piece is at fault: it says that these two elements should come in this
order, adjacent to each other,--- a constraint that should not be
imposed
in mixed content. But seek a second opinion if you need a definite
answer.
Vladimir
On Mon, 7 Nov 2005, Brenda O'Busek wrote:
> Hello -
>
>
>
> I'm having trouble with the following content model in a DTD:
>
>
>
> <!ELEMENT metanote
>
((#PCDATA|emph|meta-received|meta-accepted|meta-revised|meta-presented|m
> eta-submit|
>
> edcode|techeditor) |
> (symposium?,contribgrp?))* >
>
>
>
> This seems to follow all the XML mixed content rules, but I'm still
> getting a parsing error. Can anyone explain, or help with a
workaround?
>
>
>
> Thanks!
>
>
>
> Brenda O'Busek
>
> Project Designer
>
> Apex CoVantage
>
> 120 Presidents Plaza
>
> 198 Van Buren Street
>
> Herndon, VA 20170-5338
>
> P: 703.709.3451
>
> F: 703.709.8242
>
> bobusek@apexcovantage.com
>
> www.apexcovantage.com
>
>
>
>
>
>
>
>
>
>
|