[
Lists Home |
Date Index |
Thread Index
]
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_
|