<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Sai Kumar M (Satyam) -->
<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
<!--
     this file contains templates which allow an user easy
     configuration of Fop. Actually normally you don't need this configuration
     file, but if you need to change configuration, you should
     always use this file and *not* config.xml.
     Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
-->
<configuration>
	<!--
baseDir: normally the base directory is the directory where the fo file is
         located. if you want to specify your own, uncomment this entry.
         This value can also be a URL. Actually, the value is converted to
         a URL.
-->
	<entry>
		<key>baseDir</key>
		<value>E:/MyFolder/Sai/Projects/FOP</value>
	</entry>
	<!--
fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
         it isn't specified, the value from baseDir is used.
-->
	<entry>
		<key>fontBaseDir</key>
		<value>E:/MyFolder/Sai/Projects/FOP/lib/fonts</value>
	</entry>
	<!--
************************************************************************
                        HYPHENATION
************************************************************************
-->
	<!--
   hyphenation directory
   if you want to specify your own directory with hyphenation pattern
   then uncomment the next entry and add the directory name
-->
	<!--
  <entry>
    <key>hyphenation-dir</key>
    <value>/java/xml-fop/hyph</value>
  </entry>
-->
	<!--
************************************************************************
  Add fonts here
************************************************************************
-->
	<fonts>
		<font metrics-file="GELogoFont.xml" kerning="yes" embed-file="GELOF___.ttf">
			<font-triplet name="GELogoFont" style="normal" weight="normal"/>
		</font>
	</fonts>
</configuration>

