Author: devinhan
Date: Thu Sep 15 08:51:38 2011
New Revision: 795799
Log:
Publishing merge to odftoolkit site by devinhan
Modified:
websites/production/odftoolkit/ (props changed)
websites/production/odftoolkit/content/odftoolkit/odfdom/ODFDOM-Code-Generator.html
Propchange: websites/production/odftoolkit/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Sep 15 08:51:38 2011
@@ -1 +1 @@
-/websites/staging/odftoolkit/trunk:794771-795796
+/websites/staging/odftoolkit/trunk:794771-795798
Modified: websites/production/odftoolkit/content/odftoolkit/odfdom/ODFDOM-Code-Generator.html
==============================================================================
--- websites/production/odftoolkit/content/odftoolkit/odfdom/ODFDOM-Code-Generator.html (original)
+++ websites/production/odftoolkit/content/odftoolkit/odfdom/ODFDOM-Code-Generator.html Thu
Sep 15 08:51:38 2011
@@ -79,7 +79,7 @@
<h1 class="title">ODFDOM Code Generator</h1>
<p>The ODFDOMCodeGenerator is a java application to create source code for elements
and attributes that are defined using relaxng schema.
-It is used in the [[Home|ODFDOM]] project to generate the java source files for the elements
available in the OpenDocument format.</p>
+It is used in the ODFDOM project to generate the java source files for the elements available
in the OpenDocument format.</p>
<h2 id="usage">Usage</h2>
<p>To generate source code files, start the application with</p>
<div class="codehilite"><pre><span class="n">java</span> <span
class="o">-</span><span class="n">jar</span> <span class="n">ODFDOMCodeGenerator</span><span
class="o">.</span><span class="n">jar</span> <span class="n">your</span><span
class="o">-</span><span class="n">schema</span><span class="o">.</span><span
class="n">rng</span> <span class="n">your</span><span class="o">-</span><span
class="n">config</span><span class="o">.</span><span class="n">xml</span>
<span class="n">your</span><span class="o">-</span><span class="n">template</span><span
class="o">.</span><span class="n">xml</span> <span class="sr">/your/</span><span
class="n">target</span><span class="o">/</span><span class="n">directory</span>
@@ -229,7 +229,7 @@ are scanned for expressions before assig
<li>'elementname' is the same as 'elementqname' by default. The configuration file
can override this.</li>
<li>'elementstylefamily' is empty by default. The configuration file can override this.</li>
</ul>
-<p><strong> 'attribute'</strong></p>
+<p><strong>'attribute'</strong></p>
<p>All attributes of the currently selected element as defined in the relaxng schema
are iterated. For each attribute the following variables will be set</p>
<ul>
<li>'attributeqname' is the qualified name of the current attribute</li>
|