Re: [Jelly] Proposal new xml tag xml:entity

2003-02-03 Thread Incze Lajos
On Mon, Feb 03, 2003 at 09:49:04AM +0100, Martin van den Bemt wrote: So maybe there should be an xml:text tag to get this handled (don't use xslt myself though) ? I think it's better to have a jsl:text tag that accepts the disable-output-escaping=yes attribute. You don't need any special xml

Re: [Jelly] Proposal new xml tag xml:entity

2003-02-02 Thread Incze Lajos
On Sun, Feb 02, 2003 at 03:11:53PM +0100, Martin van den Bemt wrote: The problem is that it is not about a compliant way to do this, since I can have any entity I define myself in my target xml (based on the DTD). The problem is that the one that parses to the new xml file supports everything

Re: build maven HEAD?

2003-01-31 Thread Incze Lajos
Am I missing something? TIA, Christian You may want to try a fresh checkout, it helped me a couple of days ago. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: GenerateUniqueId.java

2002-12-17 Thread Incze Lajos
I would like deprecation to happen for a time period before deletion, if the code was not part of a release, especially in Commons, where the code is by design meant to be used by others. And the code base can be stable, without a release for a long time. /rant Bless you dIon.

Re: Calendar / Scheduler / Workflow

2002-02-14 Thread Incze Lajos
On Thu, Feb 14, 2002 at 05:17:22AM -0800, Viraf Bankwalla wrote: Hi, I noticed requests on this list in reference to Workflow, Job Scheduler and Calendar capabilities. I believe that Worklfow and Job Scheduler are part of commons. Is anyone addressing the Calendar. Didn't dig into it

Re: [Logging] [VOTE] Commons Logging 1.0 Release

2002-01-29 Thread Incze Lajos
A facade is meant to behave roughly the same across toolkits and it is easy enough to make it do so ;) toString meets those criteria, yes? Facades should also be faithful about passing on as much information as they can. For cases where the underlying logging implementation

Re: LogSource.java

2002-01-16 Thread Incze Lajos
I would advertise the http://jakarta.apache.org/builds/; URL, as it's stable and you can find anything you want from there. Also, you can spare a couple of web site updates when something new arises in e.g. the nightly builds. i'm a bit confused. aren't the build urls already there

Re: cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester Digester.java

2002-01-14 Thread Incze Lajos
Everything you say is true. What I was trying to say is that an XML You mean, I'm a bit slow. parser is not the ONLY way to get a SAX event stream. You can write a class to do it (I am doing this). So my input is not XML, only SAX. SAX != XML. Scott OK. Now, I did caught that you

Re: [Design Discussion] DynaBean - JavaBeans with dynamic properties

2001-12-15 Thread Incze Lajos
On Sat, Dec 15, 2001 at 01:26:05PM -0800, Craig R. McClanahan wrote: There's been a lot of interest, both here (COMMONS-DEV), on the Struts mailing lists, and elsewhere in the idea of a JavaBean-like thing where the set of properties can be dynamically defined. If support for this was