RE: [jelly] outputing unescaped xml

2003-04-03 Thread Wannheden, Knut
Mark, > > Attached is a tag I created for this purpose sometime ago > (pre execption > handling change), so may or may not work with latest CVS but > may be of some > use .. > > Don't ask why it's called elephant :) > > xmlns:e="jelly:org.apache.commons.jelly.tags.elephant.Elephant > TagLibr

[jelly] outputing unescaped xml

2003-04-02 Thread Wannheden, Knut
Hi all, I recently posted this message to a thread in commons-user, but I didn't get any response. As the content seems more apropriate in this list and I'd be really interested in comments I hereby pick the thread up again. In summary the discussion is about how XMLOutput should consume text co

[jelly] regexp tag library (was: Regular Expression tag library)

2003-03-25 Thread Wannheden, Knut
Hi, > > I'm working together with a colleague on a Maven Weblogic Plugin. > During the course of working on the plugin I developed some tags to > allow me to evaluate regular expressions using jelly. We needed this > to ensure that some files had been packaged correctly in an EAR file. > > If th

RE: Nailing Jelly to a server?

2003-02-27 Thread Wannheden, Knut
Colin, Check the Jakarta CVS page (http://jakarta.apache.org/site/cvsindex.html) for details. Jelly is in the jakarta-commons module. -- knut > -Original Message- > From: Colin Coates [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 27. Februar 2003 11:26 > To: [EMAIL PROTECTED] > Subject:

RE: [jelly] [PATCH] check preconditions up front in SetTag

2003-01-31 Thread Wannheden, Knut
I recently submitted this patch to Jelly but didn't get any response. Could someone please comment? Is it better to create a new issue in the issue tracker for patches? -- knut > -Original Message- > From: Wannheden, Knut [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 29.

RE: [jelly] [PATCH] StaticTagScript and define taglib

2003-01-28 Thread Wannheden, Knut
> > fwiw, drools uses them. moving them to define would mean yet-another > jar for drools to include as a dep? > > drools synthesizes tag libraries for user-supplied non-tag resources, > to make them available within the drools rule-definition > jelly scripts. > But is reuse in external libra

RE: [jelly] [PATCH] StaticTagScript and define taglib

2003-01-27 Thread Wannheden, Knut
Did anyone have any comments on this? Wouldn't this detangle the core and define taglib quite nicely? -- knut > -Original Message- > From: Wannheden, Knut [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 23. Januar 2003 12:00 > To: Jakarta-Commons-Dev (E-mail) > Sub

[jelly] [PATCH] StaticTagScript and define taglib

2003-01-23 Thread Wannheden, Knut
The protected method findDynamicTag() in org.apache.commons.jelly.impl.StaticTagScript assumes that any dynamically registered TagLibrary (with the URI of this Tag) is an instance of a DynamicTagLibrary. It could however be any kind of TagLibrary. This patch removes this unnecessary dependency.

[jelly] default namespace uri?

2003-01-23 Thread Wannheden, Knut
Hi, browsing the Jelly code I noticed that the Jelly class and XMLParser class both have a setDefaultNamespaceURI(String) method which sets the default namespace URI to use for unprefixed elements. Is this legacy code or can someone think of a good example where this might be useful? Cheers, --

RE: [jelly] Running Jelly from the command line

2002-12-09 Thread Wannheden, Knut
Something that maybe could be interesting is an interactive Jelly shell for the command line. In this shell every complete element (complete in the sense of start tag, body, and end tag) would be evaluated by the interactive Jelly runtime. Would something like this be hard to accomplish with Jell

RE: [PATCH] [jelly] new tag

2002-11-28 Thread Wannheden, Knut
Recent changes to the junit tag library (inclusion of line number in error message and modified exception hierarchy) rendered my patch-test.txt invalid. My local copy was not uptodate with the CVS repository. Here is the new patch for the test suite which replaces the old patch. -- knut Index:

[PATCH] [jelly] new tag

2002-11-28 Thread Wannheden, Knut
Hi, Here is an addition to the Jelly tag library junit. It includes the tag which is used to assert that an exception is thrown by its body. The patch consists of the two attachments patch-java.txt and patch-test.txt. The first includes the class implementing the new tag and the changes to the

[PATCH] [jelly] xmlunit tag library

2002-11-26 Thread Wannheden, Knut
Title: [PATCH] [jelly] xmlunit tag library Hi, This is an initial contribution of the XMLUnit tag library to the Jelly project.  The purpose of the tag library is to make the XMLUnit (http://xmlunit.sourceforge.net/) functionality available to Jelly.  In this initial version there is only a