diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-01-13 10:21:45 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-01-13 10:21:45 +0000 |
commit | 7794fcea2c45195f647778e8432c4eb701d436fe (patch) | |
tree | a84a575504da1be9579274429422fb2cf74a6358 /src/documentation/skinconf.xml | |
parent | 2c1fdfe32eee04d96bd4cc736e7bb164cf031efa (diff) | |
download | xmlgraphics-fop-7794fcea2c45195f647778e8432c4eb701d436fe.tar.gz xmlgraphics-fop-7794fcea2c45195f647778e8432c4eb701d436fe.zip |
Fixes DTD and enables FOP logo for PDF files.
Submitted by: Jeff Turner <jefft@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195847 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/skinconf.xml')
-rw-r--r-- | src/documentation/skinconf.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml index 6c0ac4101..9cbf6d058 100644 --- a/src/documentation/skinconf.xml +++ b/src/documentation/skinconf.xml @@ -11,10 +11,14 @@ jefft@apache.org <!ENTITY % links.att 'name CDATA #REQUIRED'> <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'> - <!ELEMENT skinconfig (disable-search?, searchsite-domain?, searchsite-name?, project-name, project-url, project-logo, group-name?, group-url?, group-logo?, host-logo?, year?, vendor?, trail?, credits?)*> + <!ELEMENT skinconfig (disable-search?, searchsite-domain?, searchsite-name?, + project-name, project-url, project-logo, group-name?, group-url?, group-logo?, + host-url?, host-logo?, year?, vendor?, trail?, credits?)*> <!ELEMENT credits (credit*)> - <!ELEMENT credit (name, url, image, width?, height?)> - <!ATTLIST credit role CDATA #IMPLIED> + <!ELEMENT credit (name, url, image?, width?, height?)> + <!-- id uniquely identifies the tool, and role indicates its function --> + <!ATTLIST credit id CDATA #IMPLIED + role CDATA #IMPLIED> <!ELEMENT disable-search (#PCDATA)> <!ELEMENT searchsite-domain (#PCDATA)> <!ELEMENT searchsite-name (#PCDATA)> @@ -24,6 +28,7 @@ jefft@apache.org <!ELEMENT group-name (#PCDATA)> <!ELEMENT group-url (#PCDATA)> <!ELEMENT group-logo (#PCDATA)> + <!ELEMENT host-url (#PCDATA)> <!ELEMENT host-logo (#PCDATA)> <!ELEMENT year (#PCDATA)> <!ELEMENT vendor (#PCDATA)> @@ -90,12 +95,12 @@ jefft@apache.org <width>138</width> <height>31</height> </credit>--> - <!--credit role="pdf"> + <credit role="pdf"> <name>Created by: FOP 1.0dev</name> <url>http://xml.apache.org/fop/dev</url> <image>images/logo.jpg</image> <width>138</width> <height>31</height> - </credit--> + </credit> </credits> </skinconfig> |