OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Inclusion in XML versus SGML

[ Lists Home | Date Index | Thread Index ]

Title: RE: [xml-dev] Inclusion in XML versus SGML

Or if you're using PEs for your content models:
<!ENTITY % common.cm (para)>
<!ENTITY % chapter.cm (title|picture|%common.cm;)*>
<!ELEMENT chapter %chapter.cm;>

etc.

Doing it this way is a bit more verbose than SGML but at least you get the advantage of being able to change your "inclusions" in one place.

John

-----Original Message-----
From: John Cowan [mailto:cowan@mercury.ccil.org]
Sent: 20 February 2002 18:03
To: Sevigny Benoît
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] Inclusion in XML versus SGML


Sevigny Benoît scripsit:

>       In SGML, you can do like thing in your DTD declaration :
>
>               <!ELEMENT book (chapter,section) +(para) >
>
>       This mean that that book contain a chapter and a section. The
> chapter and section is composed by para.
>
>       Now what I want to know, is how in XML I can declare such thing
> (a repeating inclusion).

XML DTDs don't have inclusions, period.

You can either carefully define all your content models to allow
<para> elements at every point (which often isn't that hard), or
you can move to a different schema language.

--
John Cowan           http://www.ccil.org/~cowan              cowan@ccil.org
To say that Bilbo's breath was taken away is no description at all.  There
are no words left to express his staggerment, since Men changed the language
that they learned of elves in the days when all the world was wonderful.
        --_The Hobbit_

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>

The information transmitted by this e-mail message is intended solely for the use of the person to whom or entity to which it is addressed. The message may contain information that is privileged and confidential.  Disclosure, dissemination, distribution, review, retransmission to, other use of or taking any action in reliance upon this information by anyone other than the intended recipient is prohibited. If you are not the intended recipient, please do not disseminate, distribute or copy this communication, by e-mail or otherwise. Instead, please notify us immediately by return e-mail (including the original message with your reply) and then delete and discard all copies of the message.

Although we have taken precautions to minimize the risk of transmitting viruses we nevertheless advise you to carry out your own virus checks on any attachment to this message. We accept no liability for any loss or damage caused by viruses.





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS