RE: %=x% expression syntax bug in XML jsp?

2001-09-27 Thread Uther, James
jsp? On Wed, 26 Sep 2001, Mark Abbott wrote: Date: Wed, 26 Sep 2001 10:43:51 -0700 From: Mark Abbott [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: %=x% expression syntax bug in XML jsp? Hi Craig - I'm curious whether the expert group has discussed what

Re: %=x% expression syntax bug in XML jsp?

2001-09-27 Thread Eduardo Pelegri-Llopart
One approach we also considered was a JSP action that can be used to construct an XML element dynamically. For example (shooting from the hip) jsp:element name=theAttributeName jsp:attribute name=theAttributenameValue/jsp:attribute jsp:attribute name=anotherAttributeName value=inlineValue/

Re: %=x% expression syntax bug in XML jsp?

2001-09-26 Thread Craig R. McClanahan
On Wed, 26 Sep 2001, Uther, James wrote: Date: Wed, 26 Sep 2001 14:30:21 +0300 From: Uther, James [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: %=x% expression syntax bug in XML jsp? Hi All, My reading of ParserXJspSaxHandler.java suggests that the

Re: %=x% expression syntax bug in XML jsp?

2001-09-26 Thread Mark Abbott
Hi Craig - I'm curious whether the expert group has discussed what might be done in the future about this unfortunate aspect of JSP. In what I would think would be a really common case in the future, where one wants to design an app using clean, readable, and purely XML templates (perhaps

Re: %=x% expression syntax bug in XML jsp?

2001-09-26 Thread Craig R. McClanahan
On Wed, 26 Sep 2001, Mark Abbott wrote: Date: Wed, 26 Sep 2001 10:43:51 -0700 From: Mark Abbott [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: %=x% expression syntax bug in XML jsp? Hi Craig - I'm curious whether the expert group has discussed what