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

  • From: David Megginson <dmeggins@u...>
  • To: <geirog@f...>
  • Date: Mon, 21 Apr 1997 06:21:31 -0400

geirog@f... writes:

 > >From the dtd: <!ELEMENT line     (#PCDATA | stagedir)+>
 > 
 > D:\WINUTILS\JADE\NSGMLSU.EXE:shakspe2.dtd:22:39:W: #PCDATA in model group
 > that is not repeatable
 > 
 > Why is this flagged as an error/warning? Isn't this a repeatable model group?
 > Or isn't (#PCDATA | stagedir)+ a legal model group in XML?

The message should have read "#PCDATA in model group that is not
optional and repeatable".  The draft XML spec allows mixed content
only as an optional and repeatable OR group, where #PCDATA is the
first member.

By the way, you gain nothing by using "+" instead of "*", since
#PCDATA can be an empty string.  For example, in full SGML, the
following would satisfy (#PCDATA | stagedir)+ as well as it satisfies
(#PCDATA | stagedir)*:

  <line></line>


All the best,


David

-- 
David Megginson                 ak117@f...
Microstar Software Ltd.         dmeggins@m...
University of Ottawa            dmeggins@u...
        http://www.uottawa.ca/~dmeggins

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@i... the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@i...)


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