T
Thomas Sommer
Hi group,
I understand how the dtd of docbook is setup but I just don't find
the parameter entity I need to use. So maybe somone of you knows the
quick answer.
My goal I want to have an entity which can wrap everything
below book, article etc. At the moment I have:
<!ENTITY % local.divcomponent.mix "|i">
and
<!ELEMENT i (#PCDATA|section|%divcomponent.mix*>
And here the question: which entity takes care of all section,sec1...
elements? Of course I could just type all of them by hand but
that is not the idea.
thanks thomas
I understand how the dtd of docbook is setup but I just don't find
the parameter entity I need to use. So maybe somone of you knows the
quick answer.
My goal I want to have an entity which can wrap everything
below book, article etc. At the moment I have:
<!ENTITY % local.divcomponent.mix "|i">
and
<!ELEMENT i (#PCDATA|section|%divcomponent.mix*>
And here the question: which entity takes care of all section,sec1...
elements? Of course I could just type all of them by hand but
that is not the idea.
thanks thomas