Clay Leeds wrote (a long time ago, May 14, 2003 to be exact): > Well, to answer my own question (how else can userconfig.xml be > modified...), it appears that SVG can be modified (from the FOP/Graphics > page):
... > BTW, I don't know what other options there are for modifying > userconfig.xml for improved/customized FOP output, but it looks like > this SVG entry might be better suited for display on the > FOP/Configuration page (http://xml.apache.org/fop/configuration.html) > (with a link from the FOP/Graphics.html#svg section: > > http://xml.apache.org/fop/configuration.html > > I guess the age old, should SVG-specific configuration information be > placed on the Configuration.html page (with a link to > configuration.html#svg), or on the Graphics page? The same would hold > true for FONTs... First, I apologize for being so slow. I have now done (in CVS) most of what you have suggested here. Specifically, the configuration documentation now shows all of the configuration options, with detail where necessary (we can always add more later), and cross-references for items that are addressed in other parts of the doc (like fonts, and now, hyphenation). > NOTE to Victor/DEV: although the information is in conf/userconfig.xml, > we might want to add an example XML entry showing how to add a > hyphenation pattern directory. Here's example copy: > > To add the hyphenation directory (filled with all sorts of hyphenation > patterns such as the Klingon Hyphenation pattern) located at > /java/fop-0.20.4/hyph/, enter the following in the HYPHENATION section > of userconfig.xml: > > <entry> > <key>hyphenation-dir</key> > <value>/java/fop-0.20.4/hyph</value> > </entry> What I have done with this is to show in a general way how to set the key-value items in the configuration. Since they are all the same, it doesn't seem to make sense to document all of them. Look for these changes to be on the live site sometime in the next 24 hours. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
