File: configuration.properties

package info (click to toggle)
liblayout 0.2.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,332 kB
  • sloc: java: 51,125; xml: 138; makefile: 17
file content (33 lines) | stat: -rw-r--r-- 1,743 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Tag-definition for the XML-writer.
# Prefix is 'org.jfree.layouting.modules.output.html.'
#
# Declare the namespaces (this is independent of the ones defined above ..)
# <prefix>"namespace."<ns-prefix>=<ns-uri>
org.jfree.layouting.modules.output.html.namespace.html=http://www.w3.org/1999/xhtml
org.jfree.layouting.modules.output.html.default.html=deny

#
# Next define the tags for which we want to customize the indent-behaviour
org.jfree.layouting.modules.output.html.tag.html.html=allow
org.jfree.layouting.modules.output.html.tag.html.head=allow
org.jfree.layouting.modules.output.html.tag.html.p=deny
org.jfree.layouting.modules.output.html.tag.html.span=deny
org.jfree.layouting.modules.output.html.tag.html.div=allow
org.jfree.layouting.modules.output.html.tag.html.title=deny
org.jfree.layouting.modules.output.html.tag.html.img=deny
org.jfree.layouting.modules.output.html.tag.html.br=deny
org.jfree.layouting.modules.output.html.tag.html.body=allow
org.jfree.layouting.modules.output.html.tag.html.meta=deny
org.jfree.layouting.modules.output.html.tag.html.style=allow
org.jfree.layouting.modules.output.html.tag.html.input=deny
org.jfree.layouting.modules.output.html.tag.html.pre=deny
org.jfree.layouting.modules.output.html.tag.html.table=allow
org.jfree.layouting.modules.output.html.tag.html.thead=allow
org.jfree.layouting.modules.output.html.tag.html.tfoot=allow
org.jfree.layouting.modules.output.html.tag.html.tbody=allow
org.jfree.layouting.modules.output.html.tag.html.tr=allow
org.jfree.layouting.modules.output.html.tag.html.td=allow
org.jfree.layouting.modules.output.html.tag.html.th=allow
org.jfree.layouting.modules.output.html.tag.html.colgroup=allow
org.jfree.layouting.modules.output.html.tag.html.col=allow