Author: wglass
Date: Wed Jul 13 10:39:57 2005
New Revision: 216196
URL: http://svn.apache.org/viewcvs?rev=216196&view=rev
Log:
<ol> can't be enclosed within <p> for <source> to work
Modified:
jakarta/velocity/core/trunk/xdocs/docs/anakia.xml
Modified: jakarta/velocity/core/trunk/xdocs/docs/anakia.xml
URL:
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/docs/anakia.xml?rev=216196&r1=216195&r2=216196&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/docs/anakia.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/docs/anakia.xml Wed Jul 13 10:39:57 2005
@@ -21,9 +21,9 @@
</p>
<p>
The basic model that AnakiaTask uses is pretty straightforward :
+</p>
<ol>
<li>Parse your XML into a JDOM Document:
-
<source><![CDATA[
SAXBuilder builder;
Document root = null;
@@ -51,9 +51,7 @@
<li>Render a template using Velocity. Within the template, one
can use JDOM's methods to access the data contained in the
XML document.</li>
- </ol>
-</p>
-
+</ol>
<p>
Anakia is potentially easier to learn than XSL, but it maintains a
similar level of functionality. Learning cryptic <xsl:> tags
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]