Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 25064 invoked from network); 4 Jun 2002 22:06:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Jun 2002 22:06:07 -0000 Received: (qmail 26534 invoked by uid 97); 4 Jun 2002 22:05:31 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 26442 invoked by uid 97); 4 Jun 2002 22:05:30 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 26295 invoked by uid 98); 4 Jun 2002 22:05:28 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: [PATCH] betwixt documentation From: Martin van den Bemt To: Jakarta Commons Developers List Content-Type: multipart/mixed; boundary="=-M1VvB2ZnXsUbhm/8ZGVg" X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 00:05:23 +0200 Message-Id: <1023228323.6978.523.camel@swami> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=-M1VvB2ZnXsUbhm/8ZGVg Content-Type: text/plain Content-Transfer-Encoding: 7bit There is a mistake in the docs on how to build the demos. Fixed that.. Mvgr, Martin --=-M1VvB2ZnXsUbhm/8ZGVg Content-Disposition: attachment; filename=overview.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=overview.patch; charset=ISO-8859-1 Index: xdocs/overview.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/jakarta-commons-sandbox/betwixt/xdocs/overview.xm= l,v retrieving revision 1.1 diff -u -r1.1 overview.xml --- xdocs/overview.xml 22 May 2002 18:13:41 -0000 1.1 +++ xdocs/overview.xml 4 Jun 2002 22:03:28 -0000 @@ -17,7 +17,7 @@ build system working, by installing Ant and creating your own build.proper= ties=20 to point to the required JARs type the following at a command line

=20 -
ant demo-rss
+
ant demo.rss
=20

This uses the Commons Digester RSSDigester example to parse an RSS docu= ment,=20 create a Channel bean and then write it out again as XML using the default= =20 @@ -26,7 +26,7 @@ =20

The next example to look at is

=20 -
ant demo-rss2
+
ant demo.rss2
=20

This is similar to the above but uses a BeanReader to parse the RSS fil= e. So=20 this is Betwixt defaulting the Digester rules required to parse the XML do= cument.=20 --=-M1VvB2ZnXsUbhm/8ZGVg Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --=-M1VvB2ZnXsUbhm/8ZGVg--