Added formatting for code in page.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@567539 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/documentation/content/xdocs/0.94/upgrading.xml b/src/documentation/content/xdocs/0.94/upgrading.xml
index d47ddff..b9bec0d 100644
--- a/src/documentation/content/xdocs/0.94/upgrading.xml
+++ b/src/documentation/content/xdocs/0.94/upgrading.xml
@@ -48,9 +48,9 @@
         </li>
         <li>
           If you are using a configuration file for version 0.20.5, you have to rebuild it in the new format. The format
-          of the configuration files has changed since version 0.20.5. See conf/fop.xconf for
+          of the configuration files has changed since version 0.20.5. See <code>conf/fop.xconf</code> for
           an example configuration file. A XML Schema file can be found under
-          src/foschema/fop-configuration.xsd.
+          <code>src/foschema/fop-configuration.xsd</code>.
         </li>
         <li>
           If you are using font metrics files for version 0.20.5 or
@@ -69,7 +69,7 @@
           </p>
           <note label="An example">
             While FOP 0.20.5 allowed you to have empty <code>fo:table-cell</code> elements, the new code
-            will complain about that (unless relaxed validation is enabled) because the specification
+            will complain about that (unless <a href="/0.94/running.html#fop-script">relaxed validation is enabled</a> via the <code>-r</code> switch via the command line) because the specification
             demands at least one block-level element (<code>(%block;)+</code>, see 
             <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-cell">XSL-FO 1.0, 6.7.10</a>)
             inside an <code>fo:table-cell</code> element.