aboutsummaryrefslogtreecommitdiffstats
path: root/conf/config.dtd
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-12-12 19:18:50 +0000
committerfotis <fotis@unknown>2000-12-12 19:18:50 +0000
commitc6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee (patch)
tree79443dabcc441bf86b8edb6e560773652b055538 /conf/config.dtd
parent5668bdab96cbfac4b3c6148a48d81986322280f2 (diff)
downloadxmlgraphics-fop-c6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee.tar.gz
xmlgraphics-fop-c6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee.zip
adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/config.dtd')
-rw-r--r--conf/config.dtd6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/config.dtd b/conf/config.dtd
new file mode 100644
index 000000000..d51a1a96c
--- /dev/null
+++ b/conf/config.dtd
@@ -0,0 +1,6 @@
+<!ELEMENT configuration (entry+)>
+<!ELEMENT entry (key,(value | list))>
+<!ELEMENT key (#PCDATA)>
+<!ELEMENT value (#PCDATA)>
+<!ELEMENT list (value+ | subentry+)>
+<!ELEMENT subentry (key,value+)> \ No newline at end of file