greenrd 01/03/25 08:30:31 Modified: src/org/apache/cocoon cocoon.properties Log: oops, forgot to add the new config line for fop encoding hack Revision Changes Path 1.54 +5 -0 xml-cocoon/src/org/apache/cocoon/cocoon.properties Index: cocoon.properties =================================================================== RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/cocoon.properties,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- cocoon.properties 2001/03/08 01:57:03 1.53 +++ cocoon.properties 2001/03/25 16:30:31 1.54 @@ -268,6 +268,7 @@ # formatter.[type].preserve-space = [whether to preserve space or not] # formatter.[type].line-width = [page width, wrapping column] # formatter.[type].indent = [numbers of spaces for tag indenting] +# formatter.[type].omit-XML-declaration = [begin output with <?xml version="1.0"...?> or not] # HTML 4.0 (strict) formatter.text/html.doctype-public = -//W3C//DTD HTML 4.0//EN @@ -276,6 +277,10 @@ # XHTML 1.0 (strict) formatter.text/xhtml.doctype-public = -//W3C//DTD XHTML 1.0 Strict//EN formatter.text/xhtml.doctype-system = xhtml1-strict.dtd + +# FOP +# Try changing this to true if you have problems with encoding +formatter.text/xslfo.encoding.hack = false # WML 1.1 formatter.text/wml.doctype-public = -//WAPFORUM//DTD WML 1.1//EN
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
