diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/customization/obsolete/modifications.elements | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/customization/obsolete/modifications.elements')
-rw-r--r-- | kdoctools/customization/obsolete/modifications.elements | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/kdoctools/customization/obsolete/modifications.elements b/kdoctools/customization/obsolete/modifications.elements new file mode 100644 index 000000000..0c78ee64b --- /dev/null +++ b/kdoctools/customization/obsolete/modifications.elements @@ -0,0 +1,46 @@ +<!-- ONLY to supply declarations that were switched off earlier + Take care to make it only _more_ restrictive. --> + +<!-- One modification: BookInfo is compulsory, because + it contains ReleaseInfo, which is compulsory --> +<!ELEMENT book ((%div.title.content;)?, bookinfo, + (dedication | toc | lot + | glossary | bibliography | preface + | %chapter.class; | reference | part + | %article.class; + | %appendix.class; + | %index.class; + | colophon)*)> + +<!-- Modification: ReleaseInfo, Date, Abstract and Keywordset are + compulsory. Not all orders that could be valid are allowed (the + number increases factorial). The current restrictions are quite + strict, and it is foreseen that they will be relaxed. Date and + ReleaseInfo must come together, as must Abstract and Keywordset. + Abstract and Keywordset must follow Date and ReleaseInfo when they + are used the first time. +--> +<!ELEMENT bookinfo ((graphic | mediaobject | legalnotice + | modespec | subjectset | itermset + | %kde.bibliocomponent.mix; )*, + ((date, releaseinfo) | (releaseinfo, date)), + (graphic | mediaobject | legalnotice + | modespec | subjectset + | itermset | %kde.bibliocomponent.mix; + )*, + ((abstract, keywordset) | (keywordset, abstract)), + (graphic | mediaobject | legalnotice | modespec + | subjectset | itermset + | %bibliocomponent.mix; | keywordset)*)> + +<!-- value of Type changed from IMPLIED CDATA + default value of LinkMode set from #IMPLIED to kdems-default --> +<!ATTLIST olink + targetdocent ENTITY #IMPLIED + linkmode IDREF "kdems-default" + localinfo CDATA #IMPLIED + type (href|other) "href" + %common.attrib; + %olink.role.attrib; + %local.olink.attrib; +> |