jvanzyl     2002/06/04 15:12:30

  Modified:    betwixt/xdocs overview.xml
  Log:
  Applying patch supplied by Martin van den Bemt <[EMAIL PROTECTED]>. Thanks.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/betwixt/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/xdocs/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml      22 May 2002 18:13:41 -0000      1.1
  +++ overview.xml      4 Jun 2002 22:12:30 -0000       1.2
  @@ -17,7 +17,7 @@
   build system working, by installing Ant and creating your own build.properties 
   to point to the required JARs type the following at a command line</p>
   
  -<pre>ant demo-rss</pre>
  +<pre>ant demo.rss</pre>
   
   <p>This uses the Commons Digester RSSDigester example to parse an RSS document, 
   create a Channel bean and then write it out again as XML using the default 
  @@ -26,7 +26,7 @@
   
   <p>The next example to look at is</p>
   
  -<pre>ant demo-rss2</pre>
  +<pre>ant demo.rss2</pre>
   
   <p>This is similar to the above but uses a BeanReader to parse the RSS file. So 
   this is Betwixt defaulting the Digester rules required to parse the XML document. 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to